Uses of Interface
org.apache.storm.assignments.ILocalAssignmentsBackend
Packages that use ILocalAssignmentsBackend
-
Uses of ILocalAssignmentsBackend in org.apache.storm.assignments
Classes in org.apache.storm.assignments that implement ILocalAssignmentsBackendModifier and TypeClassDescriptionclass
An assignment backend which will keep all assignments and id-info in memory.Methods in org.apache.storm.assignments that return ILocalAssignmentsBackendModifier and TypeMethodDescriptionstatic ILocalAssignmentsBackend
LocalAssignmentsBackendFactory.getBackend
(Map<String, Object> conf) static ILocalAssignmentsBackend
LocalAssignmentsBackendFactory.getDefault()
-
Uses of ILocalAssignmentsBackend in org.apache.storm.cluster
Methods in org.apache.storm.cluster with parameters of type ILocalAssignmentsBackendModifier and TypeMethodDescriptionstatic IStormClusterState
ClusterUtils.mkStormClusterState
(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context) ClusterUtils.mkStormClusterStateImpl
(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context) Constructors in org.apache.storm.cluster with parameters of type ILocalAssignmentsBackendModifierConstructorDescriptionStormClusterStateImpl
(IStateStorage stateStorage, ILocalAssignmentsBackend assignmentsassignmentsBackend, ClusterStateContext context, boolean shouldCloseStateStorageOnDisconnect)