Package org.apache.drill.exec.rpc
Class AbstractConnectionConfig
java.lang.Object
org.apache.drill.exec.rpc.AbstractConnectionConfig
- All Implemented Interfaces:
ConnectionConfig
- Direct Known Subclasses:
BitConnectionConfig
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractConnectionConfig
(BufferAllocator allocator, BootStrapContext context) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.drill.exec.rpc.ConnectionConfig
getName
-
Field Details
-
encryptionContext
-
-
Constructor Details
-
AbstractConnectionConfig
-
-
Method Details
-
getBootstrapContext
- Specified by:
getBootstrapContext
in interfaceConnectionConfig
-
getAllocator
- Specified by:
getAllocator
in interfaceConnectionConfig
-
getAuthProvider
- Specified by:
getAuthProvider
in interfaceConnectionConfig
-
isEncryptionEnabled
public boolean isEncryptionEnabled()- Specified by:
isEncryptionEnabled
in interfaceConnectionConfig
-
getEncryptionCtxt
- Specified by:
getEncryptionCtxt
in interfaceConnectionConfig
-