Uses of Enum Class
org.apache.zookeeper.server.embedded.ExitHandler
Packages that use ExitHandler
-
Uses of ExitHandler in org.apache.zookeeper.server.embedded
Methods in org.apache.zookeeper.server.embedded that return ExitHandlerModifier and TypeMethodDescriptionstatic ExitHandler
Returns the enum constant of this class with the specified name.static ExitHandler[]
ExitHandler.values()
Returns an array containing the constants of this enum class, 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
.