| Package | Description |
|---|---|
| org.onosproject.store.service.impl |
Strongly consistent, fault-tolerant and durable state management
based on Raft consensus protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseEntryExpirationTracker
Plugs into the database update stream and track the TTL of entries added to
the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseStateMachine.addEventListener(DatabaseUpdateEventListener listener)
Adds specified DatabaseUpdateEventListener.
|
void |
DatabaseStateMachine.removeEventListener(DatabaseUpdateEventListener listener)
Removes specified DatabaseUpdateEventListener.
|
Copyright © 2014. All rights reserved.