Uses of Enum Class
io.datarouter.aws.memcached.client.MemcachedClientMode
Packages that use MemcachedClientMode
-
Uses of MemcachedClientMode in io.datarouter.aws.memcached.client
Fields in io.datarouter.aws.memcached.client with type parameters of type MemcachedClientModeModifier and TypeFieldDescriptionstatic final io.datarouter.enums.StringMappedEnum<MemcachedClientMode>MemcachedClientMode.BY_PERSISTENT_STRINGMethods in io.datarouter.aws.memcached.client that return MemcachedClientModeModifier and TypeMethodDescriptionstatic MemcachedClientModeMemcachedClientMode.fromGenericClientMode(io.datarouter.storage.config.client.MemcachedGenericClientOptions.MemcachedGenericClientMode genericMode) static MemcachedClientModeReturns the enum constant of this class with the specified name.static MemcachedClientMode[]MemcachedClientMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MemcachedClientMode in io.datarouter.aws.memcached.client.options
Methods in io.datarouter.aws.memcached.client.options that return MemcachedClientModeMethods in io.datarouter.aws.memcached.client.options with parameters of type MemcachedClientModeModifier and TypeMethodDescriptionAwsMemcachedClientOptionsBuilder.withClientMode(MemcachedClientMode clientMode)