Uses of Class
org.apache.storm.daemon.worker.WorkerState
Packages that use WorkerState
Package
Description
-
Uses of WorkerState in org.apache.storm.daemon.worker
Constructors in org.apache.storm.daemon.worker with parameters of type WorkerStateModifierConstructorDescriptionWorkerTransfer
(WorkerState workerState, Map<String, Object> topologyConf, int maxTaskIdInTopo) -
Uses of WorkerState in org.apache.storm.executor
Fields in org.apache.storm.executor declared as WorkerStateMethods in org.apache.storm.executor that return WorkerStateMethods in org.apache.storm.executor with parameters of type WorkerStateModifier and TypeMethodDescriptionstatic Executor
Executor.mkExecutor
(WorkerState workerState, List<Long> executorId, Map<String, String> credentials) static Executor
LocalExecutor.mkExecutor
(WorkerState workerState, List<Long> executorId, Map<String, String> initialCredentials) Constructors in org.apache.storm.executor with parameters of type WorkerStateModifierConstructorDescriptionprotected
Executor
(WorkerState workerData, List<Long> executorId, Map<String, String> credentials, String type) ExecutorTransfer
(WorkerState workerData, Map<String, Object> topoConf) -
Uses of WorkerState in org.apache.storm.executor.bolt
Constructors in org.apache.storm.executor.bolt with parameters of type WorkerStateModifierConstructorDescriptionBoltExecutor
(WorkerState workerData, List<Long> executorId, Map<String, String> credentials) -
Uses of WorkerState in org.apache.storm.executor.spout
Constructors in org.apache.storm.executor.spout with parameters of type WorkerStateModifierConstructorDescriptionSpoutExecutor
(WorkerState workerData, List<Long> executorId, Map<String, String> credentials)