public final class LocalHistoryIdentifier extends Object implements org.opendaylight.yangtools.concepts.WritableIdentifier
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 backConstructor and Description |
---|
LocalHistoryIdentifier(ClientIdentifier frontendId,
long historyId) |
LocalHistoryIdentifier(ClientIdentifier frontendId,
long historyId,
long cookie) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClientIdentifier |
getClientId() |
long |
getCookie() |
long |
getHistoryId() |
int |
hashCode() |
static LocalHistoryIdentifier |
readFrom(DataInput in) |
String |
toString() |
void |
writeTo(DataOutput out) |
public LocalHistoryIdentifier(ClientIdentifier frontendId, long historyId)
public LocalHistoryIdentifier(ClientIdentifier frontendId, long historyId, long cookie)
public static LocalHistoryIdentifier readFrom(DataInput in) throws IOException
IOException
public void writeTo(DataOutput out) throws IOException
writeTo
in interface org.opendaylight.yangtools.concepts.WritableObject
IOException
public ClientIdentifier getClientId()
public long getHistoryId()
public long getCookie()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2019 OpenDaylight. All rights reserved.