Interface UncommittedPaxosKey
-
- All Known Implementing Classes:
PaxosKeyState
public interface UncommittedPaxosKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ballot
ballot()
ConsistencyLevel
getConsistencyLevel()
DecoratedKey
getKey()
-
-
-
Method Detail
-
getKey
DecoratedKey getKey()
-
getConsistencyLevel
ConsistencyLevel getConsistencyLevel()
-
ballot
Ballot ballot()
-
-