Uses of Enum
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.DisconnectReasonServerCnxn.disconnectReasonMethods in org.apache.zookeeper.server that return ServerCnxn.DisconnectReasonModifier and TypeMethodDescriptionServerCnxn.CloseRequestException.getReason()ServerCnxn.EndOfStreamException.getReason()static ServerCnxn.DisconnectReasonReturns the enum constant of this type with the specified name.static ServerCnxn.DisconnectReason[]ServerCnxn.DisconnectReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.server with parameters of type ServerCnxn.DisconnectReasonModifier and TypeMethodDescriptionvoidDumbWatcher.close(ServerCnxn.DisconnectReason reason) voidNettyServerCnxn.close(ServerCnxn.DisconnectReason reason) Close the cnxn and remove it from the factory cnxns list.voidNIOServerCnxn.close(ServerCnxn.DisconnectReason reason) Close the cnxn and remove it from the factory cnxns list.abstract voidServerCnxn.close(ServerCnxn.DisconnectReason reason) voidNettyServerCnxnFactory.closeAll(ServerCnxn.DisconnectReason reason) voidNIOServerCnxnFactory.closeAll(ServerCnxn.DisconnectReason reason) clear all the connections in the selectorabstract voidServerCnxnFactory.closeAll(ServerCnxn.DisconnectReason reason) booleanServerCnxnFactory.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)