public final class PruningState
extends java.lang.Object
implements scala.Product, scala.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PruningState.PruningInitialized |
static class |
PruningState.PruningInitialized$ |
static class |
PruningState.PruningPerformed$ |
static interface |
PruningState.PruningPhase |
Constructor and Description |
---|
PruningState(akka.cluster.UniqueAddress owner,
PruningState.PruningPhase phase) |
Modifier and Type | Method and Description |
---|---|
PruningState |
addSeen(akka.actor.Address node) |
PruningState |
merge(PruningState that) |
akka.cluster.UniqueAddress |
owner() |
PruningState.PruningPhase |
phase() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PruningState(akka.cluster.UniqueAddress owner, PruningState.PruningPhase phase)
public akka.cluster.UniqueAddress owner()
public PruningState.PruningPhase phase()
public PruningState merge(PruningState that)
public PruningState addSeen(akka.actor.Address node)