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, List<String> key)Construct asset key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()List<String>getKey()longgetTimestamp()booleanisReferenced()voidsetData(byte[] data)voidsetKey(List<String> key)voidsetReferenced(boolean referenced)voidsetTimestamp(long timestamp)
-