Uses of Class
org.opendaylight.controller.cluster.access.commands.PersistenceProtocol
-
Packages that use PersistenceProtocol Package Description org.opendaylight.controller.cluster.access.commands This package defines the messages used to interact with the CDS backend implementation. -
-
Uses of PersistenceProtocol in org.opendaylight.controller.cluster.access.commands
Methods in org.opendaylight.controller.cluster.access.commands that return PersistenceProtocol Modifier and Type Method Description static PersistenceProtocol
PersistenceProtocol. readFrom(DataInput in)
static PersistenceProtocol
PersistenceProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersistenceProtocol[]
PersistenceProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.controller.cluster.access.commands that return types with arguments of type PersistenceProtocol Modifier and Type Method Description Optional<PersistenceProtocol>
ModifyTransactionRequest. getPersistenceProtocol()
-