Modifier and Type | Interface and Description |
---|---|
interface |
ILocalDRPC |
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 |
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 |
AbstractAutoCreds
The base class that for auto credential plugins that abstracts out some of the common functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHBase
Automatically get hbase delegation tokens and push it to user’s topology.
|
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 |
AutoHDFS
Automatically get HDFS delegation tokens and push it to user’s topology.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHive
Automatically get hive delegation tokens and push it to user’s topology.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncLocalizer
This is a wrapper around the Localizer class that provides the desired async interface to Slot.
|
Modifier and Type | Interface and Description |
---|---|
interface |
INimbusCredentialPlugin
Nimbus auto credential plugin that will be called on nimbus host during submit topology option.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.