public class FSID extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
ITEM_FIRST_USER |
static long |
ITEM_INDEX_CHANGES |
static long |
ITEM_INDEX_ROOT_NODE |
static long |
ITEM_INDEX_UNUSED |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FSID otherID) |
FSID |
copy() |
static FSID |
createRevId(String nodeId,
String copyId,
long revision,
long offset) |
static FSID |
createTxnId(String nodeId,
String copyId,
String txnId) |
boolean |
equals(Object obj) |
static FSID |
fromString(String revNodeId) |
String |
getCopyID() |
String |
getNodeID() |
long |
getOffset() |
long |
getRevision() |
String |
getTxnID() |
int |
hashCode() |
boolean |
isRelated(FSID otherID) |
boolean |
isTxn() |
String |
toString() |
public static final long ITEM_INDEX_UNUSED
public static final long ITEM_INDEX_CHANGES
public static final long ITEM_INDEX_ROOT_NODE
public static final long ITEM_FIRST_USER
public boolean isTxn()
public static FSID createRevId(String nodeId, String copyId, long revision, long offset)
public FSID copy()
public String getNodeID()
public String getTxnID()
public String getCopyID()
public long getRevision()
public long getOffset()
public int compareTo(FSID otherID)
public boolean isRelated(FSID otherID)
Copyright © 2018. All rights reserved.