public class AsyncSetConfig extends AsyncCollectionConfig<AsyncSetConfig>
| Modifier | Constructor and Description |
|---|---|
|
AsyncSetConfig() |
protected |
AsyncSetConfig(AsyncSetConfig config) |
|
AsyncSetConfig(Map<String,Object> config) |
|
AsyncSetConfig(String resource) |
| Modifier and Type | Method and Description |
|---|---|
AsyncSetConfig |
copy() |
net.kuujo.copycat.cluster.internal.coordinator.CoordinatedResourceConfig |
resolve(net.kuujo.copycat.cluster.ClusterConfig cluster) |
getConsistency, setConsistency, setConsistency, withConsistency, withConsistencyaddReplica, clearReplicas, getDefaultSerializer, getElectionTimeout, getExecutor, getHeartbeatInterval, getLog, getReplicas, getSerializer, removeReplica, setDefaultSerializer, setElectionTimeout, setElectionTimeout, setExecutor, setHeartbeatInterval, setHeartbeatInterval, setLog, setReplicas, setReplicas, setSerializer, setSerializer, setSerializer, withDefaultSerializer, withElectionTimeout, withElectionTimeout, withExecutor, withHeartbeatInterval, withHeartbeatInterval, withLog, withReplicas, withReplicas, withSerializer, withSerializer, withSerializeraddResources, configure, equals, hashCode, toMap, toStringpublic AsyncSetConfig()
public AsyncSetConfig(String resource)
protected AsyncSetConfig(AsyncSetConfig config)
public AsyncSetConfig copy()
copy in interface net.kuujo.copycat.util.Copyable<net.kuujo.copycat.util.Configurable>copy in class net.kuujo.copycat.resource.ResourceConfig<AsyncSetConfig>public net.kuujo.copycat.cluster.internal.coordinator.CoordinatedResourceConfig resolve(net.kuujo.copycat.cluster.ClusterConfig cluster)
resolve in class net.kuujo.copycat.resource.ResourceConfig<AsyncSetConfig>Copyright © 2013-2015. All Rights Reserved.