Package | Description |
---|---|
org.opendaylight.controller.cluster.access.commands |
This package defines the messages used to interact with the CDS backend implementation.
|
org.opendaylight.controller.cluster.access.concepts |
This package defines basic concepts used to interact with the CDS backend implementation.
|
org.opendaylight.controller.cluster.databroker.actors.dds |
This package contains implementation required by the DistributedDataStore frontend.
|
org.opendaylight.controller.cluster.datastore.messages | |
org.opendaylight.controller.cluster.datastore.persisted |
Persisted backend structures.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSuccessProxy<LocalHistoryIdentifier,LocalHistorySuccess> |
LocalHistorySuccess.externalizableProxy(ABIVersion version) |
Constructor and Description |
---|
CreateLocalHistoryRequest(LocalHistoryIdentifier target,
akka.actor.ActorRef replyTo) |
DestroyLocalHistoryRequest(LocalHistoryIdentifier target,
long sequence,
akka.actor.ActorRef replyTo) |
LocalHistorySuccess(LocalHistoryIdentifier target,
long sequence) |
PurgeLocalHistoryRequest(LocalHistoryIdentifier target,
long sequence,
akka.actor.ActorRef replyTo) |
Modifier and Type | Method and Description |
---|---|
LocalHistoryIdentifier |
TransactionIdentifier.getHistoryId() |
static LocalHistoryIdentifier |
LocalHistoryIdentifier.readFrom(DataInput in) |
Constructor and Description |
---|
TransactionIdentifier(LocalHistoryIdentifier historyId,
long transactionId) |
Modifier and Type | Method and Description |
---|---|
LocalHistoryIdentifier |
AbstractClientHistory.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
LocalHistoryIdentifier |
CloseTransactionChain.getIdentifier() |
Constructor and Description |
---|
CloseTransactionChain(LocalHistoryIdentifier transactionChainId,
short version) |
Modifier and Type | Method and Description |
---|---|
static CreateLocalHistoryPayload |
CreateLocalHistoryPayload.create(LocalHistoryIdentifier historyId,
int initialSerializedBufferCapacity) |
static PurgeLocalHistoryPayload |
PurgeLocalHistoryPayload.create(LocalHistoryIdentifier historyId,
int initialSerializedBufferCapacity) |
static CloseLocalHistoryPayload |
CloseLocalHistoryPayload.create(LocalHistoryIdentifier historyId,
int initialSerializedBufferCapacity) |
Copyright © 2019 OpenDaylight. All rights reserved.