Uses of Interface
org.apache.storm.daemon.Shutdownable
-
-
Uses of Shutdownable in org.apache.storm
Subinterfaces of Shutdownable in org.apache.storm Modifier and Type Interface Description interface
ILocalDRPC
Classes in org.apache.storm that implement Shutdownable Modifier and Type Class Description class
LocalDRPC
A Local way to test DRPC.Fields in org.apache.storm with type parameters of type Shutdownable Modifier and Type Field Description protected static ConcurrentHashMap<String,Shutdownable>
ProcessSimulator. processMap
Methods in org.apache.storm that return types with arguments of type Shutdownable Modifier and Type Method Description static Collection<Shutdownable>
ProcessSimulator. getAllProcessHandles()
Get all process handles.Methods in org.apache.storm with parameters of type Shutdownable Modifier and Type Method Description static 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 Shutdownable Modifier and Type Class Description class
BlobStore
Provides a way to store blobs that can be downloaded.class
ClientBlobStore
The ClientBlobStore has two concrete implementations 1.class
LocalFsBlobStore
Provides a local file system backed blob store implementation for Nimbus.class
LocalModeClientBlobStore
A Client blob store for LocalMode.class
NimbusBlobStore
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 Shutdownable Modifier and Type Class Description class
AbstractHadoopNimbusPluginAutoCreds
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 Modifier and Type Class Description class
Nimbus
-
Uses of Shutdownable in org.apache.storm.daemon.worker
Classes in org.apache.storm.daemon.worker that implement Shutdownable Modifier and Type Class Description class
Worker
-
Uses of Shutdownable in org.apache.storm.executor
Classes in org.apache.storm.executor that implement Shutdownable Modifier and Type Class Description class
ExecutorShutdown
-
Uses of Shutdownable in org.apache.storm.hbase.security
Classes in org.apache.storm.hbase.security that implement Shutdownable Modifier and Type Class Description class
AutoHBaseNimbus
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 Shutdownable Modifier and Type Class Description class
HdfsBlobStore
Provides a HDFS file system backed blob store implementation.class
HdfsClientBlobStore
Client to access the HDFS blobStore. -
Uses of Shutdownable in org.apache.storm.hdfs.security
Classes in org.apache.storm.hdfs.security that implement Shutdownable Modifier and Type Class Description class
AutoHDFSNimbus
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 Shutdownable Modifier and Type Class Description class
AutoHiveNimbus
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Shutdownable in org.apache.storm.security
Subinterfaces of Shutdownable in org.apache.storm.security Modifier and Type Interface Description interface
INimbusCredentialPlugin
Nimbus auto credential plugin that will be called on nimbus host during submit topology option.
-