Interface KeyListEntity
-
@Immutable public interface KeyListEntityPersistable entity with a list of keys forCommitLogEntry.getKeyListsIds().
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.versioned.HashgetId()KeyListgetKeys()static KeyListEntityof(org.projectnessie.versioned.Hash id, KeyList keys)
-
-
-
Method Detail
-
getId
org.projectnessie.versioned.Hash getId()
-
getKeys
KeyList getKeys()
-
of
static KeyListEntity of(org.projectnessie.versioned.Hash id, KeyList keys)
-
-