Class TxnIdUuid
- java.lang.Object
-
- org.apache.jena.dboe.transaction.txn.TxnIdUuid
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]bytes()static TxnIdUuidcreate(byte[] bytes)booleanequals(java.lang.Object obj)inthashCode()java.lang.Stringname()longruntime()A long that is a subset, or all or, the bytes.java.lang.StringtoString()
-
-
-
Method Detail
-
create
public static TxnIdUuid create(byte[] bytes)
-
runtime
public long runtime()
Description copied from interface:TxnIdA long that is a subset, or all or, the bytes. This should be unique for the lifetime of the transaction and ideally unique per system instance. It is not a persistent record of a transaction, it is for a transaction identifier in running code. ("system" maybe larger than on e JVM).
-
hashCode
public int hashCode()
-
equals
public boolean equals(java.lang.Object obj)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-