Uses of Interface
org.apache.storm.daemon.Shutdownable
Packages that use Shutdownable
Package
Description
-
Uses of Shutdownable in org.apache.storm
Subinterfaces 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.processMap
Methods 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 void
ProcessSimulator.registerProcess
(String pid, Shutdownable shutdownable) Register a process' handle. -
Uses of Shutdownable in org.apache.storm.blobstore
Classes in org.apache.storm.blobstore that implement ShutdownableModifier and TypeClassDescriptionclass
Provides a way to store blobs that can be downloaded.class
The ClientBlobStore has two concrete implementations 1.class
Provides a local file system backed blob store implementation for Nimbus.class
A Client blob store for LocalMode.class
NimbusBlobStore 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.common
Classes in org.apache.storm.common that implement ShutdownableModifier and TypeClassDescriptionclass
The base class that for auto credential plugins that abstracts out some of the common functionality. -
Uses of Shutdownable in org.apache.storm.daemon.nimbus
Classes in org.apache.storm.daemon.nimbus that implement Shutdownable -
Uses of Shutdownable in org.apache.storm.daemon.worker
Classes in org.apache.storm.daemon.worker that implement Shutdownable -
Uses of Shutdownable in org.apache.storm.executor
Classes in org.apache.storm.executor that implement Shutdownable -
Uses of Shutdownable in org.apache.storm.hbase.security
Classes in org.apache.storm.hbase.security that implement ShutdownableModifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HBase implementation. -
Uses of Shutdownable in org.apache.storm.hdfs.blobstore
Classes in org.apache.storm.hdfs.blobstore that implement ShutdownableModifier and TypeClassDescriptionclass
Provides a HDFS file system backed blob store implementation.class
Client to access the HDFS blobStore. -
Uses of Shutdownable in org.apache.storm.hdfs.security
Classes in org.apache.storm.hdfs.security that implement ShutdownableModifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HDFS implementation. -
Uses of Shutdownable in org.apache.storm.hive.security
Classes in org.apache.storm.hive.security that implement ShutdownableModifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for Hive implementation. -
Uses of Shutdownable in org.apache.storm.security
Subinterfaces of Shutdownable in org.apache.storm.securityModifier and TypeInterfaceDescriptioninterface
Nimbus auto credential plugin that will be called on nimbus host during submit topology option.