Uses of Class
org.apache.storm.generated.Assignment
Packages that use Assignment
Package
Description
-
Uses of Assignment in org.apache.storm.assignments
Methods in org.apache.storm.assignments that return AssignmentModifier and TypeMethodDescriptionILocalAssignmentsBackend.getAssignment
(String stormId) Get assignment asAssignment
for a storm.InMemoryAssignmentBackend.getAssignment
(String stormId) Methods in org.apache.storm.assignments that return types with arguments of type AssignmentModifier and TypeMethodDescriptionILocalAssignmentsBackend.assignmentsInfo()
Get all the local assignments of local state.InMemoryAssignmentBackend.assignmentsInfo()
Methods in org.apache.storm.assignments with parameters of type AssignmentModifier and TypeMethodDescriptionvoid
ILocalAssignmentsBackend.keepOrUpdateAssignment
(String stormId, Assignment assignment) Keep a storm assignment to local state or update old assignment.void
InMemoryAssignmentBackend.keepOrUpdateAssignment
(String stormId, Assignment assignment) -
Uses of Assignment in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return AssignmentModifier and TypeMethodDescriptionIStormClusterState.assignmentInfo
(String stormId, Runnable callback) Get the assignment based on storm id from local backend.StormClusterStateImpl.assignmentInfo
(String stormId, Runnable callback) IStormClusterState.remoteAssignmentInfo
(String stormId, Runnable callback) Get the assignment based on storm id from remote state store, eg: ZK.StormClusterStateImpl.remoteAssignmentInfo
(String stormId, Runnable callback) Methods in org.apache.storm.cluster that return types with arguments of type AssignmentModifier and TypeMethodDescriptionIStormClusterState.assignmentInfoWithVersion
(String stormId, Runnable callback) StormClusterStateImpl.assignmentInfoWithVersion
(String stormId, Runnable callback) IStormClusterState.assignmentsInfo()
Get all the topologies assignments mapping stormId -> Assignment from local backend.StormClusterStateImpl.assignmentsInfo()
Methods in org.apache.storm.cluster with parameters of type AssignmentModifier and TypeMethodDescriptionvoid
IStormClusterState.setAssignment
(String stormId, Assignment info, Map<String, Object> topoConf) void
StormClusterStateImpl.setAssignment
(String stormId, Assignment info, Map<String, Object> topoConf) -
Uses of Assignment in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus with parameters of type AssignmentModifier and TypeMethodDescriptionHeartbeatCache.getAliveExecutors
(String topoId, Set<List<Integer>> allExecutors, Assignment assignment, int taskLaunchSecs) Get all of the alive executors for a given topology.Method parameters in org.apache.storm.daemon.nimbus with type arguments of type AssignmentModifier and TypeMethodDescriptionNimbus.topologiesOnSupervisor
(Map<String, Assignment> assignments, String supervisorId) Constructors in org.apache.storm.daemon.nimbus with parameters of type Assignment -
Uses of Assignment in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor that return types with arguments of type AssignmentModifier and TypeMethodDescriptionprotected Map<String,
Assignment> ReadClusterState.getAssignmentsSnapshot
(IStormClusterState stormClusterState) Methods in org.apache.storm.daemon.supervisor with parameters of type AssignmentModifier and TypeMethodDescriptionprotected Map<Integer,
LocalAssignment> ReadClusterState.readMyExecutors
(String topoId, String assignmentId, Assignment assignment) Method parameters in org.apache.storm.daemon.supervisor with type arguments of type AssignmentModifier and TypeMethodDescriptionprotected Map<Integer,
LocalAssignment> ReadClusterState.readAssignments
(Map<String, Assignment> assignmentsSnapshot) -
Uses of Assignment in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return types with arguments of type AssignmentMethods in org.apache.storm.daemon.worker with parameters of type AssignmentModifier and TypeMethodDescriptionvoid
WorkerState.suicideIfLocalAssignmentsChanged
(Assignment assignment) -
Uses of Assignment in org.apache.storm.generated
Methods in org.apache.storm.generated that return AssignmentModifier and TypeMethodDescriptionAssignment.deepCopy()
Supervisor.getLocalAssignmentForStorm_result.get_success()
Supervisor.Client.getLocalAssignmentForStorm
(String id) Supervisor.Iface.getLocalAssignmentForStorm
(String id) Get local assignment for a stormSupervisor.AsyncClient.getLocalAssignmentForStorm_call.getResult()
Supervisor.Client.recv_getLocalAssignmentForStorm()
Methods in org.apache.storm.generated that return types with arguments of type AssignmentModifier and TypeMethodDescriptionSupervisorAssignments.get_storm_assignment()
org.apache.storm.thrift.async.AsyncMethodCallback<Assignment>
Supervisor.AsyncProcessor.getLocalAssignmentForStorm.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.storm.generated with parameters of type AssignmentModifier and TypeMethodDescriptionint
Assignment.compareTo
(Assignment other) boolean
Assignment.equals
(Assignment that) void
SupervisorAssignments.put_to_storm_assignment
(String key, Assignment val) void
Supervisor.getLocalAssignmentForStorm_result.set_success
(Assignment success) Method parameters in org.apache.storm.generated with type arguments of type AssignmentModifier and TypeMethodDescriptionvoid
Supervisor.AsyncClient.getLocalAssignmentForStorm
(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Assignment> resultHandler) void
Supervisor.AsyncIface.getLocalAssignmentForStorm
(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Assignment> resultHandler) void
SupervisorAssignments.set_storm_assignment
(Map<String, Assignment> storm_assignment) void
Supervisor.AsyncProcessor.getLocalAssignmentForStorm.start
(I iface, Supervisor.getLocalAssignmentForStorm_args args, org.apache.storm.thrift.async.AsyncMethodCallback<Assignment> resultHandler) Constructors in org.apache.storm.generated with parameters of type AssignmentModifierConstructorDescriptionAssignment
(Assignment other) Performs a deep copy on other.getLocalAssignmentForStorm_result
(Assignment success, NotAliveException e, AuthorizationException aze) Constructor parameters in org.apache.storm.generated with type arguments of type AssignmentModifierConstructorDescriptiongetLocalAssignmentForStorm_call
(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Assignment> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)