Package com.linkedin.venice.writer
Class DeleteMetadata
java.lang.Object
com.linkedin.venice.writer.DeleteMetadata
This is a simple container class to hold replication metadata related fields together to be passed on to the Delete api in VeniceWriter
VeniceWriter#delete(Object, Callback, LeaderMetadataWrapper, long, Optional)
. Caller should construct an instance of this object by properly
filling up all the fields of this object.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Constructor Details
-
DeleteMetadata
-
-
Method Details
-
getValueSchemaId
public int getValueSchemaId() -
getRmdVersionId
public int getRmdVersionId() -
getRmdPayload
-
getSerializedSize
public int getSerializedSize()
-