public class OTQueuedOperation extends Object implements Comparable<OTQueuedOperation>
Constructor and Description |
---|
OTQueuedOperation(int version,
OTOperation operation,
String peerId,
int entityId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OTQueuedOperation o) |
int |
getEntityId() |
OTOperation |
getOperation() |
String |
getPeerId() |
int |
getVersion() |
public OTQueuedOperation(int version, OTOperation operation, String peerId, int entityId)
public int getVersion()
public OTOperation getOperation()
public String getPeerId()
public int getEntityId()
public int compareTo(OTQueuedOperation o)
compareTo
in interface Comparable<OTQueuedOperation>
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.