| Package | Description |
|---|---|
| net.kuujo.copycat.state |
| Modifier and Type | Method and Description |
|---|---|
StateLogConfig |
StateLogConfig.copy() |
StateLogConfig |
StateLogConfig.withDefaultConsistency(Consistency consistency)
Sets the state log read consistency, returning the configuration for method chaining.
|
StateLogConfig |
StateLogConfig.withDefaultConsistency(String consistency)
Sets the state log read consistency, returning the configuration for method chaining.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> StateLog<T> |
StateLog.create(String name,
ClusterConfig cluster,
StateLogConfig config)
Creates a new state log.
|
| Constructor and Description |
|---|
StateLogConfig(StateLogConfig config) |
Copyright © 2013-2015. All Rights Reserved.