Package org.apache.pekko.cluster.ddata
Interface PruningState
- 
- All Known Implementing Classes:
 PruningState.PruningInitialized,PruningState.PruningPerformed
public interface PruningStateINTERNAL API 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPruningState.PruningInitializedstatic classPruningState.PruningInitialized$static classPruningState.PruningPerformedstatic classPruningState.PruningPerformed$ 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PruningStateaddSeen(Address node)intestimatedSize()PruningStatemerge(PruningState that) 
 - 
 
- 
- 
Method Detail
- 
merge
PruningState merge(PruningState that)
 
- 
addSeen
PruningState addSeen(Address node)
 
- 
estimatedSize
int estimatedSize()
 
 - 
 
 -