Package | Description |
---|---|
org.opendaylight.controller.cluster.access.client |
This package contains the baseline client infrastructure required to implement clients accessing the data store.
|
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 | |
org.opendaylight.controller.cluster.datastore.persisted |
Persisted backend structures.
|
Modifier and Type | Method and Description |
---|---|
ClientIdentifier |
ClientActorBehavior.getIdentifier() |
ClientIdentifier |
ClientActorContext.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
protected AbstractRequestProxy<ClientIdentifier,ConnectClientRequest> |
ConnectClientRequest.externalizableProxy(ABIVersion version) |
protected AbstractRequestFailureProxy<ClientIdentifier,ConnectClientFailure> |
ConnectClientFailure.externalizableProxy(ABIVersion version) |
Constructor and Description |
---|
ConnectClientRequest(ClientIdentifier identifier,
akka.actor.ActorRef replyTo,
ABIVersion minVersion,
ABIVersion maxVersion) |
ConnectClientSuccess(ClientIdentifier target,
long sequence,
akka.actor.ActorRef backend,
List<akka.actor.ActorSelection> alternates,
org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree dataTree,
int maxMessages) |
Modifier and Type | Method and Description |
---|---|
static ClientIdentifier |
ClientIdentifier.create(FrontendIdentifier frontendId,
long generation) |
ClientIdentifier |
LocalHistoryIdentifier.getClientId() |
static ClientIdentifier |
ClientIdentifier.readFrom(DataInput in) |
Constructor and Description |
---|
LocalHistoryIdentifier(ClientIdentifier frontendId,
long historyId) |
LocalHistoryIdentifier(ClientIdentifier frontendId,
long historyId,
long cookie) |
Modifier and Type | Method and Description |
---|---|
ClientIdentifier |
DataStoreClient.getIdentifier() |
Constructor and Description |
---|
AbstractDataStore(ActorContext actorContext,
ClientIdentifier identifier) |
AbstractDataStore(ActorContext actorContext,
ClientIdentifier identifier,
DataStoreClient clientActor) |
Modifier and Type | Method and Description |
---|---|
ClientIdentifier |
FrontendClientMetadata.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
static DisableTrackingPayload |
DisableTrackingPayload.create(ClientIdentifier clientId,
int initialSerializedBufferCapacity) |
Constructor and Description |
---|
FrontendClientMetadata(ClientIdentifier identifier,
com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedHistories,
Collection<FrontendHistoryMetadata> currentHistories) |
Copyright © 2019 OpenDaylight. All rights reserved.