Package org.apache.drill.exec.rpc
Interface ConnectionConfig
- All Known Implementing Classes:
AbstractConnectionConfig
,BitConnectionConfig
,ControlConnectionConfig
public interface ConnectionConfig
-
Method Summary
-
Method Details
-
getName
String getName() -
getBootstrapContext
BootStrapContext getBootstrapContext() -
getAllocator
BufferAllocator getAllocator() -
getAuthProvider
AuthenticatorProvider getAuthProvider() -
isEncryptionEnabled
boolean isEncryptionEnabled() -
getEncryptionCtxt
EncryptionContext getEncryptionCtxt()
-