Uses of Class
org.apache.storm.generated.SharedMemory
Packages that use SharedMemory
Package
Description
-
Uses of SharedMemory in org.apache.storm.generated
Methods 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 TypeMethodDescriptionint
SharedMemory.compareTo
(SharedMemory other) boolean
SharedMemory.equals
(SharedMemory that) void
StormTopology.put_to_shared_memory
(String key, SharedMemory val) Method parameters in org.apache.storm.generated with type arguments of type SharedMemoryModifier and TypeMethodDescriptionvoid
StormTopology.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.scheduler
Methods 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.topology
Subclasses of SharedMemory in org.apache.storm.topologyModifier and TypeClassDescriptionclass
A request for a shared memory region off heap between workers on a node.class
A request for a shared memory region off heap, but only within a worker.class
A 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.trident
Methods 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.graph
Methods in org.apache.storm.trident.graph that return types with arguments of type SharedMemory -
Uses of SharedMemory in org.apache.storm.trident.operation
Methods 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