Uses of Interface
org.apache.storm.assignments.ILocalAssignmentsBackend
-
Uses of ILocalAssignmentsBackend in org.apache.storm.assignments
Modifier and TypeClassDescriptionclass
An assignment backend which will keep all assignments and id-info in memory.Modifier and TypeMethodDescriptionstatic ILocalAssignmentsBackend
LocalAssignmentsBackendFactory.getBackend
(Map<String, Object> conf) static ILocalAssignmentsBackend
LocalAssignmentsBackendFactory.getDefault()
-
Uses of ILocalAssignmentsBackend in org.apache.storm.cluster
Modifier and TypeMethodDescriptionstatic IStormClusterState
ClusterUtils.mkStormClusterState
(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context) ClusterUtils.mkStormClusterStateImpl
(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context) ModifierConstructorDescriptionStormClusterStateImpl
(IStateStorage stateStorage, ILocalAssignmentsBackend assignmentsassignmentsBackend, ClusterStateContext context, boolean shouldCloseStateStorageOnDisconnect)