|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsimpledb.TransactionId
public class TransactionId
TransactionId is a class that contains the identifier of a transaction.
| Field Summary | |
|---|---|
(package private) static java.util.concurrent.atomic.AtomicLong |
counter
|
(package private) long |
myid
|
| Constructor Summary | |
|---|---|
TransactionId()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object tid)
|
long |
getId()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static java.util.concurrent.atomic.AtomicLong counter
long myid
| Constructor Detail |
|---|
public TransactionId()
| Method Detail |
|---|
public long getId()
public boolean equals(java.lang.Object tid)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||