public final class TransactionRegistry
extends java.lang.Object
Constructor and Description |
---|
TransactionRegistry() |
Modifier and Type | Method and Description |
---|---|
static Log |
getInnermostLog(long tid)
Returns the innermost transaction log for the given top-level tid (or null
if no such log exists).
|
static Log |
getOrCreateInnermostLog(TransactionID tid)
Returns the innermost transaction log whose top-level tid the same as that
of the given tid.
|
static Log |
getTopmostLog(long tid)
Returns the top-level transaction log for the given top-level TID (or null
if no such log exists).
|
static void |
register(Log log)
Registers a newly created top-level transaction log.
|
static void |
remove(long topTid) |
static void |
renumberObject(Store store,
long onum,
long newOnum)
Deprecated.
|
public static Log getTopmostLog(long tid)
public static Log getInnermostLog(long tid)
public static Log getOrCreateInnermostLog(TransactionID tid)
public static void register(Log log)
public static void remove(long topTid)
@Deprecated public static void renumberObject(Store store, long onum, long newOnum)