Class BlobTransferPartitionMetadata
java.lang.Object
com.linkedin.davinci.blobtransfer.BlobTransferPartitionMetadata
This class is the metadata of a partition in the blob transfer client
-
Field Summary
Modifier and TypeFieldDescriptionint
-
Constructor Summary
ConstructorDescriptionBlobTransferPartitionMetadata
(String topicName, int partitionId, ByteBuffer offsetRecord, ByteBuffer storeVersionState) -
Method Summary
Modifier and TypeMethodDescriptionint
void
setOffsetRecord
(ByteBuffer offsetRecord) void
setPartitionId
(int partitionId) void
setStoreVersionState
(ByteBuffer storeVersionState) void
setTopicName
(String topicName) toString()
-
Field Details
-
topicName
-
partitionId
public int partitionId -
offsetRecord
-
storeVersionState
-
-
Constructor Details
-
BlobTransferPartitionMetadata
public BlobTransferPartitionMetadata() -
BlobTransferPartitionMetadata
public BlobTransferPartitionMetadata(String topicName, int partitionId, ByteBuffer offsetRecord, ByteBuffer storeVersionState)
-
-
Method Details