| Package | Description |
|---|---|
| org.apache.drill.exec.rpc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RpcCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureBitCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
class |
ListeningCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
class |
ReconnectingConnection.ConnectionListeningFuture<R extends com.google.protobuf.MessageLite,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicClient.connectAsClient(RpcConnectionHandler<CC> connectionListener,
HS handshakeValue,
String host,
int port) |
static <T extends com.google.protobuf.Internal.EnumLite,CC extends ClientConnection,HS extends com.google.protobuf.MessageLite,HR extends com.google.protobuf.MessageLite,BC extends BasicClient<T,CC,HS,HR>> |
ConnectionMultiListener.newBuilder(RpcConnectionHandler<CC> connectionListener,
HS handshakeValue,
BC basicClient) |
protected abstract void |
BasicClient.prepareSaslHandshake(RpcConnectionHandler<CC> connectionHandler,
List<String> serverAuthMechanisms)
Creates various instances needed to start the SASL handshake.
|
protected void |
BasicClient.startSaslHandshake(RpcConnectionHandler<CC> connectionHandler,
Map<String,?> saslProperties,
org.apache.hadoop.security.UserGroupInformation ugi,
AuthenticatorFactory authFactory,
T rpcType)
Main method which starts the SASL handshake for all client channels (user/data/control) once it's determined
after regular RPC handshake that authentication is required by server side.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.