Uses of Interface
org.opendaylight.controller.cluster.access.concepts.Message.SerialForm
Packages that use Message.SerialForm
Package
Description
This package defines the messages used to interact with the CDS backend implementation.
This package defines basic concepts used to interact with the CDS backend implementation.
-
Uses of Message.SerialForm in org.opendaylight.controller.cluster.access.commands
Subinterfaces of Message.SerialForm in org.opendaylight.controller.cluster.access.commandsModifier and TypeInterfaceDescriptionprotected static interfaceTransactionRequest.SerialForm<T extends TransactionRequest<T>> -
Uses of Message.SerialForm in org.opendaylight.controller.cluster.access.concepts
Subinterfaces of Message.SerialForm in org.opendaylight.controller.cluster.access.conceptsModifier and TypeInterfaceDescriptionprotected static interfaceRequest.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Request<T, C>> protected static interfaceRequestFailure.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestFailure<T, C>> Externalizable proxy for use withRequestFailuresubclasses.protected static interfaceRequestSuccess.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T, C>> protected static interfaceResponse.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Response<T, C>> Methods in org.opendaylight.controller.cluster.access.concepts that return Message.SerialFormModifier and TypeMethodDescriptionprotected abstract @NonNull Message.SerialForm<T,C> Message.externalizableProxy(@NonNull ABIVersion reqVersion) Instantiate a serialization proxy for this object for the target ABI version.