| Package | Description |
|---|---|
| org.onosproject.store.consistent.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseConfig |
DatabaseConfig.copy() |
DatabaseConfig |
DatabaseConfig.withConsistency(net.kuujo.copycat.protocol.Consistency consistency)
Sets the database read consistency, returning the configuration for method chaining.
|
DatabaseConfig |
DatabaseConfig.withConsistency(String consistency)
Sets the database read consistency, returning the configuration for method chaining.
|
DatabaseConfig |
DatabaseConfig.withName(String name)
Sets the database name, returning the configuration for method chaining.
|
| Modifier and Type | Method and Description |
|---|---|
static Database |
Database.create(String name,
net.kuujo.copycat.cluster.ClusterConfig cluster,
DatabaseConfig config)
Creates a new database.
|
| Constructor and Description |
|---|
DatabaseConfig(DatabaseConfig config) |
Copyright © 2015. All rights reserved.