Uses of Interface
org.apache.storm.daemon.Shutdownable
Packages that use Shutdownable
Package
Description
- 
Uses of Shutdownable in org.apache.stormSubinterfaces of Shutdownable in org.apache.stormClasses in org.apache.storm that implement ShutdownableFields in org.apache.storm with type parameters of type ShutdownableModifier and TypeFieldDescriptionprotected static ConcurrentHashMap<String,Shutdownable> ProcessSimulator.processMapMethods in org.apache.storm that return types with arguments of type ShutdownableModifier and TypeMethodDescriptionstatic Collection<Shutdownable>ProcessSimulator.getAllProcessHandles()Get all process handles.Methods in org.apache.storm with parameters of type ShutdownableModifier and TypeMethodDescriptionstatic voidProcessSimulator.registerProcess(String pid, Shutdownable shutdownable) Register a process' handle.
- 
Uses of Shutdownable in org.apache.storm.blobstoreClasses in org.apache.storm.blobstore that implement ShutdownableModifier and TypeClassDescriptionclassProvides a way to store blobs that can be downloaded.classThe ClientBlobStore has two concrete implementations 1.classProvides a local file system backed blob store implementation for Nimbus.classA Client blob store for LocalMode.classNimbusBlobStore is a USER facing client API to perform basic operations such as create, update, delete and read for local and hdfs blob store.
- 
Uses of Shutdownable in org.apache.storm.commonClasses in org.apache.storm.common that implement ShutdownableModifier and TypeClassDescriptionclassThe base class that for auto credential plugins that abstracts out some of the common functionality.
- 
Uses of Shutdownable in org.apache.storm.daemon.nimbusClasses in org.apache.storm.daemon.nimbus that implement Shutdownable
- 
Uses of Shutdownable in org.apache.storm.daemon.workerClasses in org.apache.storm.daemon.worker that implement Shutdownable
- 
Uses of Shutdownable in org.apache.storm.executorClasses in org.apache.storm.executor that implement Shutdownable
- 
Uses of Shutdownable in org.apache.storm.hbase.securityClasses in org.apache.storm.hbase.security that implement ShutdownableModifier and TypeClassDescriptionclassAuto credentials nimbus plugin for HBase implementation.
- 
Uses of Shutdownable in org.apache.storm.hdfs.blobstoreClasses in org.apache.storm.hdfs.blobstore that implement ShutdownableModifier and TypeClassDescriptionclassProvides a HDFS file system backed blob store implementation.classClient to access the HDFS blobStore.
- 
Uses of Shutdownable in org.apache.storm.hdfs.securityClasses in org.apache.storm.hdfs.security that implement ShutdownableModifier and TypeClassDescriptionclassAuto credentials nimbus plugin for HDFS implementation.
- 
Uses of Shutdownable in org.apache.storm.securitySubinterfaces of Shutdownable in org.apache.storm.securityModifier and TypeInterfaceDescriptioninterfaceNimbus auto credential plugin that will be called on nimbus host during submit topology option.