Uses of Class
org.apache.storm.executor.ExecutorTransfer
-
Packages that use ExecutorTransfer Package Description org.apache.storm.daemon org.apache.storm.executor -
-
Uses of ExecutorTransfer in org.apache.storm.daemon
Methods in org.apache.storm.daemon with parameters of type ExecutorTransfer Modifier and Type Method Description void
Task. sendUnanchored(String stream, List<Object> values, ExecutorTransfer transfer, Queue<AddressedTuple> pendingEmits)
-
Uses of ExecutorTransfer in org.apache.storm.executor
Fields in org.apache.storm.executor declared as ExecutorTransfer Modifier and Type Field Description protected ExecutorTransfer
Executor. executorTransfer
Methods in org.apache.storm.executor that return ExecutorTransfer Modifier and Type Method Description ExecutorTransfer
Executor. getExecutorTransfer()
Methods in org.apache.storm.executor with parameters of type ExecutorTransfer Modifier and Type Method Description void
Executor. setLocalExecutorTransfer(ExecutorTransfer executorTransfer)
-