| Package | Description |
|---|---|
| org.onosproject.store.consistent.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Database
Database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDatabase
Default database.
|
class |
PartitionedDatabase
A database that partitions the keys across one or more database partitions.
|
| Constructor and Description |
|---|
ConsistentMapImpl(String name,
DatabaseProxy<String,byte[]> proxy,
org.onosproject.store.service.Serializer serializer) |
Copyright © 2015. All rights reserved.