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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractConnectionConfig(BufferAllocator allocator, BootStrapContext context) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.exec.rpc.ConnectionConfig
getName
-
Field Details
-
encryptionContext
-
-
Constructor Details
-
AbstractConnectionConfig
-
-
Method Details
-
getBootstrapContext
- Specified by:
getBootstrapContextin interfaceConnectionConfig
-
getAllocator
- Specified by:
getAllocatorin interfaceConnectionConfig
-
getAuthProvider
- Specified by:
getAuthProviderin interfaceConnectionConfig
-
isEncryptionEnabled
public boolean isEncryptionEnabled()- Specified by:
isEncryptionEnabledin interfaceConnectionConfig
-
getEncryptionCtxt
- Specified by:
getEncryptionCtxtin interfaceConnectionConfig
-