Uses of Enum Class
org.apache.zookeeper.server.ServerCnxn.DisconnectReason
Packages that use ServerCnxn.DisconnectReason
-
Uses of ServerCnxn.DisconnectReason in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server declared as ServerCnxn.DisconnectReasonModifier and TypeFieldDescriptionprotected ServerCnxn.DisconnectReason
ServerCnxn.disconnectReason
Methods in org.apache.zookeeper.server that return ServerCnxn.DisconnectReasonModifier and TypeMethodDescriptionServerCnxn.CloseRequestException.getReason()
ServerCnxn.EndOfStreamException.getReason()
static ServerCnxn.DisconnectReason
Returns the enum constant of this class with the specified name.static ServerCnxn.DisconnectReason[]
ServerCnxn.DisconnectReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper.server with parameters of type ServerCnxn.DisconnectReasonModifier and TypeMethodDescriptionvoid
DumbWatcher.close
(ServerCnxn.DisconnectReason reason) void
NettyServerCnxn.close
(ServerCnxn.DisconnectReason reason) Close the cnxn and remove it from the factory cnxns list.void
NIOServerCnxn.close
(ServerCnxn.DisconnectReason reason) Close the cnxn and remove it from the factory cnxns list.abstract void
ServerCnxn.close
(ServerCnxn.DisconnectReason reason) void
NettyServerCnxnFactory.closeAll
(ServerCnxn.DisconnectReason reason) void
NIOServerCnxnFactory.closeAll
(ServerCnxn.DisconnectReason reason) clear all the connections in the selectorabstract void
ServerCnxnFactory.closeAll
(ServerCnxn.DisconnectReason reason) boolean
ServerCnxnFactory.closeSession
(long sessionId, ServerCnxn.DisconnectReason reason) Constructors in org.apache.zookeeper.server with parameters of type ServerCnxn.DisconnectReasonModifierConstructorDescriptionCloseRequestException
(String msg, ServerCnxn.DisconnectReason reason) EndOfStreamException
(String msg, ServerCnxn.DisconnectReason reason)