ozone core API

org.ozoneDB.core.storage.classicStore
Class ClassicTransaction

java.lang.Object
  extended byorg.ozoneDB.core.Transaction
      extended byorg.ozoneDB.core.storage.classicStore.ClassicTransaction
All Implemented Interfaces:
Locker

public class ClassicTransaction
extends Transaction

Version:
$Id $

Field Summary
static int DEFAULT_TABLE_SIZE
           
protected  DxMap idTable
           
 
Fields inherited from class org.ozoneDB.core.Transaction
acquireCount, blocker, blockTimeout, callStack, commandCount, deadlocked, deadlockWaitTimeMaximum, deadlockWaitTimeMaximumMaximum, deadlockWaitTimeMaximumMinimum, env, HASHTABLE_INIT_SIZE, maxLockLevel, owner, ownerName, rollbackOnly, sleeping, startTime, status, STATUS_ABORTED, STATUS_ABORTING, STATUS_COMMITED, STATUS_COMMITING, STATUS_NONE, STATUS_PREPARED, STATUS_PREPARING, STATUS_STARTED, stopped, taID
 
Constructor Summary
ClassicTransaction(Env env, User owner)
           
 
Methods inherited from class org.ozoneDB.core.Transaction
abort, acquireContainer, acquireObject, blockedBy, callOnActivateIfNeeded, callOnPassivateIfNeeded, commit, copyObject, createObject, deleteObject, equals, finalize, getCallStack, getDeadlockWaitTimeMaximum, getManager, increaseDeadlockWaitTimeMaximum, invokeObject, invokeObject, isBlocked, isDeadlocked, isSleeping, maxLockLevel, nameObject, objectForID, objectForName, objectNames, owner, performCommand, prepareCommit, releaseObject, requireWriteLockingCallByUser, reset, setDeadlocked, setDeadlockWaitTimeMaximum, sleep, status, stop, taID, toString
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_TABLE_SIZE

public static final int DEFAULT_TABLE_SIZE
See Also:
Constant Field Values

idTable

protected DxMap idTable
Constructor Detail

ClassicTransaction

public ClassicTransaction(Env env,
                          User owner)

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.