public final class FrontendClientMetadata extends Object implements org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.ClientIdentifier>, org.opendaylight.yangtools.concepts.WritableObject
| Constructor and Description |
|---|
FrontendClientMetadata(org.opendaylight.controller.cluster.access.concepts.ClientIdentifier identifier,
com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedHistories,
Collection<FrontendHistoryMetadata> currentHistories) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FrontendHistoryMetadata> |
getCurrentHistories() |
org.opendaylight.controller.cluster.access.concepts.ClientIdentifier |
getIdentifier() |
com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> |
getPurgedHistories() |
static FrontendClientMetadata |
readFrom(DataInput in) |
String |
toString() |
void |
writeTo(DataOutput out) |
public FrontendClientMetadata(org.opendaylight.controller.cluster.access.concepts.ClientIdentifier identifier,
com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedHistories,
Collection<FrontendHistoryMetadata> currentHistories)
public Collection<FrontendHistoryMetadata> getCurrentHistories()
public com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> getPurgedHistories()
public org.opendaylight.controller.cluster.access.concepts.ClientIdentifier getIdentifier()
getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.ClientIdentifier>public void writeTo(DataOutput out) throws IOException
writeTo in interface org.opendaylight.yangtools.concepts.WritableObjectIOExceptionpublic static FrontendClientMetadata readFrom(DataInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2018 OpenDaylight. All rights reserved.