| 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 |
|---|---|
static PartitionedDatabase |
PartitionedDatabaseManager.create(String name,
net.kuujo.copycat.cluster.ClusterConfig clusterConfig,
PartitionedDatabaseConfig partitionedDatabaseConfig)
Creates a new partitioned database.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PartitionedDatabase> |
PartitionedDatabaseManager.open()
Opens the database.
|
CompletableFuture<PartitionedDatabase> |
PartitionedDatabase.open() |
Copyright © 2015. All rights reserved.