Package akka.cluster.ddata
Interface PruningState
-
- All Known Implementing Classes:
PruningState.PruningInitialized
,PruningState.PruningPerformed
public interface PruningState
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PruningState.PruningInitialized
static class
PruningState.PruningInitialized$
static class
PruningState.PruningPerformed
static class
PruningState.PruningPerformed$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PruningState
addSeen(Address node)
int
estimatedSize()
PruningState
merge(PruningState that)
-
-
-
Method Detail
-
merge
PruningState merge(PruningState that)
-
addSeen
PruningState addSeen(Address node)
-
estimatedSize
int estimatedSize()
-
-