Class LocalHistoryIdentifier

java.lang.Object
org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier
All Implemented Interfaces:
Serializable, Identifier, Immutable, WritableIdentifier, WritableObject

public final class LocalHistoryIdentifier extends Object implements WritableIdentifier
Globally-unique identifier of a local history. This identifier is assigned on the frontend and is composed of - a ClientIdentifier, which uniquely identifies a single instantiation of a particular frontend - an unsigned long, which uniquely identifies the history on the backend - an unsigned long cookie, assigned by the client and meaningless on the backend, which just reflects it back
Author:
Robert Varga
See Also: