Constructor and Description |
---|
FileWriterBucketState(String bucketId,
Path bucketPath,
long inProgressFileCreationTime,
InProgressFileWriter.InProgressFileRecoverable inProgressFileRecoverable) |
FileWriterBucketState(String bucketId,
Path bucketPath,
long inProgressFileCreationTime,
InProgressFileWriter.InProgressFileRecoverable inProgressFileRecoverable,
Map<Long,List<InProgressFileWriter.PendingFileRecoverable>> pendingFileRecoverablesPerCheckpoint) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketId() |
Path |
getBucketPath() |
long |
getInProgressFileCreationTime() |
Map<Long,List<InProgressFileWriter.PendingFileRecoverable>> |
getPendingFileRecoverablesPerCheckpoint() |
String |
toString() |
public FileWriterBucketState(String bucketId, Path bucketPath, long inProgressFileCreationTime, @Nullable InProgressFileWriter.InProgressFileRecoverable inProgressFileRecoverable)
public FileWriterBucketState(String bucketId, Path bucketPath, long inProgressFileCreationTime, @Nullable InProgressFileWriter.InProgressFileRecoverable inProgressFileRecoverable, Map<Long,List<InProgressFileWriter.PendingFileRecoverable>> pendingFileRecoverablesPerCheckpoint)
public String getBucketId()
public Path getBucketPath()
public long getInProgressFileCreationTime()
public Map<Long,List<InProgressFileWriter.PendingFileRecoverable>> getPendingFileRecoverablesPerCheckpoint()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.