Package org.projectnessie.versioned.gc
Class IdentifyUnreferencedAssets.UnreferencedItem
- java.lang.Object
-
- org.projectnessie.versioned.gc.IdentifyUnreferencedAssets.UnreferencedItem
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IdentifyUnreferencedAssets<T,R extends AssetKey>
public static class IdentifyUnreferencedAssets.UnreferencedItem extends Object implements Serializable
Unreferenced Item. Pair of name of unreferenced item and the byte[] representation of the underlying AssetKey.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnreferencedItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getAsset()List<String>getKey()StringgetName()longgetTimestamp()voidsetAsset(byte[] asset)voidsetKey(List<String> key)voidsetName(String name)voidsetTimestamp(long timestamp)
-