Package org.teamapps.cluster.state
Class LocalState
java.lang.Object
org.teamapps.cluster.state.AbstractReplicatedState
org.teamapps.cluster.state.LocalState
- All Implemented Interfaces:
ReplicatedChangeLog,ReplicatedState
public class LocalState extends AbstractReplicatedState
-
Constructor Summary
Constructors Constructor Description LocalState(java.lang.String name, ReplicatedStateHandler handler) -
Method Summary
Modifier and Type Method Description voidsendStateMachineUpdate(StateUpdate update)Methods inherited from class org.teamapps.cluster.state.AbstractReplicatedState
addEntry, executeStateMachineUpdate, executeStateMachineUpdate, fireAndForget, getEntries, getEntry, getEntryCount, getLists, getName, getProperty, handleStateMachineUpdate, prepareAddEntry, prepareFireAndForget, prepareRemoveAllEntries, prepareRemoveEntry, prepareSetState, prepareUpdateEntry, removeAllEntries, removeEntry, setProperty, updateEntryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LocalState
-
-
Method Details
-
sendStateMachineUpdate
- Specified by:
sendStateMachineUpdatein classAbstractReplicatedState
-