Package org.projectnessie.versioned.gc
Class CategorizedValue
- java.lang.Object
-
- org.projectnessie.versioned.gc.CategorizedValue
-
- All Implemented Interfaces:
Serializable
public final class CategorizedValue extends Object implements Serializable
Referenced state of a value, its type and its byte[] representation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CategorizedValue()CategorizedValue(boolean referenced, com.google.protobuf.ByteString data, long timestamp)Construct asset key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()longgetTimestamp()booleanisReferenced()voidsetData(byte[] data)voidsetReferenced(boolean referenced)voidsetTimestamp(long timestamp)
-