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
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
ConstructorsConstructorDescriptionBlobTransferPartitionMetadata(String topicName, int partitionId, ByteBuffer offsetRecord, ByteBuffer storeVersionState) -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetOffsetRecord(ByteBuffer offsetRecord) voidsetPartitionId(int partitionId) voidsetStoreVersionState(ByteBuffer storeVersionState) voidsetTopicName(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