Class MemcachedGenericClientOptions
java.lang.Object
io.datarouter.storage.config.client.MemcachedGenericClientOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMemcachedGenericClientOptions(ClientId clientId, MemcachedGenericClientOptions.MemcachedGenericClientMode clientMode) -
Method Summary
Modifier and TypeMethodDescriptionwithClusterEndpoint(String clusterEndpoint) withServers(String... servers) withServers(List<String> servers)
-
Field Details
-
clientId
-
clientMode
-
servers
-
clusterEndpoint
-
-
Constructor Details
-
MemcachedGenericClientOptions
public MemcachedGenericClientOptions(ClientId clientId, MemcachedGenericClientOptions.MemcachedGenericClientMode clientMode)
-
-
Method Details
-
withServers
-
withServers
-
withClusterEndpoint
-