Package org.apache.drill.exec.rpc.user
Class UserClient.UserToBitConnection
java.lang.Object
org.apache.drill.exec.rpc.AbstractRemoteConnection
org.apache.drill.exec.rpc.AbstractClientConnection
org.apache.drill.exec.rpc.user.UserClient.UserToBitConnection
- All Implemented Interfaces:
AutoCloseable,ClientConnection,ConnectionThrottle,EncryptionContext,RemoteConnection
- Enclosing class:
UserClient
-
Field Summary
Fields inherited from class org.apache.drill.exec.rpc.AbstractRemoteConnection
saslCodec -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected org.slf4j.LoggervoidMethods inherited from class org.apache.drill.exec.rpc.AbstractClientConnection
channelClosed, disposeSaslClient, getSaslClient, setSaslClientMethods inherited from class org.apache.drill.exec.rpc.AbstractRemoteConnection
addSecurityHandlers, blockOnNotWritable, close, createNewRpcListener, getAndRemoveRpcOutcome, getChannel, getEncryptionCtxtString, getMaxWrappedSize, getName, getRemoteAddress, getWrapSizeLimit, inEventLoop, isActive, isEncryptionEnabled, recordRemoteFailure, setAutoRead, setEncryption, setMaxWrappedSize, setWrapSizeLimitMethods 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.ConnectionThrottle
setAutoReadMethods inherited from interface org.apache.drill.exec.rpc.EncryptionContext
getEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimitMethods inherited from interface org.apache.drill.exec.rpc.RemoteConnection
addSecurityHandlers, blockOnNotWritable, close, createNewRpcListener, getAndRemoveRpcOutcome, getChannel, getName, getRemoteAddress, inEventLoop, isActive, recordRemoteFailure
-
Method Details
-
getAllocator
-
getLogger
protected org.slf4j.Logger getLogger()- Specified by:
getLoggerin classAbstractClientConnection
-
incConnectionCounter
public void incConnectionCounter()- Specified by:
incConnectionCounterin classAbstractRemoteConnection
-
decConnectionCounter
public void decConnectionCounter()- Specified by:
decConnectionCounterin classAbstractRemoteConnection
-