| 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.databroker.actors.dds |
This package contains implementation required by the DistributedDataStore frontend.
|
| Modifier and Type | Method and Description |
|---|---|
ClientActorContext |
AbstractClientConnection.context() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClientActorBehavior<?> |
AbstractClientActor.initialBehavior(ClientActorContext context) |
| Constructor and Description |
|---|
ClientActorBehavior(@NonNull ClientActorContext context,
@NonNull BackendInfoResolver<T> resolver) |
| Modifier and Type | Method and Description |
|---|---|
protected org.opendaylight.controller.cluster.databroker.actors.dds.AbstractDataStoreClientBehavior |
AbstractDataStoreClientActor.initialBehavior(ClientActorContext context) |
Copyright © 2019 OpenDaylight. All rights reserved.