Uses of Interface
org.apache.storm.daemon.Shutdownable
Package
Description
-
Uses of Shutdownable in org.apache.storm
Modifier and TypeFieldDescriptionprotected static ConcurrentHashMap<String,
Shutdownable> ProcessSimulator.processMap
Modifier and TypeMethodDescriptionstatic Collection<Shutdownable>
ProcessSimulator.getAllProcessHandles()
Get all process handles.Modifier and TypeMethodDescriptionstatic void
ProcessSimulator.registerProcess
(String pid, Shutdownable shutdownable) Register a process' handle. -
Uses of Shutdownable in org.apache.storm.blobstore
Modifier 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
Modifier 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
-
Uses of Shutdownable in org.apache.storm.daemon.worker
-
Uses of Shutdownable in org.apache.storm.executor
-
Uses of Shutdownable in org.apache.storm.hbase.security
Modifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HBase implementation. -
Uses of Shutdownable in org.apache.storm.hdfs.blobstore
Modifier 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
Modifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HDFS implementation. -
Uses of Shutdownable in org.apache.storm.hive.security
Modifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for Hive implementation. -
Uses of Shutdownable in org.apache.storm.security
Modifier and TypeInterfaceDescriptioninterface
Nimbus auto credential plugin that will be called on nimbus host during submit topology option.