Interface StateHolder<S extends State>
-
- Type Parameters:
S- state
- All Known Implementing Classes:
EmptyStateHolder,PartitionStateHolder,PartitionSyncStateHolder,SingleStateHolder,SingleSyncStateHolder
public interface StateHolder<S extends State>Holder to have all the states
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScleanGroupByStates()Map<String,S>getAllGroupByStates()Map<String,Map<String,S>>getAllStates()SgetState()voidreturnAllStates(Map<String,Map<String,S>> states)voidreturnGroupByStates(Map<String,S> states)voidreturnState(S state)
-