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.concepts |
This package defines basic concepts used to interact with the CDS backend implementation.
|
Constructor and Description |
---|
AbstractClientActor(FrontendIdentifier frontendId) |
Modifier and Type | Method and Description |
---|---|
static FrontendIdentifier |
FrontendIdentifier.create(MemberName memberName,
FrontendType clientType) |
FrontendIdentifier |
ClientIdentifier.getFrontendId() |
static FrontendIdentifier |
FrontendIdentifier.readFrom(DataInput in) |
Modifier and Type | Method and Description |
---|---|
static ClientIdentifier |
ClientIdentifier.create(FrontendIdentifier frontendId,
long generation) |
Copyright © 2019 OpenDaylight. All rights reserved.