Uses of Enum
org.apache.zookeeper.server.embedded.ExitHandler
Packages that use ExitHandler
-
Uses of ExitHandler in org.apache.zookeeper.server.embedded
Subclasses with type arguments of type ExitHandler in org.apache.zookeeper.server.embeddedModifier and TypeClassDescriptionenumBehaviour of the server in case of internal error.Methods in org.apache.zookeeper.server.embedded that return ExitHandlerModifier and TypeMethodDescriptionstatic ExitHandlerReturns the enum constant of this type with the specified name.static ExitHandler[]ExitHandler.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.server.embedded with parameters of type ExitHandlerModifier and TypeMethodDescriptionZooKeeperServerEmbedded.ZookKeeperServerEmbeddedBuilder.exitHandler(ExitHandler exitHandler) Set the behaviour in case of hard system errors, seeExitHandler.