Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore.persisted |
Persisted backend structures.
|
Modifier and Type | Method and Description |
---|---|
static PayloadVersion |
PayloadVersion.current()
Return the codebase-native persistence version.
|
PayloadVersion |
AbstractVersionException.getClosestVersion()
Return the closest version supported by this codebase.
|
static PayloadVersion |
PayloadVersion.readFrom(DataInput in)
Read an
PayloadVersion from a DataInput . |
static PayloadVersion |
PayloadVersion.valueOf(short version)
Return the
PayloadVersion corresponding to an unsigned short integer. |
static PayloadVersion |
PayloadVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayloadVersion[] |
PayloadVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 OpenDaylight. All rights reserved.