| Package | Description |
|---|---|
| org.onosproject.store.service.impl |
Strongly consistent, fault-tolerant and durable state management
based on Raft consensus protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static TableModificationEvent |
TableModificationEvent.rowAdded(String tableName,
String key,
org.onosproject.store.service.VersionedValue value)
Creates a new row added table modification event.
|
static TableModificationEvent |
TableModificationEvent.rowDeleted(String tableName,
String key,
org.onosproject.store.service.VersionedValue value)
Creates a new row deleted table modification event.
|
static TableModificationEvent |
TableModificationEvent.rowUpdated(String tableName,
String key,
org.onosproject.store.service.VersionedValue newValue)
Creates a new row updated table modification event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseUpdateEventListener.tableModified(TableModificationEvent event)
Notifies listeners of a table modified event.
|
void |
DatabaseEntryExpirationTracker.tableModified(TableModificationEvent event) |
Copyright © 2014. All rights reserved.