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 TypeMethodDescriptionvoid
protected org.slf4j.Logger
void
Methods inherited from class org.apache.drill.exec.rpc.AbstractClientConnection
channelClosed, disposeSaslClient, getSaslClient, setSaslClient
Methods 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, setWrapSizeLimit
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.ConnectionThrottle
setAutoRead
Methods inherited from interface org.apache.drill.exec.rpc.EncryptionContext
getEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimit
Methods 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:
getLogger
in classAbstractClientConnection
-
incConnectionCounter
public void incConnectionCounter()- Specified by:
incConnectionCounter
in classAbstractRemoteConnection
-
decConnectionCounter
public void decConnectionCounter()- Specified by:
decConnectionCounter
in classAbstractRemoteConnection
-