| Package | Description |
|---|---|
| org.apache.drill.exec.rpc | |
| org.apache.drill.exec.rpc.control | |
| org.apache.drill.exec.rpc.data | |
| org.apache.drill.exec.rpc.security |
Communication security.
|
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionMultiListener<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>> |
static class |
ConnectionMultiListener.Builder<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>> |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BasicClient<?,C,HS,?> |
ReconnectingConnection.getNewClient() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.protobuf.Internal.EnumLite,CC extends ClientConnection,HS extends com.google.protobuf.MessageLite,HR extends com.google.protobuf.MessageLite> |
BitRpcUtility.prepareSaslHandshake(RpcConnectionHandler<CC> connectionHandler,
List<String> serverAuthMechanisms,
CC connection,
BitConnectionConfig config,
CoordinationProtos.DrillbitEndpoint endpoint,
BasicClient<T,CC,HS,HR> client,
T saslRpcType)
Creates various instances needed to start the SASL handshake.
|
static List<String> |
BitRpcUtility.validateHandshake(int handshakeRpcVersion,
List<String> remoteAuthMechs,
int rpcVersion,
ClientConnection connection,
BitConnectionConfig config,
BasicClient client)
Method to do validation on the handshake message received from server side.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlClient |
| Modifier and Type | Method and Description |
|---|---|
protected BasicClient<?,ControlConnection,BitControl.BitControlHandshake,?> |
RemoteControlConnectionManager.getNewClient() |
protected abstract BasicClient<?,ControlConnection,BitControl.BitControlHandshake,?> |
ControlConnectionManager.getNewClient() |
protected BasicClient<?,ControlConnection,BitControl.BitControlHandshake,?> |
LocalControlConnectionManager.getNewClient() |
| Modifier and Type | Class and Description |
|---|---|
class |
DataClient |
| Constructor and Description |
|---|
AuthenticationOutcomeListener(BasicClient<T,C,HS,HR> client,
C connection,
T saslRpcType,
org.apache.hadoop.security.UserGroupInformation ugi,
RpcOutcomeListener<?> completionListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserClient |
Copyright © 2021 The Apache Software Foundation. All rights reserved.