Uses of Class
org.apache.storm.generated.SharedMemory
Packages that use SharedMemory
Package
Description
- 
Uses of SharedMemory in org.apache.storm.generatedMethods in org.apache.storm.generated that return SharedMemoryMethods in org.apache.storm.generated that return types with arguments of type SharedMemoryMethods in org.apache.storm.generated with parameters of type SharedMemoryModifier and TypeMethodDescriptionintSharedMemory.compareTo(SharedMemory other) booleanSharedMemory.equals(SharedMemory that) voidStormTopology.put_to_shared_memory(String key, SharedMemory val) Method parameters in org.apache.storm.generated with type arguments of type SharedMemoryModifier and TypeMethodDescriptionvoidStormTopology.set_shared_memory(Map<String, SharedMemory> shared_memory) Constructors in org.apache.storm.generated with parameters of type SharedMemory
- 
Uses of SharedMemory in org.apache.storm.schedulerMethods in org.apache.storm.scheduler that return types with arguments of type SharedMemoryModifier and TypeMethodDescriptionTopologyDetails.getSharedMemoryRequests(Collection<ExecutorDetails> executors) Gets the total memory resource list for a set of tasks that is part of a topology.
- 
Uses of SharedMemory in org.apache.storm.topologySubclasses of SharedMemory in org.apache.storm.topologyModifier and TypeClassDescriptionclassA request for a shared memory region off heap between workers on a node.classA request for a shared memory region off heap, but only within a worker.classA request for a shared memory region on heap.Methods in org.apache.storm.topology with parameters of type SharedMemoryModifier and TypeMethodDescriptionResourceDeclarer.addSharedMemory(SharedMemory request) Add in request for shared memory that this component will use.TopologyBuilder.ConfigGetter.addSharedMemory(SharedMemory request) 
- 
Uses of SharedMemory in org.apache.storm.tridentMethods in org.apache.storm.trident with parameters of type SharedMemoryModifier and TypeMethodDescriptionStream.addSharedMemory(SharedMemory request) TridentState.addSharedMemory(SharedMemory request) 
- 
Uses of SharedMemory in org.apache.storm.trident.graphMethods in org.apache.storm.trident.graph that return types with arguments of type SharedMemory
- 
Uses of SharedMemory in org.apache.storm.trident.operationMethods in org.apache.storm.trident.operation that return types with arguments of type SharedMemoryModifier and TypeMethodDescriptionDefaultResourceDeclarer.getSharedMemory()ITridentResource.getSharedMemory()Get shared memory.Methods in org.apache.storm.trident.operation with parameters of type SharedMemory