Class FrontendClientMetadata
java.lang.Object
org.opendaylight.controller.cluster.datastore.persisted.FrontendClientMetadata
- All Implemented Interfaces:
WritableObject
-
Constructor Summary
ConstructorsConstructorDescriptionFrontendClientMetadata(ClientIdentifier clientId, ImmutableUnsignedLongSet purgedHistories, Collection<FrontendHistoryMetadata> currentHistories) -
Method Summary
Modifier and TypeMethodDescriptionclientId()static FrontendClientMetadatatoString()voidwriteTo(DataOutput out)
-
Constructor Details
-
FrontendClientMetadata
public FrontendClientMetadata(ClientIdentifier clientId, ImmutableUnsignedLongSet purgedHistories, Collection<FrontendHistoryMetadata> currentHistories)
-
-
Method Details
-
clientId
-
getCurrentHistories
-
getPurgedHistories
-
writeTo
- Specified by:
writeToin interfaceWritableObject- Throws:
IOException
-
readFrom
- Throws:
IOException
-
toString
-