Uses of Enum Class
com.loomcache.client.ClientRoutingMode
Packages that use ClientRoutingMode
-
Uses of ClientRoutingMode in com.loomcache.client
Subclasses with type arguments of type ClientRoutingMode in com.loomcache.clientMethods in com.loomcache.client that return ClientRoutingModeModifier and TypeMethodDescriptionClientConfig.routingMode()LoomClient.routingMode()static ClientRoutingModeReturns the enum constant of this class with the specified name.static ClientRoutingMode[]ClientRoutingMode.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 ClientRoutingModeModifier and TypeMethodDescriptionClientConfig.Builder.routingMode(ClientRoutingMode routingMode) LoomClient.Builder.routingMode(ClientRoutingMode mode) Set cluster routing mode.