Modifier and Type | Interface and Description |
---|---|
interface |
ILocalDRPC |
Modifier and Type | Class and Description |
---|---|
class |
LocalDRPC
A Local way to test DRPC.
|
Modifier and Type | Field and Description |
---|---|
protected static ConcurrentHashMap<String,Shutdownable> |
ProcessSimulator.processMap |
Modifier and Type | Method and Description |
---|---|
static Collection<Shutdownable> |
ProcessSimulator.getAllProcessHandles()
Get all process handles.
|
Modifier and Type | Method and Description |
---|---|
static void |
ProcessSimulator.registerProcess(String pid,
Shutdownable shutdownable)
Register a process’ handle.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHadoopNimbusPluginAutoCreds
The base class that for auto credential plugins that abstracts out some of the common functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
Nimbus |
Modifier and Type | Class and Description |
---|---|
class |
Worker |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorShutdown |
Modifier and Type | Class and Description |
---|---|
class |
AutoHBaseNimbus
Auto credentials nimbus plugin for HBase implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsBlobStore
Provides a HDFS file system backed blob store implementation.
|
class |
HdfsClientBlobStore
Client to access the HDFS blobStore.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHDFSNimbus
Auto credentials nimbus plugin for HDFS implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHiveNimbus
Auto credentials nimbus plugin for Hive implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
INimbusCredentialPlugin
Nimbus auto credential plugin that will be called on nimbus host during submit topology option.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.