Uses of Interface
org.apache.drill.exec.rpc.EncryptionContext
Packages that use EncryptionContext
Package
Description
-
Uses of EncryptionContext in org.apache.drill.exec.rpc
Subinterfaces of EncryptionContext in org.apache.drill.exec.rpcModifier and TypeInterfaceDescriptioninterface
interface
ServerConnection<S extends ServerConnection<S>>
Classes in org.apache.drill.exec.rpc that implement EncryptionContextModifier and TypeClassDescriptionclass
class
class
AbstractServerConnection<S extends ServerConnection<S>>
class
Context to help initializing encryption related configurations for a connection.Fields in org.apache.drill.exec.rpc declared as EncryptionContextModifier and TypeFieldDescriptionprotected EncryptionContext
AbstractConnectionConfig.encryptionContext
Methods in org.apache.drill.exec.rpc that return EncryptionContextModifier and TypeMethodDescriptionAbstractConnectionConfig.getEncryptionCtxt()
ConnectionConfig.getEncryptionCtxt()
Constructors in org.apache.drill.exec.rpc with parameters of type EncryptionContextModifierConstructorDescriptionAbstractClientConnection
(io.netty.channel.socket.SocketChannel channel, String name, EncryptionContext encryptContext) AbstractRemoteConnection
(io.netty.channel.socket.SocketChannel channel, String name, EncryptionContext encryptionContext) -
Uses of EncryptionContext in org.apache.drill.exec.rpc.control
Classes in org.apache.drill.exec.rpc.control that implement EncryptionContext -
Uses of EncryptionContext in org.apache.drill.exec.rpc.data
Classes in org.apache.drill.exec.rpc.data that implement EncryptionContextConstructors in org.apache.drill.exec.rpc.data with parameters of type EncryptionContextModifierConstructorDescriptionDataClientConnection
(io.netty.channel.socket.SocketChannel channel, DataClient client, EncryptionContext encryptionContextImpl) -
Uses of EncryptionContext in org.apache.drill.exec.rpc.user
Classes in org.apache.drill.exec.rpc.user that implement EncryptionContextModifier and TypeClassDescriptionclass
class
Represents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.