Uses of Enum Class
com.loomcache.client.ClientReconnectMode
Packages that use ClientReconnectMode
-
Uses of ClientReconnectMode in com.loomcache.client
Subclasses with type arguments of type ClientReconnectMode in com.loomcache.clientModifier and TypeClassDescriptionenumClient reconnect behavior after the last member connection is lost.Methods in com.loomcache.client that return ClientReconnectModeModifier and TypeMethodDescriptionClientConfig.reconnectMode()LoomClient.reconnectMode()static ClientReconnectModeReturns the enum constant of this class with the specified name.static ClientReconnectMode[]ClientReconnectMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.client with parameters of type ClientReconnectModeModifier and TypeMethodDescriptionClientConfig.Builder.reconnectMode(ClientReconnectMode reconnectMode) LoomClient.Builder.reconnectMode(ClientReconnectMode mode) Set reconnect behavior after the last member connection is lost.