Uses of Interface
org.apache.storm.assignments.ILocalAssignmentsBackend
-
Packages that use ILocalAssignmentsBackend Package Description org.apache.storm.assignments org.apache.storm.cluster -
-
Uses of ILocalAssignmentsBackend in org.apache.storm.assignments
Classes in org.apache.storm.assignments that implement ILocalAssignmentsBackend Modifier and Type Class Description class
InMemoryAssignmentBackend
An assignment backend which will keep all assignments and id-info in memory.Methods in org.apache.storm.assignments that return ILocalAssignmentsBackend Modifier and Type Method Description static 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 ILocalAssignmentsBackend Modifier and Type Method Description static IStormClusterState
ClusterUtils. mkStormClusterState(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context)
IStormClusterState
ClusterUtils. mkStormClusterStateImpl(Object stateStorage, ILocalAssignmentsBackend backend, ClusterStateContext context)
Constructors in org.apache.storm.cluster with parameters of type ILocalAssignmentsBackend Constructor Description StormClusterStateImpl(IStateStorage stateStorage, ILocalAssignmentsBackend assignmentsassignmentsBackend, ClusterStateContext context, boolean shouldCloseStateStorageOnDisconnect)
-