Uses of Class
org.apache.storm.daemon.worker.WorkerState
Package
Description
-
Uses of WorkerState in org.apache.storm.daemon.worker
ModifierConstructorDescriptionWorkerTransfer
(WorkerState workerState, Map<String, Object> topologyConf, int maxTaskIdInTopo) -
Uses of WorkerState in org.apache.storm.executor
Modifier 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) ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionBoltExecutor
(WorkerState workerData, List<Long> executorId, Map<String, String> credentials) -
Uses of WorkerState in org.apache.storm.executor.spout
ModifierConstructorDescriptionSpoutExecutor
(WorkerState workerData, List<Long> executorId, Map<String, String> credentials)