Uses of Class
io.datarouter.aws.memcached.client.MemcachedClientMode
| Package | Description |
|---|---|
| io.datarouter.aws.memcached.client |
-
Uses of MemcachedClientMode in io.datarouter.aws.memcached.client
Methods in io.datarouter.aws.memcached.client that return MemcachedClientMode Modifier and Type Method Description MemcachedClientModeMemcachedClientMode. fromPersistentString(java.lang.String string)MemcachedClientModeAwsMemcachedOptions. getClientMode(java.lang.String clientName)static MemcachedClientModeMemcachedClientMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MemcachedClientMode[]MemcachedClientMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.datarouter.aws.memcached.client that return types with arguments of type MemcachedClientMode Modifier and Type Method Description static java.util.Optional<MemcachedClientMode>MemcachedClientMode. fromPersistentStringStatic(java.lang.String string)Methods in io.datarouter.aws.memcached.client with parameters of type MemcachedClientMode Modifier and Type Method Description AwsMemcachedClientOptionsBuilderAwsMemcachedClientOptionsBuilder. withClientMode(MemcachedClientMode clientMode)