Package | Description |
---|---|
org.opendaylight.controller.cluster.access |
This package contains the base definitions of the APIs exposed by the clustered data store backend.
|
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.
|
Class and Description |
---|
ABIVersion
Enumeration of all ABI versions supported by this implementation of the client access API.
|
AbstractVersionException
Abstract base exception used for reporting version mismatches from
ABIVersion . |
FutureVersionException
Exception thrown from
ABIVersion.valueOf(short) when the specified version is too new to be supported
by the codebase. |
PastVersionException
Exception thrown from
ABIVersion.valueOf(short) when the specified version is too old and no longer
supported by the codebase. |
Class and Description |
---|
ABIVersion
Enumeration of all ABI versions supported by this implementation of the client access API.
|
Class and Description |
---|
ABIVersion
Enumeration of all ABI versions supported by this implementation of the client access API.
|
Class and Description |
---|
ABIVersion
Enumeration of all ABI versions supported by this implementation of the client access API.
|
Copyright © 2019 OpenDaylight. All rights reserved.