Modifier and Type | Class and Description |
---|---|
class |
BlockPoolTokenSecretManager
Manages a
BlockTokenSecretManager per block pool. |
class |
BlockTokenSecretManager
BlockTokenSecretManager can be instantiated in 2 modes, master mode and slave
mode.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegationTokenSecretManager
A HDFS specific delegation token secret manager.
|
Modifier and Type | Method and Description |
---|---|
RPC.Server |
WritableRpcEngine.getServer(Class<?> protocolClass,
Object protocolImpl,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig) |
RPC.Server |
ProtobufRpcEngine.getServer(Class<?> protocol,
Object protocolImpl,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig) |
RPC.Server |
RpcEngine.getServer(Class<?> protocol,
Object instance,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig)
Construct a server for a protocol implementation instance.
|
RPC.Builder |
RPC.Builder.setSecretManager(SecretManager<? extends TokenIdentifier> secretManager)
Default: null
|
Constructor and Description |
---|
ProtobufRpcEngine.Server(Class<?> protocolClass,
Object protocolImpl,
Configuration conf,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig)
Construct an RPC server.
|
RPC.Server(String bindAddress,
int port,
Class<? extends Writable> paramClass,
int handlerCount,
int numReaders,
int queueSizePerHandler,
Configuration conf,
String serverName,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig) |
Server(String bindAddress,
int port,
Class<? extends Writable> rpcRequestClass,
int handlerCount,
int numReaders,
int queueSizePerHandler,
Configuration conf,
String serverName,
SecretManager<? extends TokenIdentifier> secretManager) |
Server(String bindAddress,
int port,
Class<? extends Writable> rpcRequestClass,
int handlerCount,
int numReaders,
int queueSizePerHandler,
Configuration conf,
String serverName,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig)
Constructs a server listening on the named port and address.
|
WritableRpcEngine.Server(Class<?> protocolClass,
Object protocolImpl,
Configuration conf,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
SecretManager<? extends TokenIdentifier> secretManager,
String portRangeConfig)
Construct an RPC server.
|
WritableRpcEngine.Server(Object protocolImpl,
Configuration conf,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
SecretManager<? extends TokenIdentifier> secretManager)
Deprecated.
use Server#Server(Class, Object,
Configuration, String, int, int, int, int, boolean, SecretManager)
|
Modifier and Type | Class and Description |
---|---|
class |
JobTokenSecretManager
SecretManager for job token.
|
Modifier and Type | Class and Description |
---|---|
class |
JHSDelegationTokenSecretManager
A MapReduce specific delegation token secret manager.
|
Modifier and Type | Method and Description |
---|---|
SaslServer |
SaslRpcServer.create(Server.Connection connection,
SecretManager<TokenIdentifier> secretManager) |
static <T extends TokenIdentifier> |
SaslRpcServer.getIdentifier(String id,
SecretManager<T> secretManager) |
Constructor and Description |
---|
SaslRpcServer.SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager,
Server.Connection connection) |
Constructor and Description |
---|
Token(T id,
SecretManager<T> mgr)
Construct a token given a token identifier and a secret manager for the
type of the token identifier.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier> |
Modifier and Type | Method and Description |
---|---|
Server |
RpcServerFactory.getServer(Class<?> protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Modifier and Type | Method and Description |
---|---|
Server |
RpcServerFactoryPBImpl.getServer(Class<?> protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers) |
Server |
RpcServerFactoryPBImpl.getServer(Class<?> protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Modifier and Type | Method and Description |
---|---|
Server |
YarnRPC.getServer(Class protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers) |
abstract Server |
YarnRPC.getServer(Class protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Server |
HadoopYarnProtoRPC.getServer(Class protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Modifier and Type | Class and Description |
---|---|
class |
BaseClientToAMTokenSecretManager
A base
SecretManager for AMs to extend and validate Client-RM tokens
issued to clients by the RM using the underlying master-key shared by RM to
the AMs on their launch. |
class |
ClientToAMTokenSecretManager
A simple
SecretManager for AMs to validate Client-RM tokens issued to
clients by the RM using the underlying master-key shared by RM to the AMs on
their launch. |
Modifier and Type | Class and Description |
---|---|
class |
LocalizerTokenSecretManager |
Modifier and Type | Class and Description |
---|---|
class |
NMContainerTokenSecretManager
The NM maintains only two master-keys.
|
class |
NMTokenSecretManagerInNM |
Modifier and Type | Class and Description |
---|---|
class |
AMRMTokenSecretManager
AMRM-tokens are per ApplicationAttempt.
|
class |
ClientToAMTokenSecretManagerInRM |
class |
NMTokenSecretManagerInRM |
class |
RMContainerTokenSecretManager
SecretManager for ContainerTokens.
|
class |
RMDelegationTokenSecretManager
A ResourceManager specific delegation token secret manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseContainerTokenSecretManager
SecretManager for ContainerTokens.
|
class |
BaseNMTokenSecretManager |
Copyright © 2013 Apache Software Foundation. All rights reserved.