Uses of Class
org.apache.storm.utils.JCQueue
Packages that use JCQueue
-
Uses of JCQueue in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return JCQueueModifier and TypeMethodDescriptionWorkerState.getTransferQueue()
WorkerTransfer.getTransferQueue()
Methods in org.apache.storm.daemon.worker that return types with arguments of type JCQueueModifier and TypeMethodDescriptionWorkerState.getExecutorReceiveQueueMap()
WorkerState.getLocalReceiveQueues()
Constructor parameters in org.apache.storm.daemon.worker with type arguments of type JCQueueModifierConstructorDescriptionBackPressureTracker
(String workerId, Map<Integer, JCQueue> localTasksToQueues, StormMetricRegistry metricRegistry, Map<Integer, String> taskToComponent) -
Uses of JCQueue in org.apache.storm.executor
Fields in org.apache.storm.executor declared as JCQueueMethods in org.apache.storm.executor that return JCQueueModifier and TypeMethodDescriptionExecutorTransfer.getLocalQueue
(AddressedTuple tuple) Executor.getReceiveQueue()
ExecutorShutdown.getReceiveQueue()
IRunningExecutor.getReceiveQueue()
Methods in org.apache.storm.executor with parameters of type JCQueueModifier and TypeMethodDescriptionboolean
ExecutorTransfer.tryTransferLocal
(AddressedTuple tuple, JCQueue localQueue, Queue<AddressedTuple> pendingEmits) Adds tuple to localQueue (if overflow is empty).Constructors in org.apache.storm.executor with parameters of type JCQueueModifierConstructorDescriptionExecutorShutdown
(Executor executor, List<Utils.SmartThread> threads, ArrayList<Task> taskDatas, JCQueue recvQueue)