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 FrontendClientMetadata
toString()
void
writeTo
(DataOutput out)
-
Constructor Details
-
FrontendClientMetadata
public FrontendClientMetadata(ClientIdentifier clientId, ImmutableUnsignedLongSet purgedHistories, Collection<FrontendHistoryMetadata> currentHistories)
-
-
Method Details
-
clientId
-
getCurrentHistories
-
getPurgedHistories
-
writeTo
- Specified by:
writeTo
in interfaceWritableObject
- Throws:
IOException
-
readFrom
- Throws:
IOException
-
toString
-