ozone core API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

ACCEPT_THREAD_PRIORITY - Static variable in class org.ozoneDB.core.Env
AdminPort and InvokeServer accepts and admin requests
ATTR_ID - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_NAME - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_OBJID - Static variable in class org.ozoneDB.core.xml.OzoneObjAttsFactory
 
ATTR_OBJNAME - Static variable in class org.ozoneDB.core.xml.OzoneObjAttsFactory
 
ATTR_PROXY_TYPE - Static variable in interface org.ozoneDB.core.xml.Consts
Ozone specific AttributeS for an Ozone_Proxy member
ATTR_REF - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_TYPE - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_XLINK_HREF_LOCAL - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_XLINK_HREF_RAW - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_XLINK_NAMESPACE - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_XLINK_TYPE_LOCAL - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_XLINK_TYPE_RAW - Static variable in interface org.ozoneDB.core.xml.Consts
 
ATTR_XLINK_TYPE_VALUE - Static variable in interface org.ozoneDB.core.xml.Consts
 
AUTO1_NAME - Static variable in class test.simple.SimpleTest
 
AUTO1_OBJNAME - Static variable in class test.simple.SimpleTest
 
AUTO2_OBJNAME - Static variable in class test.simple.SimpleTest
 
AbsoluteConstraints - class org.ozoneDB.core.monitor.AbsoluteConstraints.
An object that encapsulates position and (optionally) size for Absolute positioning of components.
AbsoluteConstraints(Point) - Constructor for class org.ozoneDB.core.monitor.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position.
AbsoluteConstraints(int, int) - Constructor for class org.ozoneDB.core.monitor.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position.
AbsoluteConstraints(Point, Dimension) - Constructor for class org.ozoneDB.core.monitor.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position and size.
AbsoluteConstraints(int, int, int, int) - Constructor for class org.ozoneDB.core.monitor.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position and size.
AbsoluteConstraints(int, int, int, int, int) - Constructor for class org.ozoneDB.core.monitor.AbsoluteConstraints
 
AbsoluteLayout - class org.ozoneDB.core.monitor.AbsoluteLayout.
AbsoluteLayout is a LayoutManager that works as a replacement for "null" layout to allow placement of components in absolute positions.
AbsoluteLayout() - Constructor for class org.ozoneDB.core.monitor.AbsoluteLayout
 
AbstractCluster - class org.ozoneDB.core.storage.AbstractCluster.
 
AbstractCluster() - Constructor for class org.ozoneDB.core.storage.AbstractCluster
 
AbstractClusterStore - class org.ozoneDB.core.storage.AbstractClusterStore.
 
AbstractClusterStore(Env) - Constructor for class org.ozoneDB.core.storage.AbstractClusterStore
 
AbstractJavaCompiler - class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler.
Abstract configuration interface for JDK build compilers.
AbstractJavaCompiler() - Constructor for class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
AbstractLock - class org.ozoneDB.core.AbstractLock.
 
AbstractLock() - Constructor for class org.ozoneDB.core.AbstractLock
 
AbstractMessageCommand - class org.ozoneDB.tools.OPP.message.command.AbstractMessageCommand.
 
AbstractMessageCommand(MessageWriter) - Constructor for class org.ozoneDB.tools.OPP.message.command.AbstractMessageCommand
 
AbstractObjectContainer - class org.ozoneDB.core.AbstractObjectContainer.
 
AbstractObjectContainer() - Constructor for class org.ozoneDB.core.AbstractObjectContainer
 
AbstractReferenceCache - class org.ozoneDB.core.storage.AbstractReferenceCache.
 
AbstractReferenceCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.AbstractReferenceCache
 
AbstractReferenceCache() - Constructor for class org.ozoneDB.core.storage.AbstractReferenceCache
 
AbstractReferenceCache.KeyedReference - interface org.ozoneDB.core.storage.AbstractReferenceCache.KeyedReference.
We need to find objects in the map that holds the references.
AbstractReferenceCache.ReferenceHandler - class org.ozoneDB.core.storage.AbstractReferenceCache.ReferenceHandler.
Handles the garbage collector 'messages' that certain softly reachable objects have been gc-ed.
AbstractReferenceCache.ReferenceHandler() - Constructor for class org.ozoneDB.core.storage.AbstractReferenceCache.ReferenceHandler
 
AbstractStorage - class org.ozoneDB.core.storage.gammaStore.AbstractStorage.
 
AbstractStorage() - Constructor for class org.ozoneDB.core.storage.gammaStore.AbstractStorage
 
AbstractTrimmingCache - class org.ozoneDB.core.storage.AbstractTrimmingCache.
 
AbstractTrimmingCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.AbstractTrimmingCache
 
Acceptor - class org.ozoneDB.DxLib.net.Acceptor.
Thread, der staendig am entsprechenden port lauscht und eine neue Verbindung zum Server meldet.
Acceptor(DxMultiServer) - Constructor for class org.ozoneDB.DxLib.net.Acceptor
 
AccessThread - class test.deadlocks.AccessThread.
 
AccessThread(RemoteDatabase, String, String) - Constructor for class test.deadlocks.AccessThread
 
AccessThread - class test.multiple_access.AccessThread.
 
AccessThread(ExternalDatabase) - Constructor for class test.multiple_access.AccessThread
 
AccessThread - class test.tx.AccessThread.
 
AccessThread(TxTest, ExternalTransaction, String, String) - Constructor for class test.tx.AccessThread
 
Admin - interface org.ozoneDB.core.admin.Admin.
The external interface of the ozone admin system.
AdminClient - class org.ozoneDB.core.admin.AdminClient.
 
AdminClient(String[]) - Constructor for class org.ozoneDB.core.admin.AdminClient
 
AdminImpl - class org.ozoneDB.core.admin.AdminImpl.
This is the server side implementation of the ozone admin system.
AdminImpl() - Constructor for class org.ozoneDB.core.admin.AdminImpl
 
AdminManager - class org.ozoneDB.core.admin.AdminManager.
This class does nothing than handling the initialization of the admin system.
AdminManager(Env) - Constructor for class org.ozoneDB.core.admin.AdminManager
 
AdminObjectContainer - class org.ozoneDB.core.admin.AdminObjectContainer.
 
AdminObjectContainer() - Constructor for class org.ozoneDB.core.admin.AdminObjectContainer
 
AdminObjectContainer(Env, OzoneCompatible, ObjectID) - Constructor for class org.ozoneDB.core.admin.AdminObjectContainer
 
Args - interface test.args.Args.
 
ArgsImpl - class test.args.ArgsImpl.
 
ArgsImpl() - Constructor for class test.args.ArgsImpl
 
ArgsTest - class test.args.ArgsTest.
 
ArgsTest(String) - Constructor for class test.args.ArgsTest
 
ArrayOutputStreamFactory - class org.ozoneDB.tools.OPP.srcgen.streamfactory.ArrayOutputStreamFactory.
 
ArrayOutputStreamFactory() - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.ArrayOutputStreamFactory
 
AsyncExec - class org.ozoneDB.core.storage.gammaStore.AsyncExec.
Runs tasks in a separate thread.
AsyncExec(String, int, boolean) - Constructor for class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
AsyncExec.ProcessorThread - class org.ozoneDB.core.storage.gammaStore.AsyncExec.ProcessorThread.
Handles all execution of tasks.
AsyncExec.ProcessorThread(String) - Constructor for class org.ozoneDB.core.storage.gammaStore.AsyncExec.ProcessorThread
 
Auto - interface test.simple.Auto.
 
AutoImpl - class test.simple.AutoImpl.
 
AutoImpl() - Constructor for class test.simple.AutoImpl
 
abort(DbCommand) - Method in class org.ozoneDB.core.FixHack
 
abort(DbCommand) - Method in class org.ozoneDB.core.Transaction
Once this method is called it MUST cleanup the entire transaction stuff without exception.
abort(Transaction) - Method in interface org.ozoneDB.core.storage.Cluster
 
abort(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
abort(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
abortCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
abortCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Actually abort the specified cluster.
abortCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Actually abort the specified cluster.
abortObjectId(ObjectID) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
abortObjects(ClassicTransaction) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
abortTarget(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
abortTransaction(Transaction) - Method in interface org.ozoneDB.core.StoreManager
 
abortTransaction(Transaction, DbCommand) - Method in class org.ozoneDB.core.TransactionManager
 
abortTransaction(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
abortTransaction(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
abortTransaction(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
abortTransaction(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
abortTransaction(MagicTransaction) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
abortTransaction(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
abortTransaction(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
accept() - Method in class org.ozoneDB.DxLib.net.DxMultiServer
accept thread starten
accept() - Method in class org.ozoneDB.DxLib.net.DxServer
 
acceptThread - Variable in class org.ozoneDB.DxLib.net.DxMultiServer
 
acceptor - Variable in class org.ozoneDB.DxLib.net.DxMultiServer
 
access - Variable in class org.ozoneDB.core.DbRemote.DbCreateObj
 
accessObject() - Method in class test.args.ArgsTest
 
accessTime - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
acquire(Transaction, int) - Method in class org.ozoneDB.core.MROWLock
 
acquireContainer(ObjectContainer, int) - Method in class org.ozoneDB.core.FixHack
 
acquireContainer(ObjectContainer, int) - Method in class org.ozoneDB.core.Transaction
 
acquireContainer(ObjectContainer, int) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
Blatantly stolen from org.ozoneDB.core.Transaction.
acquireCount - Variable in class org.ozoneDB.core.Transaction
 
acquireCount - Variable in class org.ozoneDB.core.TransactionManager
 
acquireObject(ObjectID, int) - Method in class org.ozoneDB.core.FixHack
 
acquireObject(ObjectID, int) - Method in class org.ozoneDB.core.Transaction
Set a lock on the container specified by the given object ID and join the container to this transaction.
actionPerformed(ActionEvent) - Method in class org.ozoneDB.core.monitor.StorageFrame.ButtonListener
 
actionPerformed(ActionEvent) - Method in class org.ozoneDB.core.monitor.StorageFrame.MenuListener
 
actionPerformed(ActionEvent) - Method in class org.ozoneDB.tools.MessageBox.MBButton
 
actionPerformed(ActionEvent) - Method in class org.ozoneDB.tools.OO1BenchmarkApp
 
actionsWithinTransactionCount - Variable in class org.ozoneDB.core.GarbageCollector
The count of actions which were done within this garbageCollector.
activateCluster(Cluster, int) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
activateCluster(Cluster, int) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
This method is called right after the specified MagicCluster was loaded from disk.
activateCluster(Cluster, int) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
This method is called right after the specified WizardCluster was loaded from disk.
activateObject(ObjectContainer) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
activatedObject() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Liefert referenz auf das eigentliche objekt; das objekt wird nachgeladen, wenn es gerade nicht aktiv ist; waehrend einer update-ta wird nur der clone bearbeitet und somit auch nicht nachgeladen
activatedObjects - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
activeColor - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
add(Object) - Method in class org.ozoneDB.DxLib.DxAbstractBag
 
add(Object) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
add(Object) - Method in interface org.ozoneDB.DxLib.DxCollection
 
add(Object) - Method in class org.ozoneDB.DxLib.DxHashSet
 
add(Object) - Method in class org.ozoneDB.DxLib.DxListBag
 
add(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
add(Object) - Method in class org.ozoneDB.DxLib.DxTreeSet
 
add(DeathObject) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
adds the object to the bottom of the stack
addAll(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
addAll(Object[]) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
addAll(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
addAll(DxCollection) - Method in interface org.ozoneDB.DxLib.DxCollection
 
addAll(Object[]) - Method in interface org.ozoneDB.DxLib.DxCollection
 
addAllNamedObjectsToSurelyReachableSet() - Method in class org.ozoneDB.core.GarbageCollector
This method walks through all named objects and adds each of them to the surelyReachable set.
addAtIndex(Object, int) - Method in class org.ozoneDB.DxLib.DxArrayBag
Sets the component at the specified index of this vector to be the specified object.
addAtIndex(Object, int) - Method in interface org.ozoneDB.DxLib.DxVector
 
addBack(Object) - Method in class org.ozoneDB.DxLib.DxAbstractBag
 
addBack(Object) - Method in class org.ozoneDB.DxLib.DxArrayBag
 
addBack(Object) - Method in interface org.ozoneDB.DxLib.DxBag
 
addBack(Object) - Method in class org.ozoneDB.DxLib.DxListBag
 
addBuilder(ClassBuilder) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
Adds a builder to the composition
addClient(DbLocalClient) - Method in class org.ozoneDB.core.LocalClientTracker
Adds a client to this local client tracker.
addConfiguredSource(FileSet) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
addElementToCache(Object, Object, int) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxBBTree
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxHashMap
 
addForKey(Object, Object) - Method in interface org.ozoneDB.DxLib.DxMap
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
addForKey(Object, Object) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
addFront(Object) - Method in class org.ozoneDB.DxLib.DxArrayBag
 
addFront(Object) - Method in interface org.ozoneDB.DxLib.DxBag
 
addFront(Object) - Method in class org.ozoneDB.DxLib.DxListBag
 
addGenrationEventListener(MessageWriter) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
addLayoutComponent(String, Component) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Adds the specified component to the layout, using the specified constraint object.
addListener(MessageWriter) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
addMenuItem(Menu, String, ActionListener) - Method in class org.ozoneDB.core.monitor.StorageMenubar
 
addMethod(String, int) - Method in interface org.ozoneDB.tools.OPP.srcgen.MethodResolver.UpdateMethodBag
 
addMethod(String, int) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.UpdateMethodBagMapAdapter
Add a method to the bag, if the method exists with a "lower" lockLevel (read < write) it will be upgraded.
addObject(ObjectContainer) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
addObjectID(ObjectID) - Method in class org.ozoneDB.core.DbRemote.DbModTimes
 
addObjectIDToSurelyReachableObjectsWhichHaveToBeMarkedAsSuch(ObjectID) - Method in class org.ozoneDB.core.GarbageCollector
This method may be called both from transaction threads and from GarbageCollector-Threads.
addObjectReferencedByClient(OzoneProxy) - Method in class org.ozoneDB.core.DbRemote.ProxyObjectGate
 
addObserver(Observer) - Method in class org.ozoneDB.util.EnhProperties
 
addPinCount(int) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Adds an amount to the pin count
addProperties(Properties, String) - Method in class org.ozoneDB.util.EnhProperties
 
addResolver(MethodResolver) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.CompositeMethodResolver
 
addRootSetElementsToSurelyReachableSet() - Method in class org.ozoneDB.core.GarbageCollector
 
addSuite(TestSuite) - Static method in class test.tx.TxTest
 
addSummary(SummaryMessageWriterDecorator.Summary) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
addTable(DxDiskHashMap) - Method in class org.ozoneDB.DxLib.DxDiskHashCompatible
 
addTransactionRequiredToComplete(Object) - Method in class org.ozoneDB.core.GarbageCollector
 
addUser(User) - Method in class org.ozoneDB.core.Group
 
addUser(User) - Method in interface test.tx.Group
 
addUser(User) - Method in class test.tx.GroupImpl
 
addUser2Group(String, String) - Method in interface org.ozoneDB.core.admin.Admin
 
addUser2Group(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
addUser2Group(String, String) - Method in class org.ozoneDB.core.admin.AdminImpl
 
addUserToGroup(String, String) - Method in class org.ozoneDB.core.UserManager
 
addedTo(Cache, Object) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
additionallyAtts(Object) - Method in interface org.ozoneDB.core.xml.ObjAttsFactory
Method for getting additional attributes in first obj-Tag.
additionallyAtts(Object) - Method in class org.ozoneDB.core.xml.OzoneObjAttsFactory
Method that returns additional attributes, if the Object is an OzoneObject.
admin - Variable in class org.ozoneDB.core.admin.AdminClient
 
adminManager - Variable in class org.ozoneDB.core.Env
 
adminPortNum() - Method in class org.ozoneDB.core.Env
 
age() - Method in interface test.simple.Auto
 
age - Variable in class test.simple.AutoImpl
 
age() - Method in class test.simple.AutoImpl
 
allClusters() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
allGroups() - Method in class org.ozoneDB.core.UserManager
 
allGroups() - Method in interface org.ozoneDB.core.admin.Admin
 
allGroups(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
allGroups() - Method in class org.ozoneDB.core.admin.AdminImpl
 
allLock() - Method in class org.ozoneDB.core.Permissions
 
allLockers() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
allLockers() - Method in interface org.ozoneDB.core.dr.Lockable
Returns a collection of Locker objects that currently lock this Lockable object.
allLockers() - Method in interface org.ozoneDB.core.storage.Cluster
 
allLockers() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
allLockers() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
allLockers() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
allLockers() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
allLockers() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
allLockers() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
allRead() - Method in class org.ozoneDB.core.Permissions
 
allUsers() - Method in class org.ozoneDB.core.UserManager
 
allUsers() - Method in interface org.ozoneDB.core.admin.Admin
 
allUsers(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
allUsers() - Method in class org.ozoneDB.core.admin.AdminImpl
 
alsoNotifySomeSleepingTransactions - Variable in class org.ozoneDB.core.TransactionManager
If we notify all transactions, they not-blocked-ones may wake up from sleeping.
append(DxString) - Method in class org.ozoneDB.DxLib.DxString
 
append(String) - Method in class org.ozoneDB.DxLib.DxString
 
appendObject(DeathObject, TransactionID, boolean, boolean) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
appendTime(long) - Method in class org.ozoneDB.tools.ChartCanvas
 
aquire(Lock, int) - Method in class test.tx.LockTest.TransactionThread
 
areMultipleLockersHoldingLocks() - Method in class org.ozoneDB.core.SharedLock
 
args - Variable in class org.ozoneDB.core.DbRemote.DbCreateObj
 
args - Variable in class org.ozoneDB.core.DbRemote.DbInvoke
 
args - Variable in class test.args.ArgsTest
 
arguments - Variable in class org.ozoneDB.tools.OPP.compiler.CompilerException
 
arrayStreams - Variable in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ArrayOutputStreamFactory
 
asyncExec - Variable in class org.ozoneDB.core.storage.gammaStore.Deleter
 
asyncMessage(String) - Method in interface org.ozoneDB.tools.IODevice
 
at(int, int) - Method in class org.ozoneDB.DxLib.DxString
 
atFirstObject - Variable in class org.ozoneDB.DxLib.DxAbstractIterator
 
autoForName(String) - Method in interface test.simple.Garage
 
autoForName(String) - Method in class test.simple.GarageImpl
 
availableArgs() - Static method in class org.ozoneDB.tools.BenchmarkThread
 
availableArgs() - Static method in class org.ozoneDB.tools.ChartCanvas
 
averageColor - Variable in class org.ozoneDB.tools.ChartCanvas
 
averageColors() - Method in class org.ozoneDB.tools.ChartCanvas
 
averageCount - Variable in class org.ozoneDB.tools.ChartCanvas
 
averageEnabled() - Method in class org.ozoneDB.tools.ChartCanvas
 
averageRange - Variable in class org.ozoneDB.tools.ChartCanvas
 
averageRanges() - Method in class org.ozoneDB.tools.ChartCanvas
 

B

BACKUP_ELEMENT_NAME - Static variable in class org.ozoneDB.core.admin.BackupRestore
 
BB_ALPHA - Static variable in class org.ozoneDB.DxLib.DxBBTree
 
BB_BALANCE - Static variable in class org.ozoneDB.DxLib.DxBBTree
 
BB_MAX - Static variable in class org.ozoneDB.DxLib.DxBBTree
 
BRANCHNODEMERGEREACH - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
BRANCHNODEMERGESIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
BackupRestore - class org.ozoneDB.core.admin.BackupRestore.
This class handles all backup/restore related operations of the ozone admin system.
BackupRestore(Env) - Constructor for class org.ozoneDB.core.admin.BackupRestore
 
BeginCommand - class org.ozoneDB.tools.OPP.message.command.BeginCommand.
 
BeginCommand(MessageWriter, String) - Constructor for class org.ozoneDB.tools.OPP.message.command.BeginCommand
 
BenchmarkProgressLog - class org.ozoneDB.tools.BenchmarkProgressLog.
 
BenchmarkProgressLog() - Constructor for class org.ozoneDB.tools.BenchmarkProgressLog
 
BenchmarkThread - class org.ozoneDB.tools.BenchmarkThread.
 
BenchmarkThread(String) - Constructor for class org.ozoneDB.tools.BenchmarkThread
 
BuilderException - exception org.ozoneDB.tools.OPP.srcgen.BuilderException.
 
BuilderException(String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.BuilderException
 
BuilderException(String, Throwable) - Constructor for class org.ozoneDB.tools.OPP.srcgen.BuilderException
 
BuilderException(Throwable) - Constructor for class org.ozoneDB.tools.OPP.srcgen.BuilderException
 
Bus - interface test.simple.Bus.
 
BusImpl - class test.simple.BusImpl.
 
BusImpl() - Constructor for class test.simple.BusImpl
 
backup(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
backupIn - Variable in class org.ozoneDB.core.admin.BackupRestore
 
backupNodeCache - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
makes sure we have access to nodes that have been thrown out of the other caches but are still strongly referenced somwhere
backupProducer - Variable in class org.ozoneDB.core.admin.BackupRestore
 
backupRestore - Variable in class org.ozoneDB.core.admin.AdminImpl
 
baseFileName - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
basename(ClusterID) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
bbtree - Variable in class org.ozoneDB.DxLib.DxBBIterator
 
bbtree - Variable in class org.ozoneDB.DxLib.DxTreeMap
 
bbtree - Variable in class org.ozoneDB.DxLib.DxTreeSet
 
beginBackup() - Method in interface org.ozoneDB.core.admin.Admin
 
beginBackup() - Method in class org.ozoneDB.core.admin.AdminImpl
 
beginBackup() - Method in class org.ozoneDB.core.admin.BackupRestore
 
beginClass(int, String, String, String[]) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassBuilder
Called for each new class.
beginClass(int, String, String, String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
beginClass(int, String, String, String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
beginClass(int, String, String, String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
beginClass(int, String, String, String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
beginClass(int, String, String, String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
beginCommit(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
beginCommit(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
beginExclusion() - Method in class org.ozoneDB.core.TransactionManager
 
beginRecovery(byte) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
beginRestore() - Method in interface org.ozoneDB.core.admin.Admin
 
beginRestore() - Method in class org.ozoneDB.core.admin.AdminImpl
 
beginRestore() - Method in class org.ozoneDB.core.admin.BackupRestore
 
benchmarkClassName - Variable in class org.ozoneDB.tools.BenchmarkThread
 
benchmarkId - Variable in class org.ozoneDB.tools.BenchmarkThread
 
benchmarkThread - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
bg1Color - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
bgColor - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
bitSize - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
bitSize() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
blockTimeout - Variable in class org.ozoneDB.core.Transaction
 
blockedBy() - Method in class org.ozoneDB.core.FixHack
 
blockedBy() - Method in class org.ozoneDB.core.Transaction
Helper method to implement the Locker interface to support deadlock recognition via core.dr package
blockedBy() - Method in interface org.ozoneDB.core.dr.Locker
Pins the Lockable which is blocks this Locker and returns it or null, if no Lockable blocks this locker.
blocker - Variable in class org.ozoneDB.core.Transaction
The ID of the object (container) that blocks this transaction.
booleanProperty(String, boolean) - Method in class org.ozoneDB.util.EnhProperties
 
bounds - Variable in class org.ozoneDB.core.monitor.AbsoluteLayout
urspruengliche groesse des umgebenden containers
branchNodeMergeReach - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
branchNodeMergeSize - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
buf - Variable in class org.ozoneDB.util.MimeBase64Encoder
 
buf_bytes - Variable in class org.ozoneDB.util.MimeBase64Encoder
 
buffSize - Static variable in class org.ozoneDB.DxLib.net.DxClient
The size of the stream buffers.
buffer - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
bufferAccesses - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
bufferHits - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
bufferSize - Variable in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
 
build(String, ClassBuilder) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassDirector
 
build(String, ClassBuilder) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
buildKey(Object) - Method in class org.ozoneDB.DxLib.DxAbstractMap
This method is not declared abstract because it does not need to be implemented in any case.
buildKey(Object) - Method in interface org.ozoneDB.DxLib.DxMap
This method is not declared abstract because it does not need to be implemented in any case.
buildKey(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
buildMethodsDeep(Class, ClassBuilder, Map) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
builders - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
bytes - Variable in class org.ozoneDB.util.MimeBase64Decoder
 
bytesPerContainer - Variable in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
bytesPerContainer - Variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 

C

CANCEL - Static variable in class org.ozoneDB.tools.MessageBox
 
CDHelper - class org.ozoneDB.tools.OPP.CDHelper.
 
CDHelper() - Constructor for class org.ozoneDB.tools.OPP.CDHelper
 
CH - Variable in class org.ozoneDB.core.xml.XML2ObjectContentHandler
CH (ContentHandler) is for handling a special part of the XML in a special ContentHandler.
CHANGED - Static variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
CID - Static variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
CLUSTER_FILE_SUFF - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
CL_HEADER_CHUNK - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
COMMAND_AG - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_AU - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_BACKUP - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_NG - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_NU - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_RESTORE - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_RG - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_RU - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_SD - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_START_GARBAGECOLLECTION - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_TXS - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMAND_U2G - Static variable in class org.ozoneDB.core.admin.AdminClient
 
COMMIT_FLAG_NAME - Static variable in class org.ozoneDB.core.storage.magicStore.MagicStore
 
COMMIT_FLAG_NAME - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
CONFIGNAME - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
(file)name to store / read configuration at shutdown / startup
CONFIG_FILE - Static variable in class org.ozoneDB.core.Env
 
CONFIRM - Static variable in class org.ozoneDB.tools.MessageBox
 
Cache - interface org.ozoneDB.core.storage.Cache.
A cache works a bit like a map.
ChartCanvas - class org.ozoneDB.tools.ChartCanvas.
 
ChartCanvas() - Constructor for class org.ozoneDB.tools.ChartCanvas
 
ClassBuilder - interface org.ozoneDB.tools.OPP.srcgen.ClassBuilder.
The builder part of the builder director pattern.
ClassBuilder.Parameter - class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter.
Represents a parameter.
ClassBuilder.Parameter(String, String, String, int) - Constructor for class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
ClassDescriptorUpdateMethodResolver - class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver.
Resolves update methods by reading a class descriptor.
ClassDescriptorUpdateMethodResolver(InputStreamFactory, MessageWriter) - Constructor for class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
ClassDirector - interface org.ozoneDB.tools.OPP.srcgen.ClassDirector.
Interface for directors.
ClassManager - class org.ozoneDB.core.ClassManager.
 
ClassManager(Env) - Constructor for class org.ozoneDB.core.ClassManager
 
ClassQuery - interface org.ozoneDB.tools.OPP.srcgen.ClassQuery.
User: Jocke Date: 2004-jan-02 Time: 00:41:23
ClassicObjectContainer - class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer.
 
ClassicObjectContainer() - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
constructor fuer streaming
ClassicObjectContainer(OzoneCompatible, ObjectID, Permissions) - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
constructor; name ist optional
ClassicStore - class org.ozoneDB.core.storage.classicStore.ClassicStore.
ClassicStore acts as the mediator (director) of the classicStore module especially for ClusterSpace, ObjectSpace, PersistentSpace.
ClassicStore(Env) - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicStore
 
ClassicStoreException - exception org.ozoneDB.core.storage.classicStore.ClassicStoreException.
 
ClassicStoreException() - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicStoreException
 
ClassicStoreException(String) - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicStoreException
 
ClassicStoreException(String, Throwable) - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicStoreException
 
ClassicTransaction - class org.ozoneDB.core.storage.classicStore.ClassicTransaction.
 
ClassicTransaction(Env, User) - Constructor for class org.ozoneDB.core.storage.classicStore.ClassicTransaction
 
ClientThread1 - class test.simple.ClientThread1.
 
ClientThread1(SimpleTest, int) - Constructor for class test.simple.ClientThread1
 
ClientThread2 - class test.simple.ClientThread2.
 
ClientThread2(SimpleTest, int) - Constructor for class test.simple.ClientThread2
 
Cluster - interface org.ozoneDB.core.storage.Cluster.
 
Cluster - class org.ozoneDB.core.storage.classicStore.Cluster.
 
Cluster(Env, ClassicStore) - Constructor for class org.ozoneDB.core.storage.classicStore.Cluster
 
Cluster(Env, ClassicStore, ClusterID) - Constructor for class org.ozoneDB.core.storage.classicStore.Cluster
 
Cluster - class org.ozoneDB.core.storage.wizardStore.Cluster.
For backward Compatibility only
Cluster() - Constructor for class org.ozoneDB.core.storage.wizardStore.Cluster
 
Cluster - class org.ozoneDB.core.wizardStore.Cluster.
DO NOT USE!
Cluster() - Constructor for class org.ozoneDB.core.wizardStore.Cluster
 
Cluster.Chunk - class org.ozoneDB.core.storage.classicStore.Cluster.Chunk.
 
Cluster.Chunk() - Constructor for class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
Cluster.Chunk(byte, byte[]) - Constructor for class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
Cluster.Chunk(byte, Object) - Constructor for class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
ClusterID - class org.ozoneDB.core.storage.ClusterID.
 
ClusterID() - Constructor for class org.ozoneDB.core.storage.ClusterID
 
ClusterID(long) - Constructor for class org.ozoneDB.core.storage.ClusterID
 
ClusterID - class org.ozoneDB.core.storage.classicStore.ClusterID.
ClusterID for the cluster
ClusterID() - Constructor for class org.ozoneDB.core.storage.classicStore.ClusterID
 
ClusterID(long) - Constructor for class org.ozoneDB.core.storage.classicStore.ClusterID
 
ClusterID - class org.ozoneDB.core.storage.wizardStore.ClusterID.
For backward compatibility only!!
ClusterID() - Constructor for class org.ozoneDB.core.storage.wizardStore.ClusterID
 
ClusterID - class org.ozoneDB.core.wizardStore.ClusterID.
DO NOT USE!
ClusterID() - Constructor for class org.ozoneDB.core.wizardStore.ClusterID
 
ClusterSpace - class org.ozoneDB.core.storage.classicStore.ClusterSpace.
 
ClusterSpace(Env) - Constructor for class org.ozoneDB.core.storage.classicStore.ClusterSpace
Constructor
ClusterStats - class org.ozoneDB.tools.ClusterStats.
 
ClusterStats() - Constructor for class org.ozoneDB.tools.ClusterStats
 
ClusterStore - class org.ozoneDB.core.storage.magicStore.ClusterStore.
The ClusterStore is the back-end store of the magicStore.
ClusterStore(Env) - Constructor for class org.ozoneDB.core.storage.magicStore.ClusterStore
 
ClusterStore - class org.ozoneDB.core.storage.wizardStore.ClusterStore.
The ClusterStore is the back-end store of the wizardStore.
ClusterStore(Env) - Constructor for class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
ClusterStore.StoreThread - class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread.
 
ClusterStore.StoreThread() - Constructor for class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread
 
ClusterStore.StoreThread.Entry - class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread.Entry.
 
ClusterStore.StoreThread.Entry(String, Object) - Constructor for class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread.Entry
 
CommandThread - class org.ozoneDB.core.DbRemote.CommandThread.
 
CommandThread(ThreadGroup, Runnable) - Constructor for class org.ozoneDB.core.DbRemote.CommandThread
 
CompilerException - exception org.ozoneDB.tools.OPP.compiler.CompilerException.
 
CompilerException(String, String[]) - Constructor for class org.ozoneDB.tools.OPP.compiler.CompilerException
 
CompositeBuilder - class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder.
The composite builder allows building multiple structures in parallel from a single source of direction.
CompositeBuilder() - Constructor for class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
CompositeMethodResolver - class org.ozoneDB.tools.OPP.srcgen.resolve.CompositeMethodResolver.
Merges the result from all composed resolvers.
CompositeMethodResolver() - Constructor for class org.ozoneDB.tools.OPP.srcgen.resolve.CompositeMethodResolver
 
CompositeOPPMessageListener - class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener.
 
CompositeOPPMessageListener() - Constructor for class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
ConfigurationException - exception org.ozoneDB.core.ConfigurationException.
 
ConfigurationException() - Constructor for class org.ozoneDB.core.ConfigurationException
 
ConfigurationException(String) - Constructor for class org.ozoneDB.core.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class org.ozoneDB.core.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class org.ozoneDB.core.ConfigurationException
 
ConfirmBox(Frame, String) - Static method in class org.ozoneDB.tools.MessageBox
 
Consts - interface org.ozoneDB.core.xml.Consts.
 
ContainerLocation - class org.ozoneDB.core.storage.gammaStore.ContainerLocation.
Holds information on where exactly object data has been (or can be) persisted.
ContainerLocation() - Constructor for class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
ContainerLocation(int, int) - Constructor for class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
ContainerLocationLoc - class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc.
 
ContainerLocationLoc(int, float) - Constructor for class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
ContainerLocationLoc(int, int) - Constructor for class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
c - Variable in class test.simple.ClientThread1
 
c - Variable in class test.simple.ClientThread2
 
cache - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
cache - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
cache - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
cacheAccesses - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
cacheBits - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
cacheHits - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
cacheMask - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
cachePriority() - Method in interface org.ozoneDB.core.storage.Cluster
 
cachePriority() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
Priority of this cluster to stay in the cluster cache.
cachePriority() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Priority of this cluster to stay in the cluster cache.
cachedClusters - Variable in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
cachedElementForKey(Object, int) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
calcMemory() - Method in class org.ozoneDB.core.Env
Initialize the internal memory counter so that freeMemory() returns correct results.
callOnActivateIfNeeded(ObjectContainer) - Method in class org.ozoneDB.core.FixHack
 
callOnActivateIfNeeded(ObjectContainer) - Method in class org.ozoneDB.core.Transaction
 
callOnPassivateIfNeeded(ObjectContainer) - Method in class org.ozoneDB.core.FixHack
 
callOnPassivateIfNeeded(ObjectContainer) - Method in class org.ozoneDB.core.Transaction
 
callStack - Variable in class org.ozoneDB.core.Transaction
The list of ObjectContainers which are called by this transactions but where the call is not completed.
capacity - Variable in class org.ozoneDB.core.storage.gammaStore.Loc
 
capacity - Variable in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
capacity - Variable in class test.simple.BusImpl
 
castValue(String, String) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method castValues casts the valueString into the real type.
ch - Variable in class org.ozoneDB.core.xml.Object2XML
The SAX handler for the XML content.
changeClassFile(Set, String, String) - Method in class org.ozoneDB.tools.OPP.ImplManipulator
Renames the class and, (if classes !
changedObjectIds - Variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
An unlimited number of objects might be changed during any transaction.
characters(char[], int, int) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method characters handles the text-elements.
chart - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
checkAccept(String, int) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkAccess(Thread) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkAccess(ThreadGroup) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkAwtEventQueueAccess() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkConnect(String, int) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkConnect(String, int, Object) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkCreateClassLoader() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkDeadlock(Transaction) - Method in class org.ozoneDB.core.AbstractLock
 
checkDeadlock(Transaction) - Method in interface org.ozoneDB.core.Lock
Check for deadlock and throw an exception if a deadlock is detected.
checkDeadlocks() - Method in class org.ozoneDB.core.TransactionManager
This method checks for deadlocks between all current transaction.
checkDelete(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkExclusion() - Method in class org.ozoneDB.core.TransactionManager
Blocks execution until there is no thread scheduled for exclusive execution or the exclusive thread is the current thread.
checkExec(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkExit(int) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkForEndOfWaitForCurrentTransactionsToCompletePhase() - Method in class org.ozoneDB.core.GarbageCollector
 
checkForProxyBorderCross(Object) - Method in class org.ozoneDB.core.GarbageCollector
This method checks wether the given object or the object graph reachable from this given object contains OzoneProxys.
checkForProxyBorderCross(OzoneProxy) - Method in class org.ozoneDB.core.GarbageCollector
This method checks wether the given object or the object graph reachable from this given object contains OzoneProxys.
checkForProxyBorderCross(OzoneCompatible) - Method in class org.ozoneDB.core.GarbageCollector
This method checks wether the given object or the object graph reachable from this given object contains OzoneProxys.
checkForRead() - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
checkForWrite() - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
checkJavaVersion() - Method in class org.ozoneDB.core.Env
Makes sure the server is running at the required minimum version level
checkLink(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkListen(int) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkMemberAccess(Class, int) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkMulitcast(InetAddress, byte) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkPackageAccess(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkPackageDefinition(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkPermission(Permission, Object) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkPermission(Permission) - Method in class org.ozoneDB.core.OzoneSecurityManager
Allow ObjectOutputStream.enableReplceObject() to be set to true.
checkPermission(User, ObjectContainer, int) - Method in class org.ozoneDB.core.UserManager
 
checkPrintJobAccess() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkPropertiesAccess() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkPropertyAccess(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkRead(FileDescriptor) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkRead(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkRead(String, Object) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkReadPermission(User, ObjectContainer) - Method in class org.ozoneDB.core.UserManager
 
checkSecurityAccess(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkSerializerSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
Checks the size of the serializer and suspends the current thread (sleep) if the serializer has too many nodes in it.
checkSetFactory() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkStatus() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
checkSystemClipboardAccess() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkTopLevelWindow(Object) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkWeight() - Method in class org.ozoneDB.DxLib.DxBBnode
 
checkWrite(FileDescriptor) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkWrite(String) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
checkWritePermission(User, ObjectContainer) - Method in class org.ozoneDB.core.UserManager
 
childMinObjectIdChanged(IndexNode, long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
choice - Static variable in class org.ozoneDB.tools.MessageBox
 
chunk - Variable in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
cid - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
cid - Variable in class org.ozoneDB.core.storage.magicStore.IDTableChange
 
cid - Variable in class org.ozoneDB.core.storage.wizardStore.IDTableChange
 
classBuilder - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
classFileBasename(Class) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
classFileBasename(String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
classFileBasename(String, char) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
classForName(String) - Static method in class org.ozoneDB.DxLib.DxClassLoader
 
classForName(DxString) - Static method in class org.ozoneDB.DxLib.DxClassLoader
 
classForName(String) - Method in class org.ozoneDB.core.ClassManager
 
classForPrimitive(String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
classLoader - Variable in class org.ozoneDB.core.ClassManager
 
classManager - Variable in class org.ozoneDB.core.Env
 
className - Variable in class org.ozoneDB.core.DbRemote.DbCreateObj
 
className - Variable in class org.ozoneDB.core.MethodKey
 
className - Variable in class org.ozoneDB.core.xml.ObjElement
The type of the obj.
className - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
classPath - Variable in class org.ozoneDB.tools.OPP.OPPTask
 
classQuery - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
 
classTable - Static variable in class org.ozoneDB.core.AbstractObjectContainer
 
classTable - Variable in class org.ozoneDB.core.OzoneClassLoader
 
classes - Variable in class org.ozoneDB.DxLib.DxObjectInputStream
 
classes - Variable in class org.ozoneDB.DxLib.DxObjectOutputStream
 
classesToStrings(Class[]) - Method in class org.ozoneDB.tools.OPP.srcgen.query.ReflectionClassQuery
 
classicStore - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
classicStore - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
classicStore - Variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
classpath - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
clazz - Variable in class org.ozoneDB.DxLib.DxClass
 
clazz() - Method in class org.ozoneDB.DxLib.DxClass
 
clazzes - Static variable in class org.ozoneDB.DxLib.DxClassLoader
 
cleanFiles() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
Delete all the files used by this hashtable.
cleanLabel(String) - Method in class org.ozoneDB.core.monitor.StorageMenubar
 
clear() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
clear() - Method in interface org.ozoneDB.DxLib.DxCollection
 
clear() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
clear() - Method in class org.ozoneDB.DxLib.DxHashMap
 
clear() - Method in class org.ozoneDB.DxLib.DxHashSet
 
clear() - Method in class org.ozoneDB.DxLib.DxListBag
 
clear() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
clear() - Method in class org.ozoneDB.DxLib.DxTreeMap
 
clear() - Method in class org.ozoneDB.DxLib.DxTreeSet
 
clear() - Method in interface org.ozoneDB.core.storage.AbstractReferenceCache.KeyedReference
 
clear() - Method in class org.ozoneDB.tools.ChartCanvas
 
clear() - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ArrayOutputStreamFactory
 
clearChanged() - Method in class org.ozoneDB.core.ServerComponent
 
clearPinCount() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Sets the pin count to zero and returns the former pin count.
clearState() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
clone(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
Construct the collection out of an array of objects.
clone(DxMap) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
clone() - Method in class org.ozoneDB.DxLib.DxBoolean
 
clone() - Method in interface org.ozoneDB.DxLib.DxCollection
 
clone() - Method in interface org.ozoneDB.DxLib.DxCompatible
 
clone() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
clone() - Method in class org.ozoneDB.DxLib.DxDouble
 
clone() - Method in class org.ozoneDB.DxLib.DxHashMap
 
clone() - Method in class org.ozoneDB.DxLib.DxHashSet
 
clone() - Method in class org.ozoneDB.DxLib.DxInteger
 
clone() - Method in class org.ozoneDB.DxLib.DxLong
 
clone() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
clone() - Method in class org.ozoneDB.DxLib.DxObject
liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;
clone() - Method in class org.ozoneDB.DxLib.DxString
 
clone() - Method in class org.ozoneDB.DxLib.DxTreeMap
 
clone() - Method in class org.ozoneDB.DxLib.DxTreeSet
 
clone() - Method in class org.ozoneDB.core.Group
 
clone() - Method in class org.ozoneDB.core.ObjectID
 
clone() - Method in class org.ozoneDB.core.Permissions
 
clone() - Method in class org.ozoneDB.core.User
 
close() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
Close this hash map.
close() - Method in class org.ozoneDB.DxLib.net.DxAsyncClient
 
close() - Method in class org.ozoneDB.DxLib.net.DxClient
 
close() - Method in class org.ozoneDB.DxLib.net.DxMultiServer
 
close() - Method in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
close() - Method in class org.ozoneDB.DxLib.net.DxServer
 
close() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
close() - Method in class org.ozoneDB.core.admin.AdminClient
 
close() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
close() - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
close() - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
close() - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
close() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
close() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
close() - Method in interface org.ozoneDB.tools.IODevice
 
close() - Method in class org.ozoneDB.tools.MessageBox
 
closeButton - Variable in class org.ozoneDB.core.monitor.StorageFrame
 
cluID() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
clusp - Static variable in class org.ozoneDB.tools.Statistics
 
cluster - Variable in class org.ozoneDB.core.storage.StorageObjectContainer
the parent cluster that holds us
clusterCache - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
clusterDeleted() - Method in class org.ozoneDB.tools.ClusterStats
 
clusterID - Variable in class org.ozoneDB.core.storage.AbstractCluster
 
clusterID() - Method in class org.ozoneDB.core.storage.AbstractCluster
 
clusterID() - Method in interface org.ozoneDB.core.storage.Cluster
 
clusterID - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
the cluster id where the object is stored
clusterID() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
clusterID() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
clusterID() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
clusterId - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
clusterLoaded() - Method in class org.ozoneDB.tools.ClusterStats
 
clusterOfID(ObjectID) - Method in interface org.ozoneDB.core.StoreManager
Force the Store to make a guess which objects are used together with the container with the specified id.
clusterOfID(ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
Force the Store to make a guess which objects are used together with the container with the specified id.
clusterOfID(ObjectID) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
Force the Store to make a guess which objects are used together with the container with the specified id.
clusterOfID(ObjectID) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
clusterOfID(ObjectID) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
clusterSize - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
clusterSpace - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
clusterSpace - Variable in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
clusterStore - Variable in class org.ozoneDB.core.storage.AbstractCluster
 
clusterStore - Variable in class org.ozoneDB.core.storage.magicStore.MagicStore
 
clusterStore - Variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
clusterStored() - Method in class org.ozoneDB.tools.ClusterStats
 
clustersToCompress - Variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
code - Variable in class org.ozoneDB.core.TransactionError
 
code() - Method in class org.ozoneDB.core.TransactionError
 
coll - Variable in class org.ozoneDB.DxLib.DxVectorIterator
 
commandCount - Variable in class org.ozoneDB.core.Transaction
 
commit() - Method in class org.ozoneDB.core.FixHack
 
commit() - Method in class org.ozoneDB.core.Transaction
Commit this transaction.
commit(Transaction) - Method in interface org.ozoneDB.core.storage.Cluster
 
commit(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
commit(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
commitCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
commitCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
commitCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Actually commit the specified cluster.
commitClusterIDs - Variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
commitClusterIDs - Variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
commitIDTable() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
commitIDTable() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
commitNameTable() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
commitNameTable() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
commitObjects(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
commitTarget(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
commitTransaction(Transaction) - Method in interface org.ozoneDB.core.StoreManager
 
commitTransaction(Transaction, DbCommand) - Method in class org.ozoneDB.core.TransactionManager
 
commitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
commitTransaction(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
commitTransaction(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
commitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
commitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
commitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
compListener - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
comparTo(ObjectID) - Method in class org.ozoneDB.core.ObjectID
Compares this ObjectID to the given ObjectID.
comparator - Variable in class org.ozoneDB.DxLib.DxBBTree
 
comparator - Variable in class org.ozoneDB.DxLib.DxBBnode
 
comparator - Variable in class org.ozoneDB.DxLib.DxTreeMap
 
comparator - Variable in class org.ozoneDB.DxLib.DxTreeSet
 
compareEquals(Object, Object) - Method in class org.ozoneDB.DxLib.DxComparator
 
compareEquals(Object, Object) - Method in class org.ozoneDB.DxLib.DxStandardComparator
 
compareEquals(Object, Object) - Method in class org.ozoneDB.DxLib.DxStringComparator
 
compareIsLess(Object, Object) - Method in class org.ozoneDB.DxLib.DxComparator
 
compareIsLess(Object, Object) - Method in class org.ozoneDB.DxLib.DxStandardComparator
 
compareIsLess(Object, Object) - Method in class org.ozoneDB.DxLib.DxStringComparator
 
compareTo(Object) - Method in class org.ozoneDB.core.MethodKey
 
compareTo(Object) - Method in class org.ozoneDB.core.ObjectID
 
compareTo(Object) - Method in class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
compile(Collection) - Method in class org.ozoneDB.tools.OPP.compiler.ExternalJavaCompiler
Compiles the classes passed as strings in the classes parameter.
compile(Collection) - Method in class org.ozoneDB.tools.OPP.compiler.InternalJavaCompiler
 
compile(Collection) - Method in interface org.ozoneDB.tools.OPP.compiler.JavaCompiler
 
compileSource - Variable in class org.ozoneDB.tools.OPP.OPP
 
compileSource(File, File, MessageWriter, Collection) - Method in class org.ozoneDB.tools.OPP.OPP
 
compilerCommand - Variable in class org.ozoneDB.tools.OPP.compiler.ExternalJavaCompiler
 
completeTransaction() - Method in class org.ozoneDB.core.GarbageCollector
Completes the current transaction and releases it.
completeTransaction(DbCommand, User) - Method in class org.ozoneDB.core.TransactionManager
Perform the specified command within a new transaction.
components - Variable in class org.ozoneDB.core.Env
 
compress() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Moves all keys to remove unused (deleted) slots.
compress() - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Moves all keys to remove unused (deleted) slots.
compressCluster(ClusterID) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
compressClusters - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
compressClusters - Variable in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
compressionFactor - Static variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
compressionFactor - Static variable in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
config - Variable in class org.ozoneDB.core.Env
Holds the content of the 'config.properties' config file.
constraints - Variable in class org.ozoneDB.core.monitor.AbsoluteLayout
A mapping
constructorFor(Env, Class, String) - Method in class org.ozoneDB.core.AbstractObjectContainer
Search the constructor with the specified signature.
cont - Variable in class org.ozoneDB.DxLib.net.DxAsyncClient
 
contIt - Variable in class org.ozoneDB.DxLib.DxMultiIterator
 
container() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
containerCache - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
containerCache - Variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
Transactions have their own private cache.
containerFactory - Variable in class org.ozoneDB.DxLib.DxMultiMap
 
containerForID(Transaction, ObjectID) - Method in interface org.ozoneDB.core.StoreManager
 
containerForID(ObjectID) - Method in class org.ozoneDB.core.storage.AbstractCluster
 
containerForID(ObjectID) - Method in interface org.ozoneDB.core.storage.Cluster
 
containerForID(Transaction, ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
containerForID(Transaction, ObjectID) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
containerForID(Transaction, ObjectID) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
Returns the ObjectContainer for the given ObjectID or null if there is no such container.
containerForID(Transaction, ObjectID) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
Returns the ObjectContainer for the given ObjectID or null if there is no such container.
containerForName(Transaction, String) - Method in interface org.ozoneDB.core.StoreManager
 
containerForName(Transaction, String) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
containerForName(Transaction, String) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
containerForName(Transaction, String) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
containerForName(Transaction, String) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
containerLocationLoc - Variable in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
containerNames - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
containers - Variable in class org.ozoneDB.core.storage.AbstractCluster
Maps ObjectIDs into StorageObjectContainers.
containers() - Method in class org.ozoneDB.core.storage.AbstractCluster
 
containers() - Method in interface org.ozoneDB.core.storage.Cluster
 
contains(Object) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
Returns true is this collection contains an object that equals to the specified object.
contains(Object) - Method in interface org.ozoneDB.DxLib.DxCollection
 
contains(Object) - Method in class org.ozoneDB.DxLib.DxHashSet
 
contains(Object) - Method in class org.ozoneDB.DxLib.DxTreeSet
 
contains(String) - Method in interface org.ozoneDB.tools.OPP.srcgen.MethodResolver.UpdateMethodBag
 
contains(String) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.UpdateMethodBagMapAdapter
 
containsAll(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
containsAll(DxCollection) - Method in interface org.ozoneDB.DxLib.DxCollection
 
containsKey(Object) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
containsKey(Object) - Method in class org.ozoneDB.DxLib.DxBBTree
 
containsKey(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
containsKey(Object) - Method in class org.ozoneDB.DxLib.DxHashMap
 
containsKey(Object) - Method in interface org.ozoneDB.DxLib.DxMap
 
containsKey(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
containsKey(Object) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
containsUser(User) - Method in class org.ozoneDB.core.Group
 
convertFileToClassName(String) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
copyObject(Object, boolean) - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
Copy the given object using ByteArrayStreams so all streamable objects (all database objects) can be copied.
copyObject(ObjectID) - Method in class org.ozoneDB.core.FixHack
 
copyObject(ObjectID) - Method in class org.ozoneDB.core.Transaction
 
copyStream - Variable in class org.ozoneDB.core.DbRemote.DbLocalClient
 
copyToMap() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
copyToMap() - Method in interface org.ozoneDB.core.storage.Cache
 
copyToMap() - Method in class org.ozoneDB.core.storage.DelayCache
 
copyToMap() - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
count() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
count() - Method in class org.ozoneDB.DxLib.DxBBTree
 
count() - Method in interface org.ozoneDB.DxLib.DxCollection
 
count() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
count() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
count() - Method in class org.ozoneDB.DxLib.DxHashMap
 
count() - Method in class org.ozoneDB.DxLib.DxHashSet
 
count() - Method in class org.ozoneDB.DxLib.DxListBag
 
count() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
count() - Method in class org.ozoneDB.DxLib.DxTreeMap
 
count() - Method in class org.ozoneDB.DxLib.DxTreeSet
 
count() - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
returns the current count of objects of the buffer
counter - Variable in class org.ozoneDB.tools.ClusterStats
 
crash() - Method in interface test.tx.Group
 
crash() - Method in class test.tx.GroupImpl
 
crash() - Method in interface test.tx.User
 
crash() - Method in class test.tx.UserImpl
 
create(Class, Properties, String) - Static method in class org.ozoneDB.core.storage.PropertyConfigurableFactory
 
create(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
createANewEmptyAndUsableCluster(Permissions) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Creates a cluster which is new empty usable and not locked
createANewEmptyAndUsableCluster(Permissions) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Creates a cluster which is new empty usable and not locked
createBuilder(OutputStreamFactory, String, OutputStreamFactory, String, OutputStreamFactory) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
createBuilder(File, String, String) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
createChunk(ObjectContainer) - Method in class org.ozoneDB.core.DbRemote.DbXMLForObj
 
createClasspath() - Method in class org.ozoneDB.tools.OPP.OPPTask
 
createColor - Static variable in class org.ozoneDB.core.monitor.TransactionCanvas
 
createDB(String, Setup, PrintWriter) - Static method in class org.ozoneDB.tools.Install
 
createDirector(InputStreamFactory, InputStreamFactory) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
createDirector(File) - Method in class org.ozoneDB.tools.OPP.OPPBean
Creates a class direct for the class identified by the class string.
createFrame(boolean, BenchmarkThread) - Static method in class org.ozoneDB.tools.OO1BenchmarkApp
 
createInputStream(InputStream) - Method in class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory
 
createInputStream(InputStream) - Method in interface org.ozoneDB.core.storage.gammaStore.StreamFactory
Creates an input stream that uses the given InputStream for its input.
createInputStream(InputStream) - Method in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
createKeyedReference(Object, Object, ReferenceQueue) - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
createKeyedReference(Object, Object, ReferenceQueue) - Method in class org.ozoneDB.core.storage.SoftReferenceCache
 
createKeyedReference(Object, Object, ReferenceQueue) - Method in class org.ozoneDB.core.storage.WeakReferenceCache
 
createLogger(Logger) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
 
createLoggingProps(File, File, String) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
 
createObject(String, int, String, String, Object[], ObjectID) - Method in class org.ozoneDB.core.FixHack
 
createObject(String, int, String, String, Object[], ObjectID) - Method in class org.ozoneDB.core.Transaction
Create a new database object.
createObject(String, int, String, String, Object[], ObjectID) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
createObject() - Method in class test.args.ArgsTest
 
createObjects(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
createOutputStream(OutputStream) - Method in class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory
 
createOutputStream(OutputStream) - Method in interface org.ozoneDB.core.storage.gammaStore.StreamFactory
Creates an output stream that uses the given OutputStream as its output.
createOutputStream(OutputStream) - Method in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
createShadow() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
createShutdownHook() - Static method in class org.ozoneDB.core.Server
Constructs and returns a Thread to be used as a shutdown hook.
createStorage(String) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorageFactory
 
createStorage(String) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
createStorage(String) - Method in interface org.ozoneDB.core.storage.gammaStore.StorageFactory
Creates an input stream that is uniquely identified by the specified name.
createTarget(Env, Class, String, Object[]) - Method in class org.ozoneDB.core.AbstractObjectContainer
 
createTarget(Env, Class, String, Object[]) - Method in interface org.ozoneDB.core.ObjectContainer
 
createTransaction(Env, User) - Method in interface org.ozoneDB.core.StoreManager
Factory method for creating a new Transaction.
createTransaction(Env, User) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
createTransaction(Env, User) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
createTransaction(Env, User) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
createTransaction(Env, User) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
created - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
crlf - Static variable in class org.ozoneDB.util.MimeBase64Encoder
 
crunch(DxInteger) - Method in interface test.simple.Garage
 
crunch(DxInteger) - Method in class test.simple.GarageImpl
 
current - Variable in class org.ozoneDB.DxLib.DxDiskHashIterator
 
currentBytesPerContainer() - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
currentBytesPerContainer() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
currentBytesPerContainer() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
currentCacheSize() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
currentCacheSize() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
currentCluster - Variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
currentCommand - Variable in class org.ozoneDB.core.DbRemote.DbLocalClient
 
currentEnv() - Static method in class org.ozoneDB.core.Env
Returns the environment of the current thread.
currentGarbageCollectionLevel - Variable in class org.ozoneDB.core.GarbageCollector
The number which represents the current garbage collection run.
currentIndex - Variable in class org.ozoneDB.DxLib.DxVectorIterator
 
currentKey - Variable in class org.ozoneDB.DxLib.DxHashIterator
 
currentKey - Variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
key of the Runnable that is currently being processed, or has recently finished its run() method.
currentLogLevel - Variable in class org.ozoneDB.util.LogWriterLog4JImpl
Current log level
currentObject - Variable in class org.ozoneDB.DxLib.DxHashIterator
 
currentObject - Variable in class org.ozoneDB.DxLib.DxListIterator
 
currentObject - Variable in class org.ozoneDB.DxLib.DxVectorIterator
 
currentSummary - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
currentTA() - Method in class org.ozoneDB.core.TransactionManager
der aktuelle thread is auch die aktuelle transaktion (wenn der thread ueberhaupt eine transaktion ist)
currentTransaction - Variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 

D

DATA - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
DATAFILEPOSTFIX - Static variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
DATAFILEPREFIX - Static variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
DATA_CHUNK - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
DATA_DIR - Static variable in class org.ozoneDB.core.Env
 
DATA_HEADER_CHUNK - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
DATA_OID_CHUNK - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
DB_URL - Static variable in class org.ozoneDB.core.admin.AdminClient
 
DEADLOCK - Static variable in class org.ozoneDB.core.TransactionError
 
DEADLOCK_THREAD_PRIORITY - Static variable in class org.ozoneDB.core.Env
Thread priority deadlock recognition.
DEBUG - Static variable in interface org.ozoneDB.util.LogWriter
 
DEBUG1 - Static variable in interface org.ozoneDB.util.LogWriter
 
DEBUG1 - Static variable in class org.ozoneDB.util.OzoneDebugLevel
 
DEBUG1_INT - Static variable in class org.ozoneDB.util.OzoneDebugLevel
 
DEBUG1_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than debug
DEBUG2 - Static variable in interface org.ozoneDB.util.LogWriter
 
DEBUG2 - Static variable in class org.ozoneDB.util.OzoneDebugLevel
 
DEBUG2_INT - Static variable in class org.ozoneDB.util.OzoneDebugLevel
 
DEBUG2_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than debug1
DEBUG3 - Static variable in interface org.ozoneDB.util.LogWriter
 
DEBUG3 - Static variable in class org.ozoneDB.util.OzoneDebugLevel
 
DEBUG3_INT - Static variable in class org.ozoneDB.util.OzoneDebugLevel
 
DEBUG3_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than debug2
DEBUG_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than info
DEFAULT_TABLE_SIZE - Static variable in class org.ozoneDB.core.storage.classicStore.ClassicTransaction
 
DEFAULT_TABLE_SIZE - Static variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
DEFAULT_TABLE_SIZE - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
DEFAULT_TIME_RANGE - Static variable in class org.ozoneDB.tools.ChartCanvas
 
DELAY - Static variable in class org.ozoneDB.core.storage.DelayCache
 
DELETED - Static variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
DIRECTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
DIRECTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
DIRECTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
DIRTYINDEXNODECACHE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
DataFileManager - class org.ozoneDB.core.storage.gammaStore.DataFileManager.
 
DataFileManager() - Constructor for class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
DbCacheChunk - class org.ozoneDB.core.DbRemote.DbCacheChunk.
Read/write a chunk of objects from/to the server.
DbCacheChunk() - Constructor for class org.ozoneDB.core.DbRemote.DbCacheChunk
 
DbCacheChunk(ObjectID, int) - Constructor for class org.ozoneDB.core.DbRemote.DbCacheChunk
Fetch objects from the server.
DbCacheChunk(byte[]) - Constructor for class org.ozoneDB.core.DbRemote.DbCacheChunk
Store objects in the server.
DbClient - class org.ozoneDB.core.DbRemote.DbClient.
 
DbClient(ExternalDatabase, String) - Constructor for class org.ozoneDB.core.DbRemote.DbClient
 
DbClient(ExternalDatabase, String, int, String) - Constructor for class org.ozoneDB.core.DbRemote.DbClient
 
DbCloseConn - class org.ozoneDB.core.DbRemote.DbCloseConn.
 
DbCloseConn() - Constructor for class org.ozoneDB.core.DbRemote.DbCloseConn
 
DbCommand - class org.ozoneDB.core.DbRemote.DbCommand.
This is the base class for command that can be send to an ozone server.
DbCommand() - Constructor for class org.ozoneDB.core.DbRemote.DbCommand
 
DbCopyObj - class org.ozoneDB.core.DbRemote.DbCopyObj.
Dieses Kommando loescht ein Datenbankobjekt.
DbCopyObj() - Constructor for class org.ozoneDB.core.DbRemote.DbCopyObj
 
DbCopyObj(OzoneProxy) - Constructor for class org.ozoneDB.core.DbRemote.DbCopyObj
 
DbCreateObj - class org.ozoneDB.core.DbRemote.DbCreateObj.
 
DbCreateObj() - Constructor for class org.ozoneDB.core.DbRemote.DbCreateObj
 
DbCreateObj(String, int, String, String, Object[]) - Constructor for class org.ozoneDB.core.DbRemote.DbCreateObj
 
DbDeleteObj - class org.ozoneDB.core.DbRemote.DbDeleteObj.
 
DbDeleteObj() - Constructor for class org.ozoneDB.core.DbRemote.DbDeleteObj
 
DbDeleteObj(OzoneProxy) - Constructor for class org.ozoneDB.core.DbRemote.DbDeleteObj
 
DbInvoke - class org.ozoneDB.core.DbRemote.DbInvoke.
 
DbInvoke() - Constructor for class org.ozoneDB.core.DbRemote.DbInvoke
 
DbInvoke(OzoneProxy, int, Object[], int) - Constructor for class org.ozoneDB.core.DbRemote.DbInvoke
 
DbInvoke(OzoneProxy, String, String, Object[], int) - Constructor for class org.ozoneDB.core.DbRemote.DbInvoke
 
DbInvokeClient - class org.ozoneDB.core.DbRemote.DbInvokeClient.
 
DbInvokeClient(Socket, DxMultiServer) - Constructor for class org.ozoneDB.core.DbRemote.DbInvokeClient
 
DbLocalClient - class org.ozoneDB.core.DbRemote.DbLocalClient.
Note: the entire connection is synchronized when ExternalDatabase is sending a command through; so synchronization of send/receive is not strictly needed
DbLocalClient(ExternalDatabase, Env, String) - Constructor for class org.ozoneDB.core.DbRemote.DbLocalClient
 
DbModTimes - class org.ozoneDB.core.DbRemote.DbModTimes.
Determine the modification times of the specified database objects.
DbModTimes() - Constructor for class org.ozoneDB.core.DbRemote.DbModTimes
 
DbNameObj - class org.ozoneDB.core.DbRemote.DbNameObj.
 
DbNameObj() - Constructor for class org.ozoneDB.core.DbRemote.DbNameObj
 
DbNameObj(OzoneProxy, String) - Constructor for class org.ozoneDB.core.DbRemote.DbNameObj
 
DbNextID - class org.ozoneDB.core.DbRemote.DbNextID.
 
DbNextID(long) - Constructor for class org.ozoneDB.core.DbRemote.DbNextID
 
DbObjForHandle - class org.ozoneDB.core.DbRemote.DbObjForHandle.
 
DbObjForHandle() - Constructor for class org.ozoneDB.core.DbRemote.DbObjForHandle
 
DbObjForHandle(String) - Constructor for class org.ozoneDB.core.DbRemote.DbObjForHandle
 
DbObjForName - class org.ozoneDB.core.DbRemote.DbObjForName.
 
DbObjForName() - Constructor for class org.ozoneDB.core.DbRemote.DbObjForName
 
DbObjForName(String) - Constructor for class org.ozoneDB.core.DbRemote.DbObjForName
 
DbObjectNames - class org.ozoneDB.core.DbRemote.DbObjectNames.
 
DbObjectNames() - Constructor for class org.ozoneDB.core.DbRemote.DbObjectNames
 
DbOpen - class org.ozoneDB.core.DbRemote.DbOpen.
 
DbOpen(String) - Constructor for class org.ozoneDB.core.DbRemote.DbOpen
 
DbProxyDeath - class org.ozoneDB.core.DbRemote.DbProxyDeath.
 
DbProxyDeath() - Constructor for class org.ozoneDB.core.DbRemote.DbProxyDeath
 
DbProxyDeath(OzoneProxy) - Constructor for class org.ozoneDB.core.DbRemote.DbProxyDeath
 
DbReloadClasses - class org.ozoneDB.core.DbRemote.DbReloadClasses.
 
DbReloadClasses() - Constructor for class org.ozoneDB.core.DbRemote.DbReloadClasses
 
DbRemoteClient - class org.ozoneDB.core.DbRemote.DbRemoteClient.
 
DbRemoteClient(ExternalDatabase, String, int, String) - Constructor for class org.ozoneDB.core.DbRemote.DbRemoteClient
 
DbTransaction - class org.ozoneDB.core.DbRemote.DbTransaction.
 
DbTransaction(int) - Constructor for class org.ozoneDB.core.DbRemote.DbTransaction
 
DbXMLForObj - class org.ozoneDB.core.DbRemote.DbXMLForObj.
 
DbXMLForObj() - Constructor for class org.ozoneDB.core.DbRemote.DbXMLForObj
 
DbXMLForObj(OzoneProxy) - Constructor for class org.ozoneDB.core.DbRemote.DbXMLForObj
 
DeadlockRecognition - class org.ozoneDB.core.dr.DeadlockRecognition.
 
DeadlockRecognition() - Constructor for class org.ozoneDB.core.dr.DeadlockRecognition
 
DeadlockTest - class test.deadlocks.DeadlockTest.
 
DeadlockTest(String) - Constructor for class test.deadlocks.DeadlockTest
 
DeadlockThread - class org.ozoneDB.core.DeadlockThread.
 
DeadlockThread(long, TransactionManager) - Constructor for class org.ozoneDB.core.DeadlockThread
 
DeathObject - class org.ozoneDB.core.storage.classicStore.DeathObject.
Stellt einen eintrag in die objektliste des clusterspaces dar.
DeathObject() - Constructor for class org.ozoneDB.core.storage.classicStore.DeathObject
 
DeathObject(ObjectID) - Constructor for class org.ozoneDB.core.storage.classicStore.DeathObject
 
DeathObjectBuffer - class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer.
 
DeathObjectBuffer() - Constructor for class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
the constructor
DebugCommand - class org.ozoneDB.tools.OPP.message.command.DebugCommand.
 
DebugCommand(MessageWriter, String) - Constructor for class org.ozoneDB.tools.OPP.message.command.DebugCommand
 
DelayCache - class org.ozoneDB.core.storage.DelayCache.
A cache with a fixed maximum number of objects in it.
DelayCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.DelayCache
 
DelayCache.TimedEntry - class org.ozoneDB.core.storage.DelayCache.TimedEntry.
 
DelayCache.TimedEntry(Comparable, Object) - Constructor for class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
DelayCache.TrimThread - class org.ozoneDB.core.storage.DelayCache.TrimThread.
 
DelayCache.TrimThread() - Constructor for class org.ozoneDB.core.storage.DelayCache.TrimThread
 
Deleter - class org.ozoneDB.core.storage.gammaStore.Deleter.
Takes care of Storable implemeting instances, in that it has different threads for serializing and writing to Storage.
Deleter(String) - Constructor for class org.ozoneDB.core.storage.gammaStore.Deleter
 
Deleter.DeleteTask - class org.ozoneDB.core.storage.gammaStore.Deleter.DeleteTask.
 
Deleter.DeleteTask(Storable, StorageFactory) - Constructor for class org.ozoneDB.core.storage.gammaStore.Deleter.DeleteTask
 
DxAbstractBag - class org.ozoneDB.DxLib.DxAbstractBag.
 
DxAbstractBag() - Constructor for class org.ozoneDB.DxLib.DxAbstractBag
 
DxAbstractCollection - class org.ozoneDB.DxLib.DxAbstractCollection.
Common super class of all collection classes.
DxAbstractCollection() - Constructor for class org.ozoneDB.DxLib.DxAbstractCollection
 
DxAbstractIterator - class org.ozoneDB.DxLib.DxAbstractIterator.
 
DxAbstractIterator() - Constructor for class org.ozoneDB.DxLib.DxAbstractIterator
 
DxAbstractMap - class org.ozoneDB.DxLib.DxAbstractMap.
 
DxAbstractMap() - Constructor for class org.ozoneDB.DxLib.DxAbstractMap
 
DxAbstractSet - class org.ozoneDB.DxLib.DxAbstractSet.
 
DxAbstractSet() - Constructor for class org.ozoneDB.DxLib.DxAbstractSet
 
DxArrayBag - class org.ozoneDB.DxLib.DxArrayBag.
 
DxArrayBag() - Constructor for class org.ozoneDB.DxLib.DxArrayBag
 
DxArrayBag(int) - Constructor for class org.ozoneDB.DxLib.DxArrayBag
 
DxArrayDeque - class org.ozoneDB.DxLib.DxArrayDeque.
 
DxArrayDeque() - Constructor for class org.ozoneDB.DxLib.DxArrayDeque
 
DxArrayDeque(int) - Constructor for class org.ozoneDB.DxLib.DxArrayDeque
 
DxAsyncClient - class org.ozoneDB.DxLib.net.DxAsyncClient.
 
DxAsyncClient(String, int, boolean) - Constructor for class org.ozoneDB.DxLib.net.DxAsyncClient
 
DxAsyncClient(Socket, boolean) - Constructor for class org.ozoneDB.DxLib.net.DxAsyncClient
 
DxBBIterator - class org.ozoneDB.DxLib.DxBBIterator.
 
DxBBIterator(DxTreeCollection) - Constructor for class org.ozoneDB.DxLib.DxBBIterator
 
DxBBTree - class org.ozoneDB.DxLib.DxBBTree.
Non-public class that represents a key->value map implemented using a BBTree.
DxBBTree() - Constructor for class org.ozoneDB.DxLib.DxBBTree
 
DxBBTree(DxComparator) - Constructor for class org.ozoneDB.DxLib.DxBBTree
 
DxBBnode - class org.ozoneDB.DxLib.DxBBnode.
 
DxBBnode() - Constructor for class org.ozoneDB.DxLib.DxBBnode
 
DxBBnode(Object, Object, DxComparator) - Constructor for class org.ozoneDB.DxLib.DxBBnode
 
DxBag - interface org.ozoneDB.DxLib.DxBag.
 
DxBoolean - class org.ozoneDB.DxLib.DxBoolean.
 
DxBoolean() - Constructor for class org.ozoneDB.DxLib.DxBoolean
 
DxBoolean(boolean) - Constructor for class org.ozoneDB.DxLib.DxBoolean
 
DxBoolean(DxBoolean) - Constructor for class org.ozoneDB.DxLib.DxBoolean
 
DxClass - class org.ozoneDB.DxLib.DxClass.
 
DxClass(DxString) - Constructor for class org.ozoneDB.DxLib.DxClass
 
DxClassLoader - class org.ozoneDB.DxLib.DxClassLoader.
 
DxClassLoader() - Constructor for class org.ozoneDB.DxLib.DxClassLoader
 
DxClient - class org.ozoneDB.DxLib.net.DxClient.
DxClient stellt ein Ende einer Socketverbindung dar, an die DxCompatibles gesendet oder empfangen werden koennen. am anderen Ende der Verbindung sollte entweder ein DxServer oder DxMultiServer sein.
DxClient() - Constructor for class org.ozoneDB.DxLib.net.DxClient
 
DxClient(String, int) - Constructor for class org.ozoneDB.DxLib.net.DxClient
 
DxClient(Socket) - Constructor for class org.ozoneDB.DxLib.net.DxClient
 
DxCollection - interface org.ozoneDB.DxLib.DxCollection.
Common interface of all collection classes.
DxComparator - class org.ozoneDB.DxLib.DxComparator.
 
DxComparator() - Constructor for class org.ozoneDB.DxLib.DxComparator
 
DxCompatible - interface org.ozoneDB.DxLib.DxCompatible.
interface fuer objekte, die als key in collections verwendet werde sollen; wenn die methoden valueCopy(), readObject(), writeObject() der collections benoetigt werden, muessen auch die daten objekte dieses interface unterstuetzen oder von DxObject abgeleitet sein
DxDeque - interface org.ozoneDB.DxLib.DxDeque.
 
DxDiskHashCompatible - class org.ozoneDB.DxLib.DxDiskHashCompatible.
 
DxDiskHashCompatible() - Constructor for class org.ozoneDB.DxLib.DxDiskHashCompatible
 
DxDiskHashIterator - class org.ozoneDB.DxLib.DxDiskHashIterator.
 
DxDiskHashIterator(DxDiskHashMap) - Constructor for class org.ozoneDB.DxLib.DxDiskHashIterator
 
DxDiskHashMap - class org.ozoneDB.DxLib.DxDiskHashMap.
 
DxDiskHashMap(String, int, int, int[]) - Constructor for class org.ozoneDB.DxLib.DxDiskHashMap
 
DxDiskHashMap(String, int, int, int) - Constructor for class org.ozoneDB.DxLib.DxDiskHashMap
 
DxDiskHashNode - class org.ozoneDB.DxLib.DxDiskHashNode.
 
DxDiskHashNode() - Constructor for class org.ozoneDB.DxLib.DxDiskHashNode
 
DxDiskHashNodeBranch - class org.ozoneDB.DxLib.DxDiskHashNodeBranch.
Tied with referens to a subTable without a key and without a date
DxDiskHashNodeBranch(DxDiskHashMap) - Constructor for class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
DxDiskHashNodeLeaf - class org.ozoneDB.DxLib.DxDiskHashNodeLeaf.
Knoten als blatt des baumes.
DxDiskHashNodeLeaf(DxDiskHashMap) - Constructor for class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
DxDiskSubTable - class org.ozoneDB.DxLib.DxDiskSubTable.
 
DxDiskSubTable(DxDiskHashMap) - Constructor for class org.ozoneDB.DxLib.DxDiskSubTable
 
DxDiskSubTable(DxDiskHashMap, int) - Constructor for class org.ozoneDB.DxLib.DxDiskSubTable
 
DxDouble - class org.ozoneDB.DxLib.DxDouble.
 
DxDouble() - Constructor for class org.ozoneDB.DxLib.DxDouble
 
DxDouble(double) - Constructor for class org.ozoneDB.DxLib.DxDouble
 
DxDouble(DxDouble) - Constructor for class org.ozoneDB.DxLib.DxDouble
 
DxException - class org.ozoneDB.DxLib.DxException.
Diese Klasse dient dazu, ein Java-Exception in einem Stream zu schreiben bzw. daraus zu lesen.
DxException() - Constructor for class org.ozoneDB.DxLib.DxException
 
DxException(Throwable) - Constructor for class org.ozoneDB.DxLib.DxException
 
DxHashCollection - interface org.ozoneDB.DxLib.DxHashCollection.
 
DxHashIterator - class org.ozoneDB.DxLib.DxHashIterator.
 
DxHashIterator(DxHashCollection) - Constructor for class org.ozoneDB.DxLib.DxHashIterator
 
DxHashMap - class org.ozoneDB.DxLib.DxHashMap.
A DxMap implementation based on java.util.Hashtable.
DxHashMap() - Constructor for class org.ozoneDB.DxLib.DxHashMap
 
DxHashMap(int) - Constructor for class org.ozoneDB.DxLib.DxHashMap
 
DxHashSet - class org.ozoneDB.DxLib.DxHashSet.
 
DxHashSet() - Constructor for class org.ozoneDB.DxLib.DxHashSet
 
DxHashSet(int) - Constructor for class org.ozoneDB.DxLib.DxHashSet
 
DxInteger - class org.ozoneDB.DxLib.DxInteger.
 
DxInteger() - Constructor for class org.ozoneDB.DxLib.DxInteger
 
DxInteger(int) - Constructor for class org.ozoneDB.DxLib.DxInteger
 
DxInteger(DxInteger) - Constructor for class org.ozoneDB.DxLib.DxInteger
 
DxIterator - interface org.ozoneDB.DxLib.DxIterator.
 
DxKeyData - class org.ozoneDB.DxLib.DxKeyData.
 
DxKeyData() - Constructor for class org.ozoneDB.DxLib.DxKeyData
 
DxKeyData(Object, Object) - Constructor for class org.ozoneDB.DxLib.DxKeyData
 
DxListBag - class org.ozoneDB.DxLib.DxListBag.
 
DxListBag() - Constructor for class org.ozoneDB.DxLib.DxListBag
 
DxListCollection - interface org.ozoneDB.DxLib.DxListCollection.
 
DxListDeque - class org.ozoneDB.DxLib.DxListDeque.
 
DxListDeque() - Constructor for class org.ozoneDB.DxLib.DxListDeque
 
DxListIterator - class org.ozoneDB.DxLib.DxListIterator.
 
DxListIterator(DxListCollection) - Constructor for class org.ozoneDB.DxLib.DxListIterator
 
DxListNode - class org.ozoneDB.DxLib.DxListNode.
 
DxListNode() - Constructor for class org.ozoneDB.DxLib.DxListNode
 
DxListNode(Object) - Constructor for class org.ozoneDB.DxLib.DxListNode
 
DxLong - class org.ozoneDB.DxLib.DxLong.
 
DxLong() - Constructor for class org.ozoneDB.DxLib.DxLong
 
DxLong(long) - Constructor for class org.ozoneDB.DxLib.DxLong
 
DxLong(DxLong) - Constructor for class org.ozoneDB.DxLib.DxLong
 
DxMap - interface org.ozoneDB.DxLib.DxMap.
 
DxMultiIterator - class org.ozoneDB.DxLib.DxMultiIterator.
 
DxMultiIterator(DxMultiMap) - Constructor for class org.ozoneDB.DxLib.DxMultiIterator
 
DxMultiMap - class org.ozoneDB.DxLib.DxMultiMap.
 
DxMultiMap() - Constructor for class org.ozoneDB.DxLib.DxMultiMap
 
DxMultiMap(DxMap, DxCollection) - Constructor for class org.ozoneDB.DxLib.DxMultiMap
 
DxMultiServer - class org.ozoneDB.DxLib.net.DxMultiServer.
DxMultiServer verwaltet mehrere DxClients - Verbindungen.
DxMultiServer(int) - Constructor for class org.ozoneDB.DxLib.net.DxMultiServer
 
DxMultiServerClient - class org.ozoneDB.DxLib.net.DxMultiServerClient.
Thread, der staendig am entsprechenden port lauscht und eine neue Anfragen zum Server meldet.
DxMultiServerClient(Socket, DxMultiServer) - Constructor for class org.ozoneDB.DxLib.net.DxMultiServerClient
 
DxObject - class org.ozoneDB.DxLib.DxObject.
 
DxObject() - Constructor for class org.ozoneDB.DxLib.DxObject
Constructor
DxObjectInputStream - class org.ozoneDB.DxLib.DxObjectInputStream.
Dieser Stream ist ein Ersatz fuer den Java-ObjectInputStream.
DxObjectInputStream(InputStream) - Constructor for class org.ozoneDB.DxLib.DxObjectInputStream
 
DxObjectInputStream(InputStream, int) - Constructor for class org.ozoneDB.DxLib.DxObjectInputStream
 
DxObjectOutputStream - class org.ozoneDB.DxLib.DxObjectOutputStream.
Dieser Stream ist ein Ersatz fuer den Java-ObjectOutputStream.
DxObjectOutputStream(OutputStream) - Constructor for class org.ozoneDB.DxLib.DxObjectOutputStream
 
DxObjectOutputStream(OutputStream, int) - Constructor for class org.ozoneDB.DxLib.DxObjectOutputStream
 
DxServer - class org.ozoneDB.DxLib.net.DxServer.
DxServer ist eine einfache Socketverbindung an einem speziellen Port, an welche DxCompatible's gesendet bzw. empfangen werden können.
DxServer(int) - Constructor for class org.ozoneDB.DxLib.net.DxServer
 
DxSet - interface org.ozoneDB.DxLib.DxSet.
 
DxStandardComparator - class org.ozoneDB.DxLib.DxStandardComparator.
 
DxStandardComparator() - Constructor for class org.ozoneDB.DxLib.DxStandardComparator
 
DxString - class org.ozoneDB.DxLib.DxString.
 
DxString() - Constructor for class org.ozoneDB.DxLib.DxString
 
DxString(DxString) - Constructor for class org.ozoneDB.DxLib.DxString
 
DxString(String) - Constructor for class org.ozoneDB.DxLib.DxString
 
DxStringComparator - class org.ozoneDB.DxLib.DxStringComparator.
 
DxStringComparator() - Constructor for class org.ozoneDB.DxLib.DxStringComparator
 
DxTreeCollection - interface org.ozoneDB.DxLib.DxTreeCollection.
 
DxTreeMap - class org.ozoneDB.DxLib.DxTreeMap.
A DxMap implementation that is based on a weight balanced tree.
DxTreeMap() - Constructor for class org.ozoneDB.DxLib.DxTreeMap
 
DxTreeMap(DxComparator) - Constructor for class org.ozoneDB.DxLib.DxTreeMap
 
DxTreeSet - class org.ozoneDB.DxLib.DxTreeSet.
 
DxTreeSet() - Constructor for class org.ozoneDB.DxLib.DxTreeSet
Constructs a new, empty set.
DxTreeSet(DxComparator) - Constructor for class org.ozoneDB.DxLib.DxTreeSet
Constructs a new, empty set, sorted according to the given comparator.
DxVector - interface org.ozoneDB.DxLib.DxVector.
Indexable collection.
DxVectorCollection - interface org.ozoneDB.DxLib.DxVectorCollection.
 
DxVectorIterator - class org.ozoneDB.DxLib.DxVectorIterator.
 
DxVectorIterator(DxVectorCollection) - Constructor for class org.ozoneDB.DxLib.DxVectorIterator
 
data - Variable in class org.ozoneDB.DxLib.DxBBnode
 
data - Variable in class org.ozoneDB.DxLib.DxKeyData
 
data() - Method in class org.ozoneDB.DxLib.DxListNode
 
data - Variable in class org.ozoneDB.core.Permissions
 
data - Variable in class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
data - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
data() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
dataFileFactory - Variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
dataFileId - Variable in class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
dataFileIdToStorageName(int) - Static method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
dataFileIds - Variable in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
dataFiles - Variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
dataLength - Variable in class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
database() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
database - Variable in class org.ozoneDB.core.Env
Interface for the database objects inside the server.
database() - Method in interface org.ozoneDB.core.ObjectContainer
 
databaseDir - Variable in class org.ozoneDB.core.Env
 
db - Variable in class org.ozoneDB.core.DbRemote.DbClient
 
db - Variable in class org.ozoneDB.core.admin.AdminClient
 
db - Variable in class test.deadlocks.AccessThread
 
db - Variable in class test.multiple_access.AccessThread
 
db - Variable in class test.simple.ClientThread1
 
db - Variable in class test.simple.ClientThread2
 
db - Variable in class test.tx.LockTest.TransactionThread
 
dbDirectory - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
dbExists(String) - Static method in class org.ozoneDB.tools.Install
 
dbGraphics - Variable in class org.ozoneDB.tools.ChartCanvas
 
dbID() - Method in class org.ozoneDB.core.Env
 
dbImage - Variable in class org.ozoneDB.core.monitor.StorageCanvas
 
dbImage - Variable in class org.ozoneDB.core.monitor.TransactionCanvas
 
dbImage - Variable in class org.ozoneDB.tools.ChartCanvas
 
dbName - Variable in class test.tx.AccessThread
 
dbURL - Variable in class org.ozoneDB.core.admin.AdminClient
 
dbg - Variable in class org.ozoneDB.core.monitor.StorageCanvas
 
dbg - Variable in class org.ozoneDB.core.monitor.TransactionCanvas
 
deactivateCluster(Cluster) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
deactivateCluster(Cluster) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Deactivate the specified cluster before it is written to disk.
deactivateCluster(Cluster) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Deactivate the specified cluster before it is written to disk.
deadlockRecognition() - Method in class org.ozoneDB.core.Env
Factory method to create or re-use a DR object.
deadlockTA - Variable in class org.ozoneDB.core.TransactionManager
Used to signal a deadlock and which Transaction should abort.
deadlockThread - Variable in class org.ozoneDB.core.Env
 
deadlockWaitTimeMaximum - Variable in class org.ozoneDB.core.Transaction
The maximum time (in milliseconds) to wait after a deadlock.
deadlockWaitTimeMaximumMaximum - Static variable in class org.ozoneDB.core.Transaction
The maximum deadlockWaitTimeMaximum can have.
deadlockWaitTimeMaximumMinimum - Static variable in class org.ozoneDB.core.Transaction
The minimum deadlockWaitTimeMaximum can have.
deadlocked - Variable in class org.ozoneDB.core.Transaction
Are we deadlocked?
deathColor - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
debug - Static variable in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
debug(String) - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
debug - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
debug(String) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
debug(String) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
debug(String) - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
debug - Variable in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
debug(String) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
debug(String) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
debug1(Object) - Method in class org.ozoneDB.util.OzoneLogger
 
debug2(Object) - Method in class org.ozoneDB.util.OzoneLogger
 
debug3(Object) - Method in class org.ozoneDB.util.OzoneLogger
 
debugInfo - Variable in class org.ozoneDB.core.MROWLock
 
debugLevel - Variable in class org.ozoneDB.util.SimpleLogWriter
 
decCounter() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
decCounter() - Method in class org.ozoneDB.DxLib.DxListBag
 
decCounter() - Method in interface org.ozoneDB.DxLib.DxListCollection
 
decCounter() - Method in interface org.ozoneDB.DxLib.DxVectorCollection
 
decode_final_token() - Method in class org.ozoneDB.util.MimeBase64Decoder
 
decode_token() - Method in class org.ozoneDB.util.MimeBase64Decoder
 
defaultValue - Variable in class org.ozoneDB.core.storage.PropertyInfo
 
deferProcessingOfObjectContainerDueToLockContention(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Defers the processing of the given objectContainer because locking was not possible at current time.
delay - Variable in class org.ozoneDB.core.storage.DelayCache
 
delegate - Variable in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
delete() - Method in interface org.ozoneDB.core.storage.Cluster
 
delete(Storable, StorageFactory) - Method in class org.ozoneDB.core.storage.gammaStore.Deleter
Places a storable into a delete queue.
delete(String) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
delete(String) - Method in interface org.ozoneDB.core.storage.gammaStore.StorageFactory
Deletes the data in the namespace of this instance specified by name.
delete() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
delete() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Delete this cluster from the disk.
delete(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
deleteAll() - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
deleteAll() - Method in interface org.ozoneDB.core.storage.gammaStore.StorageFactory
Deletes all data that are in the namespace of this instance.
deleteAt(int) - Method in class org.ozoneDB.DxLib.DxString
 
deleteAt(int, int) - Method in class org.ozoneDB.DxLib.DxString
 
deleteAtIndex(int) - Method in class org.ozoneDB.DxLib.DxArrayBag
Deletes the component at the specified index.
deleteAtIndex(int) - Method in interface org.ozoneDB.DxLib.DxVector
 
deleteDir(String, boolean) - Static method in class org.ozoneDB.tools.Install
 
deleteDirectory(File) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
deletes all files and subdirectories in the specified directory, but does _not_ delete the specified directory
deleteFile() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
deleteObject(ObjectID) - Method in class org.ozoneDB.core.FixHack
 
deleteObject(ObjectID) - Method in class org.ozoneDB.core.Transaction
 
deleteObject(ObjectContainer) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
entfernt ObjectContainer fuer entsprechende ObjectID;
deleteObject(ObjectID) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
deleteObject() - Method in class test.args.ArgsTest
 
deleteRequest(DxDiskSubTable) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
The specified sub-table was deleted from the tree.
deleteRequest(DxDiskSubTable) - Method in class org.ozoneDB.core.storage.magicStore.IDTable
The specified sub-table was deleted from the tree.
deleteRequest(DxDiskSubTable) - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
The specified sub-table was deleted from the tree.
deleteShadow() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
deleteTarget() - Method in interface org.ozoneDB.core.ObjectContainer
 
deleteTarget() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
deleteTarget() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
deleteTarget() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
deleteTarget() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
deleteTarget() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
deleteTransaction() - Method in class org.ozoneDB.core.TransactionManager
Delete the transaction that is associated with the current thread.
deleted - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
deleter - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
takes care of deleting index nodes that have become empty and have been removed from the indexmanager
deprecation - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
depth - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
depth() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
deque - Variable in class org.ozoneDB.core.DbRemote.RObjectOutputStream
 
description - Variable in class org.ozoneDB.core.storage.PropertyInfo
 
detectDeadlock(Locker) - Method in class org.ozoneDB.core.dr.DeadlockRecognition
 
detectDeadlock(Locker) - Method in class org.ozoneDB.core.dr.EdgeChasing
 
dir - Static variable in class org.ozoneDB.tools.Statistics
 
dirName - Static variable in class org.ozoneDB.tools.Install
 
directory - Variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
directory - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
directory - Variable in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
dirty - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
dirty - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
indicates a change which requires a write to storage when finalized
dirtyNodeCache - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
holds all dirty nodes ("You dirty little nodes, you...")
doCalls1(int) - Method in class test.simple.SimpleTest
 
doCalls2(int) - Method in class test.simple.SimpleTest
 
doSomthing(Auto) - Method in interface test.simple.Auto
 
doSomthing(Auto) - Method in class test.simple.AutoImpl
 
dobjBuffer - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
done() - Method in class org.ozoneDB.DxLib.DxDiskHashCompatible
The methods signals that this element will no longer be accesses without a re-fetch (elementForKey()) from the DxDiskHashMap.
done() - Method in class test.simple.AutoImpl
 
done() - Method in class test.simple.GarageImpl
destructor fuer db-objekte
done() - Method in class test.tx.GroupImpl
 
doneReachableGarbageCollectionLevel - Variable in class org.ozoneDB.core.GarbageCollector
The garbageCollectionLevel which objects have if they belong to the doneReachable set.
dr - Variable in class org.ozoneDB.core.Env
 
drawStatus() - Method in class org.ozoneDB.tools.ChartCanvas
 
drawTimePoint(int) - Method in class org.ozoneDB.tools.ChartCanvas
 
dropClasses() - Method in class org.ozoneDB.core.ClassManager
 
dumpQueue() - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 

E

ENTRYNAME - Static variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
EOF - Static variable in class org.ozoneDB.util.MimeBase64Decoder
 
ERROR - Static variable in interface org.ozoneDB.util.LogWriter
 
ERROR_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than fatal
EdgeChasing - class org.ozoneDB.core.dr.EdgeChasing.
 
EdgeChasing(Env) - Constructor for class org.ozoneDB.core.dr.EdgeChasing
 
EndCommand - class org.ozoneDB.tools.OPP.message.command.EndCommand.
 
EndCommand(MessageWriter) - Constructor for class org.ozoneDB.tools.OPP.message.command.EndCommand
 
EnhObservable - class org.ozoneDB.util.EnhObservable.
 
EnhObservable() - Constructor for class org.ozoneDB.util.EnhObservable
 
EnhProperties - class org.ozoneDB.util.EnhProperties.
EnhProperties has methods to store/update the value of a property to handle such dynamic properties.
EnhProperties() - Constructor for class org.ozoneDB.util.EnhProperties
 
EnhProperties(Properties) - Constructor for class org.ozoneDB.util.EnhProperties
 
Env - class org.ozoneDB.core.Env.
Env is the environment of a ozone database server.
Env(String, String) - Constructor for class org.ozoneDB.core.Env
Construct a new ozone server environment.
ErrorCommand - class org.ozoneDB.tools.OPP.message.command.ErrorCommand.
 
ErrorCommand(MessageWriter, String) - Constructor for class org.ozoneDB.tools.OPP.message.command.ErrorCommand
 
ExclusiveLock - class org.ozoneDB.core.ExclusiveLock.
This class implements an exclusive lock policy.
ExclusiveLock() - Constructor for class org.ozoneDB.core.ExclusiveLock
 
ExternalJavaCompiler - class org.ozoneDB.tools.OPP.compiler.ExternalJavaCompiler.
Compiles resolver by starting an externalcompiler process.
ExternalJavaCompiler(String) - Constructor for class org.ozoneDB.tools.OPP.compiler.ExternalJavaCompiler
 
element - Variable in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
element() - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
elementAtIndex(int) - Method in class org.ozoneDB.DxLib.DxArrayBag
 
elementAtIndex(int) - Method in interface org.ozoneDB.DxLib.DxVector
 
elementDone(DxDiskHashCompatible) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
elementDone(DxDiskHashCompatible) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
elementForKey(Object) - Method in class org.ozoneDB.DxLib.DxBBTree
 
elementForKey(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
Gives the element for the specified key.
elementForKey(Object, int) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
elementForKey(Object, int) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
elementForKey(Object) - Method in class org.ozoneDB.DxLib.DxHashMap
 
elementForKey(Object) - Method in interface org.ozoneDB.DxLib.DxMap
 
elementForKey(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
elementForKey(Object) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
elementSet() - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
elementSet() - Method in interface org.ozoneDB.DxLib.DxMap
 
elementSet() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
elementsForKey(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
empty() - Method in class org.ozoneDB.DxLib.DxDiskHashNode
 
empty() - Method in class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
empty() - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
empty() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
enable(boolean) - Method in class org.ozoneDB.core.OzoneSecurityManager
 
enableAverages(boolean[]) - Method in class org.ozoneDB.tools.ChartCanvas
 
enableItem(String, String, boolean) - Method in class org.ozoneDB.core.monitor.StorageMenubar
 
enableReleaseOfReadlockOnFailedWritelock - Static variable in class org.ozoneDB.core.MROWLock
 
enabled - Static variable in class org.ozoneDB.core.OzoneSecurityManager
 
encode_partial_token() - Method in class org.ozoneDB.util.MimeBase64Encoder
 
encode_token() - Method in class org.ozoneDB.util.MimeBase64Encoder
 
endClass() - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassBuilder
Called at the end of each generated class.
endClass() - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
endClass() - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
endClass() - Method in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
endClass() - Method in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
endClass() - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
endCommit(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
endCommit(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
endDocument() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
endElement(String, String, String) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method endElement handles all endElements.
endExclusion() - Method in class org.ozoneDB.core.TransactionManager
 
endGeneration() - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
endGeneration() - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
endGeneration() - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
endGeneration() - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
endGeneration() - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
endGeneration() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
endInvoke() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
endPrefixMapping(String) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
endRecovery(byte) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
enlive() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
enque(MessageCommand) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
enqueue() - Method in interface org.ozoneDB.core.storage.AbstractReferenceCache.KeyedReference
 
ensureDoneReachable(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Ensures that the given object is doneReachable.
ensureFileFormat(String) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
ensure properties file format.
ensureGarbageCollectionLevel(int) - Method in interface org.ozoneDB.core.ObjectContainer
Ensures that the garbageCollectionLevel is at least the given currentGarbageCollectionLevel.
ensureGarbageCollectionLevel(int) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
Ensures that the garbageCollectionLevel is at least the given currentGarbageCollectionLevel.
ensureGarbageCollectionLevel(int) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Ensures that the garbageCollectionLevel is at least the given currentGarbageCollectionLevel.
ensureGarbageCollectionLevel(int) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
Ensures that the garbageCollectionLevel is at least the given currentGarbageCollectionLevel.
ensureGarbageCollectionLevel(int) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
Ensures that the garbageCollectionLevel is at least the given currentGarbageCollectionLevel.
ensureGarbageCollectionLevel(int) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Ensures that the garbageCollectionLevel is at least the given currentGarbageCollectionLevel.
ensureParentsExist(File) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
ensureSurelyReachable(ObjectID) - Method in class org.ozoneDB.core.GarbageCollector
Calling this method makes sure that the object which is referenced by the given ID is at least surely reachable.
ensureSurelyReachable(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Calling this method makes sure that the object which is referenced by the given ID is at least surely reachable.
entries - Variable in class org.ozoneDB.core.storage.DelayCache
 
entryName - Variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
entrySize(DeathObject) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
size of a object entry: ObjectID : 8 bytes TransactionID : 8 bytes streamed ObjectContainer: comes from DeathObject.stateSize ChunkID : 1 byte data length : 4 bytes data itself : n bytes -> data overhead : 21 bytes + object state
env - Variable in class org.ozoneDB.core.DbRemote.DbCommand
Environment of this object.
env - Variable in class org.ozoneDB.core.DbRemote.DbLocalClient
 
env - Variable in class org.ozoneDB.core.InvokeServer
 
env - Static variable in class org.ozoneDB.core.Server
 
env - Variable in class org.ozoneDB.core.ServerComponent
 
env - Variable in class org.ozoneDB.core.Transaction
The environment of this object.
env - Variable in class org.ozoneDB.core.UserManager
 
env - Variable in class org.ozoneDB.core.admin.AdminImpl
 
env - Variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
env - Variable in class org.ozoneDB.core.admin.BackupRestore
 
env - Variable in class org.ozoneDB.core.dr.EdgeChasing
 
env - Variable in class org.ozoneDB.core.monitor.StorageFrame
 
env - Variable in class org.ozoneDB.core.storage.AbstractCluster
The environment.
env() - Method in class org.ozoneDB.core.storage.AbstractCluster
 
env - Variable in class org.ozoneDB.core.storage.AbstractClusterStore
 
env() - Method in interface org.ozoneDB.core.storage.Cluster
 
env - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
The environment of this object.
env - Variable in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
env - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
env - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
The environment of this object.
env - Variable in class org.ozoneDB.core.storage.classicStore.ObjectSpace
The environment of this object.
env - Variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
eof() - Method in class org.ozoneDB.util.MimeBase64Decoder
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxAbstractBag
Compares two bags for equality.
equals(Object) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
Compares two collections for equality.
equals(Object) - Method in class org.ozoneDB.DxLib.DxAbstractMap
Compares two maps for equality.
equals(Object) - Method in class org.ozoneDB.DxLib.DxAbstractSet
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxBoolean
 
equals(Object) - Method in interface org.ozoneDB.DxLib.DxCompatible
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxDouble
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxInteger
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxLong
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
Compares two multimaps for equality.
equals(String) - Method in class org.ozoneDB.DxLib.DxString
 
equals(Object) - Method in class org.ozoneDB.DxLib.DxString
 
equals(Object) - Method in class org.ozoneDB.core.FixHack
 
equals(Object) - Method in class org.ozoneDB.core.Group
 
equals(Object) - Method in class org.ozoneDB.core.MethodKey
 
equals(Object) - Method in interface org.ozoneDB.core.ObjectContainer
 
equals(Object) - Method in class org.ozoneDB.core.ObjectID
 
equals(Object) - Method in class org.ozoneDB.core.Permissions
 
equals(Object) - Method in class org.ozoneDB.core.Transaction
 
equals(Object) - Method in class org.ozoneDB.core.User
 
equals(Object) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
equals(Object) - Method in class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
equals(Object) - Method in class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference
 
equals(Object) - Method in class org.ozoneDB.core.storage.StorageObjectContainer
 
equals(Object) - Method in class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference
 
equals(Object) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
True, when bouth OzoneCompatibles have the same ID.
equals(Object) - Method in class org.ozoneDB.core.storage.gammaStore.Deleter.DeleteTask
 
equals(Object) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
equals(Object) - Method in class test.simple.AutoImpl
 
error(String) - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
error(String) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
error(String) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
error(String) - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
error(String) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
error(String) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
errors - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
exampleValues - Variable in class org.ozoneDB.core.storage.PropertyInfo
 
exc - Variable in class org.ozoneDB.DxLib.DxException
 
exclusiveThread - Variable in class org.ozoneDB.core.TransactionManager
True if one thread runs exclusively.
execute() - Method in class org.ozoneDB.tools.OPP.OPPTask
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.BeginCommand
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.DebugCommand
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.EndCommand
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.ErrorCommand
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.InfoCommand
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.LocationWarningCommand
 
execute() - Method in interface org.ozoneDB.tools.OPP.message.command.MessageCommand
 
execute() - Method in class org.ozoneDB.tools.OPP.message.command.WarningCommand
 
existsContainerLocation(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
exitForm() - Method in class org.ozoneDB.core.monitor.StorageFrame
 
extension - Variable in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
extension - Variable in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ResourceInputStreamFactory
 

F

FATAL - Static variable in interface org.ozoneDB.util.LogWriter
 
FATAL_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
The least verbose level
FIXED - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
Groesse und position sind fest
FIXME_LOADFACTOR_OBJECT_IDS - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
FIXME_MAX_OBJECT_IDS - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
FQCN - Static variable in class org.ozoneDB.util.OzoneLogger
 
FREE - Static variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
FROZEN - Static variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
FactoryBuilder - class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder.
Most of the code was lifted out of the FactoryGenerator written by Leo Mekenkamp.
FactoryBuilder(OutputStreamFactory, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
FileBasedStreamFactory - class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory.
 
FileBasedStreamFactory(File, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
FileBasedStreamFactory(File, String, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
FileInputStreamFactory - class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileInputStreamFactory.
 
FileInputStreamFactory(File, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileInputStreamFactory
 
FileOutputStreamFactory - class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileOutputStreamFactory.
 
FileOutputStreamFactory(File, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileOutputStreamFactory
 
FileStorageFactory - class org.ozoneDB.core.storage.gammaStore.FileStorageFactory.
Abstract base class for storage factories that use files.
FileStorageFactory(Properties, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
As prescribed by the PropertyConfigurable interface.
FileStreamStorage - class org.ozoneDB.core.storage.gammaStore.FileStreamStorage.
 
FileStreamStorage(File) - Constructor for class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
FileStreamStorageFactory - class org.ozoneDB.core.storage.gammaStore.FileStreamStorageFactory.
 
FileStreamStorageFactory(Properties, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.FileStreamStorageFactory
 
FixHack - class org.ozoneDB.core.FixHack.
 
FixHack(TransactionID) - Constructor for class org.ozoneDB.core.FixHack
 
FixedSizeCache - class org.ozoneDB.core.storage.FixedSizeCache.
A cache with a fixed maximum number of objects in it.
FixedSizeCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.FixedSizeCache
 
FixedSizeCache.OurMap - class org.ozoneDB.core.storage.FixedSizeCache.OurMap.
 
FixedSizeCache.OurMap(int, float) - Constructor for class org.ozoneDB.core.storage.FixedSizeCache.OurMap
 
FixedSizeDelayCache - class org.ozoneDB.core.storage.FixedSizeDelayCache.
A cache with a fixed maximum number of objects in it.
FixedSizeDelayCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.FixedSizeDelayCache
 
ForkMessageWriter - class org.ozoneDB.tools.OPP.message.ForkMessageWriter.
 
ForkMessageWriter(MessageWriter) - Constructor for class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
FreeSpace - class org.ozoneDB.core.storage.gammaStore.FreeSpace.
 
FreeSpace(int, int, int) - Constructor for class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
FreeSpaceManager - class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager.
 
FreeSpaceManager() - Constructor for class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
FreeSpaceManager(Properties, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
As prescribed by the PropertyConfigurable interface.
fLog - Static variable in class test.args.ArgsImpl
log4j logger
fLog - Static variable in class test.simple.AutoImpl
log4j logger
fLog - Static variable in class test.simple.SimpleTest
log4j logger
fLog - Static variable in class test.tx.GroupImpl
log4j logger
factory - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
fatalError(Object, String, Exception) - Method in class org.ozoneDB.core.Env
Fires an error message and exits the VM
fetchTable() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
fetchedTable() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
file - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
file - Variable in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
file - Variable in class org.ozoneDB.tools.OPP.message.command.LocationWarningCommand
 
fileHandle() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
fillObjectSpace() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
filling - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache.Item
 
filling - Variable in class org.ozoneDB.core.storage.SoftReferenceCache.Item
 
filling - Variable in class org.ozoneDB.core.storage.WeakReferenceCache.Item
 
filterAndApplyArgs(String[]) - Method in class org.ozoneDB.tools.BenchmarkThread
 
filterAndApplyArgs(String[]) - Method in class org.ozoneDB.tools.ChartCanvas
 
filterInterface - Variable in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
finalize() - Method in class org.ozoneDB.DxLib.DxDiskHashCompatible
 
finalize() - Method in class org.ozoneDB.core.Transaction
 
finalize() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
finalize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
finalize() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
finalize() - Method in class test.simple.GarageImpl
 
finalizeTarget() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
findClass(String) - Method in class org.ozoneDB.core.OzoneClassLoader
 
findDepth(File, int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
findFreeSpace(int) - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
Returns a block of free space in a cluster when there is free space that is equal or grater than the specified size and smaller or equal to the specified size plus getMaxSizeDifference().
findNodeKey(Object) - Method in class org.ozoneDB.DxLib.DxBBnode
 
findNodeObject(Object) - Method in class org.ozoneDB.DxLib.DxBBnode
 
findProxies(Object, DxDeque) - Method in class org.ozoneDB.core.DbRemote.DbCacheChunk
Recursivly search the specified object and put all found OzoneProxies in the specified deque.
findRemoteInterfaces(String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
firstRightParent(DxBBnode) - Method in class org.ozoneDB.DxLib.DxBBIterator
 
flushCache() - Method in class org.ozoneDB.core.OzoneClassLoader
 
flushMethodCache() - Static method in class org.ozoneDB.core.AbstractObjectContainer
 
flush_line() - Method in class org.ozoneDB.util.MimeBase64Encoder
 
fontColor - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
freeMemory() - Method in class org.ozoneDB.core.Env
Return the amount of *total* free memory in the system.
freeSpace(long) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
freeSpaces - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 

G

GAMMASTORE_BASE - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
GENERALINDEXNODECACHE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
GROUP_TABLE - Static variable in class org.ozoneDB.core.UserManager
 
GUI - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
aktuelle GUI-einstellung
GZIPStreamFactory - class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory.
Factory that creates streams that read/write to other streams via a GZIP stream.
GZIPStreamFactory(Properties, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory
As prescribed by the PropertyConfigurable interface.
GammaContainer - class org.ozoneDB.core.storage.gammaStore.GammaContainer.
 
GammaContainer(ObjectID, GammaStore) - Constructor for class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
GammaObjectInputStream - class org.ozoneDB.core.storage.gammaStore.GammaObjectInputStream.
 
GammaObjectInputStream(InputStream, ObjectStreamClasses) - Constructor for class org.ozoneDB.core.storage.gammaStore.GammaObjectInputStream
 
GammaObjectOutputStream - class org.ozoneDB.core.storage.gammaStore.GammaObjectOutputStream.
 
GammaObjectOutputStream(OutputStream, ObjectStreamClasses) - Constructor for class org.ozoneDB.core.storage.gammaStore.GammaObjectOutputStream
 
GammaStore - class org.ozoneDB.core.storage.gammaStore.GammaStore.
 
GammaStore(Properties) - Constructor for class org.ozoneDB.core.storage.gammaStore.GammaStore
ozoneDB.gammaStore.numConfigs=1 ozoneDB.gammaStore.0.clusterFactory=org.ozoneDB.core.gammaStore.RandomAccessFileCluster.Factory ozoneDB.gammaStore.0.maxClusterSize=65536 ozoneDB.gammaStore.0.streamFactory=org.ozoneDB.core.gammaStore.GZIPStreamFactory ozoneDB.gammaStore.containerCache=org.ozoneDB.core.gammaStore.SoftReferenceCache While not yet supported there is a possiblility to have multiple configurations.
GammaStore(Env) - Constructor for class org.ozoneDB.core.storage.gammaStore.GammaStore
 
GammaTransaction - class org.ozoneDB.core.storage.gammaStore.GammaTransaction.
 
GammaTransaction(GammaStore, StorageFactory, Env, User) - Constructor for class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
Garage - interface test.simple.Garage.
 
GarageImpl - class test.simple.GarageImpl.
 
GarageImpl() - Constructor for class test.simple.GarageImpl
 
GarbageCollector - class org.ozoneDB.core.GarbageCollector.
Marks reachable objects and sweeps unreachable objects.
GarbageCollector(Env) - Constructor for class org.ozoneDB.core.GarbageCollector
Creates a new garbage collector.
GarbageCollector.GarbageCollectorProxyObjectIdentificationObjectOutputStream - class org.ozoneDB.core.GarbageCollector.GarbageCollectorProxyObjectIdentificationObjectOutputStream.
ObjectOutputStream which servers as an intra ObjectContainer object-graph-walker to detect all OzoneProxy instances an OzoneObject does refer.
GarbageCollector.GarbageCollectorProxyObjectIdentificationObjectOutputStream() - Constructor for class org.ozoneDB.core.GarbageCollector.GarbageCollectorProxyObjectIdentificationObjectOutputStream
 
GcListeningDelayCache - class org.ozoneDB.core.storage.GcListeningDelayCache.
 
GcListeningDelayCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.GcListeningDelayCache
 
GcListeningDelayCache.GcIndicatorThread - class org.ozoneDB.core.storage.GcListeningDelayCache.GcIndicatorThread.
Is woken up every time the gc has completed a run, or is in the process of a run.
GcListeningDelayCache.GcIndicatorThread() - Constructor for class org.ozoneDB.core.storage.GcListeningDelayCache.GcIndicatorThread
 
GcListeningDelayCache.Item - class org.ozoneDB.core.storage.GcListeningDelayCache.Item.
 
GcListeningDelayCache.Item(Object) - Constructor for class org.ozoneDB.core.storage.GcListeningDelayCache.Item
 
Group - class org.ozoneDB.core.Group.
This class represent an ozone user group.
Group() - Constructor for class org.ozoneDB.core.Group
 
Group(String, int) - Constructor for class org.ozoneDB.core.Group
 
Group - interface test.tx.Group.
 
GroupImpl - class test.tx.GroupImpl.
 
GroupImpl() - Constructor for class test.tx.GroupImpl
 
g1 - Variable in class test.deadlocks.AccessThread
 
g2 - Variable in class test.deadlocks.AccessThread
 
gammaStore - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
gammaStore - Variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
garbageCollectionLevel - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
The garbage collection level of this ObjectContainer.
garbageCollectionLevel - Variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
The garbage collection level of this ObjectContainer.
garbageCollectionLevel - Variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
The garbage collection level of this ObjectContainer.
garbageCollectionLevelsLock - Variable in class org.ozoneDB.core.GarbageCollector
This is the lock that everybody has to be synchronized to in order to be able to access any garbageCollectionLevel in any object within this database.
garbageCollectionThread - Variable in class org.ozoneDB.core.GarbageCollector
The thread which actually does the work.
garbageCollector - Variable in class org.ozoneDB.core.Env
 
garbageCollector - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
The garbage collector.
garbageCollector - Variable in class org.ozoneDB.core.storage.magicStore.MagicStore
The garbage collector.
garbageCollector - Variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
The garbage collector.
garbageCollectorToBeNotifiedOfExportedReferences - Variable in class org.ozoneDB.core.DbRemote.ProxyObjectGate
 
garbageCollectorUser - Static variable in class org.ozoneDB.core.UserManager
The User object of the GarbageCollector.
gcIndicator - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache
gets cleared every time the jvm gc runs
gcIndicatorThread - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
gcQueue - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
genListener - Variable in class org.ozoneDB.tools.OPP.ImplManipulator
 
genListener - Variable in class org.ozoneDB.tools.OPP.OPPTask
 
genListener - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
 
generalNodeCache - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
holds most index nodes
generate(Collection, boolean) - Method in class org.ozoneDB.tools.OPP.OPP
 
generateFactory - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
generateOcd - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
generateProxy - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
get() - Method in interface org.ozoneDB.core.storage.AbstractReferenceCache.KeyedReference
 
get(Object) - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
get(Object) - Method in interface org.ozoneDB.core.storage.Cache
Returns the object in this cache for the given key.
get(Object) - Method in class org.ozoneDB.core.storage.DelayCache
 
get(Object) - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
get(Object) - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
Returns the task that was put into this instance with the specified key.
getAll() - Method in interface test.simple.Garage
 
getAll() - Method in class test.simple.GarageImpl
 
getAll() - Method in interface test.tx.Group
 
getAll() - Method in class test.tx.GroupImpl
 
getArguments(Collection) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
getArguments(String, Collection) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
Returns command line arguments from the compiler settings.
getArguments() - Method in class org.ozoneDB.tools.OPP.compiler.CompilerException
 
getArrays() - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ArrayOutputStreamFactory
 
getBackupNodeCache() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getBranchNodeMergeReach() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getBranchNodeMergeSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getByteArray() - Method in class org.ozoneDB.util.MimeBase64Decoder
 
getCallStack() - Method in class org.ozoneDB.core.FixHack
 
getCallStack() - Method in class org.ozoneDB.core.Transaction
 
getCharArray() - Method in class org.ozoneDB.util.MimeBase64Encoder
 
getChildNodeId(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
Returns the id of a child node of this node, containing the specified object id.
getClassForType(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
getClassName() - Method in class org.ozoneDB.core.xml.ObjElement
 
getClassNames(Class[]) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
getClasspath() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
getCluster() - Method in class org.ozoneDB.core.storage.StorageObjectContainer
 
getCluster() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
getClusterId() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
getCompilerInstance(File, File) - Static method in class org.ozoneDB.tools.OPP.OPPCompilerFactory
 
getComplexProxy() - Method in interface test.args.Args
 
getComplexProxy() - Method in class test.args.ArgsImpl
 
getConfiguredClassLoader() - Method in class org.ozoneDB.tools.OPP.OPPTask
 
getContainer(ContainerLocation) - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
getContainerCache() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
getContainerCache() - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
getContainerLocation(int) - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
getContainerLocation(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
getContainerLocation(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getContainerLocationLoc() - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
getContainerNames() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
getCurrentDatabase() - Static method in class org.ozoneDB.core.AbstractObjectContainer
 
getCurrentKey() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
getCurrrentTransaction() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
getDataFile(int) - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
getDataFileId() - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
getDataFiles() - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
getDatabase() - Method in class org.ozoneDB.core.Env
 
getDatabaseDir() - Method in class org.ozoneDB.core.Env
 
getDeadlockWaitTimeMaximum() - Method in class org.ozoneDB.core.FixHack
 
getDeadlockWaitTimeMaximum() - Method in class org.ozoneDB.core.Transaction
 
getDefaultValue() - Method in class org.ozoneDB.core.storage.PropertyInfo
 
getDelay() - Method in class org.ozoneDB.core.storage.DelayCache
 
getDeleter() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getDescription() - Method in class org.ozoneDB.core.storage.PropertyInfo
 
getDirectory() - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
getDirtyNodeCache() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getEntries() - Method in class org.ozoneDB.core.storage.DelayCache
 
getEnv() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
getErrors() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
getExampleValues() - Method in class org.ozoneDB.core.storage.PropertyInfo
 
getFile() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
getFile(String) - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
getFileForFilename(String) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
Computes a File object which represents the DxDiskSubTable file denoted by the given filename.
getFileName(String) - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
getGammaStore() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
getGammaStore() - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
getGarbageCollectionLevel() - Method in interface org.ozoneDB.core.ObjectContainer
Returns the garbageCollectionLevel this ObjectContainer has reached due to (not) calling ObjectContainer.ensureGarbageCollectionLevel(int).
getGarbageCollectionLevel() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
Returns the garbageCollectionLevel this ObjectContainer has reached due to (not) calling AdminObjectContainer.ensureGarbageCollectionLevel(int).
getGarbageCollectionLevel() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Returns the garbageCollectionLevel this ObjectContainer has reached due to (not) calling ClassicObjectContainer.ensureGarbageCollectionLevel(int).
getGarbageCollectionLevel() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
Returns the garbageCollectionLevel this ObjectContainer has reached due to (not) calling GammaContainer.ensureGarbageCollectionLevel(int).
getGarbageCollectionLevel() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
Returns the garbageCollectionLevel this ObjectContainer has reached due to (not) calling MagicObjectContainer.ensureGarbageCollectionLevel(int).
getGarbageCollectionLevel() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Returns the garbageCollectionLevel this ObjectContainer has reached due to (not) calling WizardObjectContainer.ensureGarbageCollectionLevel(int).
getGarbageCollector() - Method in class org.ozoneDB.core.Env
 
getGarbageCollector() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
getGarbageCollectorUser() - Method in class org.ozoneDB.core.UserManager
Returns the User object of the GarbageCollector.
getGeneralNodeCache() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
Keep in mind that dirty nodes may also be in this cache.
getHandle(ObjectStreamClass) - Method in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
Gives the handle for a particular ObjectStreamClass.
getHeight() - Method in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
getHighThreshold() - Method in class org.ozoneDB.core.storage.GcListeningDelayCache
 
getID() - Method in class org.ozoneDB.core.User
 
getID(Object) - Method in class org.ozoneDB.core.xml.Object2XML
GetId gets the reference/address of the Object.
getId() - Method in class org.ozoneDB.core.xml.ObjElement
 
getId() - Method in class org.ozoneDB.core.xml.ValueArrayElement
 
getId() - Method in class org.ozoneDB.core.xml.ValueElement
 
getId() - Method in class org.ozoneDB.core.xml.ValueObjElement
 
getIndexManager() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns the index manager that is 'managing' this tree.
getInstance(String) - Static method in class org.ozoneDB.util.OzoneLogger
 
getInstance() - Static method in class org.ozoneDB.util.SimpleLogWriter
 
getInterfaces(String) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassQuery
 
getInterfaces(String) - Method in class org.ozoneDB.tools.OPP.srcgen.query.ReflectionClassQuery
 
getInvokeServer() - Method in class org.ozoneDB.core.Env
 
getKey() - Method in interface org.ozoneDB.core.storage.AbstractReferenceCache.KeyedReference
 
getKey() - Method in class org.ozoneDB.core.storage.PropertyInfo
 
getKey() - Method in class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference
 
getKey() - Method in class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference
 
getKey(int) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns the key found at the specified location.
getKey(int) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns the key found at the specified location.
getKeyPos(long) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns a handle to the given value.
getKeyPos(long) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns a handle to the given value.
getKeyPosOrNearestGreater(long) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns a handle to the given key, or, if that key does not exist, to the smallest key larger than specified key.
getKeyPosOrNearestGreater(long) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns a handle to the given key, or, if that key does not exist, to the smallest key larger than specified key.
getKeyPosOrNearestSmaller(long) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns a handle to the given key, or, if that key does not exist, to the largest key smaller than specified key.
getKeyPosOrNearestSmaller(long) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns a handle to the given key, or, if that key does not exist, to the largest key smaller than specified key.
getKeysToEntries() - Method in class org.ozoneDB.core.storage.DelayCache
 
getLayoutAlignmentX(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Returns the alignment along the y axis.
getLeafNode(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getLeafNodeMergeDistance() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getLeafNodeMergeReach() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getLeafNodeMergeThreshhold() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getLocalClientTracker() - Method in class org.ozoneDB.core.Env
 
getLocation() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
getLocker() - Method in class org.ozoneDB.core.ExclusiveLock
 
getLogStorage() - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
getLogWriter() - Method in class org.ozoneDB.core.Env
 
getLogger(String) - Static method in class org.ozoneDB.util.OzoneLogger
 
getLowThreshold() - Method in class org.ozoneDB.core.storage.GcListeningDelayCache
 
getMagicStore() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
getManager() - Method in class org.ozoneDB.core.FixHack
 
getManager() - Method in class org.ozoneDB.core.Transaction
 
getMap() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
getMap() - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
getMap() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
getMaxBranchNodeSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getMaxCapacity() - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
getMaxCapacity() - Method in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
getMaxFreeSpaceSizeDifference() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
getMaxKey() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
 
getMaxLeafNodeSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getMaxObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
getMaxObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
Will enter in endless recursion if empty and next node is also empty; when a node becomes empty it will remove itself from the tree, so this is not a problem.
getMaxObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns the maximum object id that can be found be in this node
getMaxOpenDataFiles() - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
getMaxPos() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
 
getMaxSize() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
getMaxSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getMember(Object, Class) - Method in class org.ozoneDB.core.xml.Object2XML
GetMember gets the informations (name/type/value) of all members (private and protected too) !!
getMethodIndex(String, ClassBuilder.Parameter[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
getMinKey() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
 
getMinObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
getMinObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
getMinObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns the minimum object id that can be found be in this node
getMinPos() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
 
getMinSleepTime() - Method in class org.ozoneDB.core.storage.DelayCache
 
getMode() - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
getModifiedNames(File, Collection, String) - Method in class org.ozoneDB.tools.OPP.OPP
 
getModifier() - Method in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
getName() - Method in class org.ozoneDB.core.xml.MemberElement
 
getName() - Method in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
getNewClusterId() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
getNewPosition() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
getNewestLeafNode() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getNextNode() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getNextNodeId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getNode(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
Returns the specified index node from the cache, or from disk.
getNodeCacheSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getNodeFromCaches(Long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getNodeId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getNodeId(int) - Method in class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 
getNodeIdCounter() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getNodeIdLoc() - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
getNodeSerializer() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getObject() - Method in class org.ozoneDB.core.xml.ObjElement
 
getObject() - Method in class org.ozoneDB.core.xml.SuperclassElement
 
getObject() - Method in class org.ozoneDB.core.xml.ValueObjElement
 
getObject() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
getObjectId() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
getObjectStreamClass(int) - Method in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
Retrieves the ObjectStreamClass given its handle.
getObjectStreamClasses() - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
getOldClusterId() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
getOldPosition() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
getOrigTypeName() - Method in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
The original string representation of the parameter.
getOutputPath() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
getOzoneObjectId() - Method in class org.ozoneDB.core.xml.ObjElement
 
getOzoneObjectName() - Method in class org.ozoneDB.core.xml.ObjElement
 
getParameters(Class[]) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
getParentNode() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getParentNodeId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getPatterns() - Static method in class org.ozoneDB.tools.OIG
 
getPosition() - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
getPrefix() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
getPrefix() - Method in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
getPrefix() - Method in interface org.ozoneDB.core.storage.PropertyConfigurable
 
getPrefix() - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
getPrefix() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
getPrefix() - Method in class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory
 
getPrefix() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getPrefix() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
getPrefix() - Method in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
getPrevNode() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getPrevNodeId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.DelayCache
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
getPropertyInfos() - Method in interface org.ozoneDB.core.storage.PropertyConfigurable
Returns a Collection with all the properties this instance supports.
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
Implementing classes should override this method, call super and add their own specific properties.
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
getPropertyInfos() - Method in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
getProxy() - Method in interface test.args.Args
 
getProxy() - Method in class test.args.ArgsImpl
 
getProxyObjectGate() - Method in class org.ozoneDB.core.DbRemote.DbCommand
Returns database client proxy object gate which proxy objects leaving the database must be signed on.
getProxyObjectGate() - Method in class org.ozoneDB.core.DbRemote.DbInvokeClient
Returns the ProxyObjectGate for this Client.
getProxyObjectGate() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
Returns the ProxyObjectGate for this Client.
getRefObj() - Method in class org.ozoneDB.core.xml.RefElement
 
getReferenceQueue() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
getRootNode() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getSize() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
getSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
Returns the number of container locations in this instance.
getSizeComparator() - Static method in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
getSourcePath() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
getSourcecodeClassName(String) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
Returns the name of the class in the way it is used within resolver code.
getStack() - Method in class org.ozoneDB.core.xml.HashtableContentHandler
This method returns the stack.
getStartTime() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
getState() - Method in class org.ozoneDB.core.Env
 
getStatus() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
getStorable() - Method in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
getStorageFactory() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getStorageName() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returnes the filename that this node can be saved to, or to be more precise: the name that can be used by a StorageFactory to create a unique Storable.
getStorageName() - Method in interface org.ozoneDB.core.storage.gammaStore.Storable
 
getStoreManager() - Method in class org.ozoneDB.core.Env
 
getStrValue() - Method in class org.ozoneDB.core.xml.ValueElement
 
getStreamFactory() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
getSubdirectoryCount() - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
getSubdirectoryDepth() - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
getSummaryListener() - Method in class org.ozoneDB.tools.OPP.OPPBean
 
getSuperclass() - Method in class org.ozoneDB.core.xml.SuperclassElement
 
getSynchronizer() - Method in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
getSynchronizer() - Method in interface org.ozoneDB.core.storage.TrimmingCache
 
getTarget() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
getTotalTime() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
getTransactionManager() - Method in class org.ozoneDB.core.Env
 
getTrimHandler() - Method in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
getTrimHandler() - Method in interface org.ozoneDB.core.storage.TrimmingCache
 
getTxStorageFactory() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
getType() - Method in class org.ozoneDB.core.xml.SuperclassElement
 
getType() - Method in class org.ozoneDB.core.xml.ValueArrayElement
 
getType() - Method in class org.ozoneDB.core.xml.ValueElement
 
getType() - Method in class org.ozoneDB.core.xml.ValueObjElement
 
getType() - Method in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
getTypes(ClassBuilder.Parameter[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
getUser() - Method in class org.ozoneDB.core.DbRemote.DbInvokeClient
 
getUserManager() - Method in class org.ozoneDB.core.Env
 
getValue(Object, Class) - Method in class org.ozoneDB.core.xml.Object2XML
GetValue gets the value of the certain member.
getValueType() - Method in class org.ozoneDB.core.storage.PropertyInfo
 
getWarnings() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
getWidth() - Method in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
getWriteLockingTransactionID() - Method in class org.ozoneDB.core.MROWLock
 
getWriter() - Method in class org.ozoneDB.tools.OPP.message.command.AbstractMessageCommand
 
getX() - Method in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
getY() - Method in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
giveMeAnUnlockedCluster(Permissions) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Returns or creates a cluster which is not locked so that locking it will succeed.
giveMeAnUnlockedCluster(Permissions) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Returns or creates a cluster which is not locked so that locking it will succeed.
gradient(Color, Color, int) - Static method in class org.ozoneDB.core.monitor.StorageCanvas
 
gradientColors - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
gradientSteps - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
grandParent - Variable in class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
grandParent - Variable in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
grandParent - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
group - Variable in class test.tx.TxTest
 
groupForID(int) - Method in class org.ozoneDB.core.UserManager
 
groupForId(int) - Method in interface org.ozoneDB.core.admin.Admin
 
groupForId(int) - Method in class org.ozoneDB.core.admin.AdminImpl
 
groupForName(String) - Method in class org.ozoneDB.core.UserManager
 
groupForName(String) - Method in interface org.ozoneDB.core.admin.Admin
 
groupForName(String) - Method in class org.ozoneDB.core.admin.AdminImpl
 
groupLock() - Method in class org.ozoneDB.core.Permissions
 
groupRead() - Method in class org.ozoneDB.core.Permissions
 
groupTable - Variable in class org.ozoneDB.core.UserManager
All currently known groups.
groupsOfUser(User) - Method in class org.ozoneDB.core.UserManager
 
growingCluster(Permissions, MagicTransaction) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
growingCluster(Permissions) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
growingClusterIDs - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
Table that maps Permissions to ClusterIDs.
growingClusterIDs - Variable in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Table that maps Permissions to ClusterIDs.

H

HASHTABLE_INIT_SIZE - Static variable in class org.ozoneDB.core.Transaction
 
HIGHTHRESHOLD - Static variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
HashtableContentHandler - class org.ozoneDB.core.xml.HashtableContentHandler.
This class handles a special part of the XML and transform it into an Hashtable.
HashtableContentHandler() - Constructor for class org.ozoneDB.core.xml.HashtableContentHandler
 
HashtableContentHandler(Locator, Hashtable) - Constructor for class org.ozoneDB.core.xml.HashtableContentHandler
 
handle - Variable in class org.ozoneDB.core.DbRemote.DbObjForHandle
 
handleClientEvent(DxMultiServerClient, Object) - Method in class org.ozoneDB.DxLib.net.DxMultiServer
diese methode wird aufgerufen, wenn an der verbindung client daten anliegen; muss ueberschrieben werden, um das applications spezifische verhalten zu bestimmen
handleClientEvent(DxMultiServerClient, Object) - Method in class org.ozoneDB.core.InvokeServer
 
handleClientException(DxMultiServerClient, Exception) - Method in class org.ozoneDB.DxLib.net.DxMultiServer
 
handleClientException(DxMultiServerClient, Exception) - Method in class org.ozoneDB.core.InvokeServer
 
handleCommand(DbCommand, DbInvokeClient) - Method in class org.ozoneDB.core.TransactionManager
Handle the specified command on behalf of the current thread/transaction.
handleCommand(DbCommand, User) - Method in class org.ozoneDB.core.TransactionManager
Handle the specified command on behalf of the current thread/transaction.
handleEvent(Object) - Method in class org.ozoneDB.DxLib.net.DxAsyncClient
 
handleMemberEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleMemberEndElement gets the finished MemberElement and the value from the stack and put it in the object.
handleMemberStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleMemberStartElement creates a MemberElement and put it the stack.
handleObjEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleObjEndElement gets the finished Object from the stack.
handleObjStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleObjStartElement creates a new object and put it in the stack.
handleObject(ObjElement) - Method in class org.ozoneDB.core.admin.BackupRestore
This method is inherited from XML2ObjectDelegate.
handleObject(ObjElement) - Method in class org.ozoneDB.core.xml.TestXML2Object
 
handleObject(ObjElement) - Method in interface org.ozoneDB.core.xml.XML2ObjectDelegate
 
handleOzoneProxyMember(String, OzoneProxy) - Method in class org.ozoneDB.core.xml.Object2XML
This methode handles an OzoneProxy member.
handleOzoneProxyMember(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
This methode handles an OzoneProxy member.
handleSuperclassEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleSuperclassEndElement pop the superclass in the stack.
handleSuperclassStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleSuperclassStartElement creates a SuperclassElement and put into the stack.
handleToLast - Variable in class org.ozoneDB.core.storage.gammaStore.Loc
 
handleToLast - Variable in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
handleToOsc - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
handleValueArrayEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleValueArrayEndElement joins the values to an array.
handleValueArrayStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleValueArrayStartElement creates a ValueArrayElement and put it in the stack.
handleValueEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleValueEndElement gets the ValueElement from the stack.
handleValueObjEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
handleValueObjStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleValueObjStartElement creates a ValueObjElement and put it in the stack.
handleValueStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleValueStartElement creates a ValueElement and put it the stack.
handleValues(char[], int, int) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method handleValues gets the ValueElement from the stack.
hasChanged - Variable in class org.ozoneDB.core.ServerComponent
 
hasChanged() - Method in class org.ozoneDB.core.ServerComponent
 
hasChanged() - Method in class org.ozoneDB.core.SharedLock
 
hasChanged() - Method in class org.ozoneDB.util.EnhProperties
 
hasSameClusterAs(MagicObjectContainer) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
hasSameClusterAs(WizardObjectContainer) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
hasTarget(int) - Method in interface org.ozoneDB.util.LogWriter
This method allows to quickly find out if there is any log target that would receive entries of the specified level.
hasTarget(int) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
This method allows to quickly find out if there is any log target that would receive entries of the specified level.
hasTarget(int) - Method in class org.ozoneDB.util.SimpleLogWriter
This method allows to quickly find out if there is any log target that would receive entries of the specified level.
hashCode() - Method in class org.ozoneDB.DxLib.DxBoolean
 
hashCode() - Method in class org.ozoneDB.DxLib.DxDouble
 
hashCode() - Method in class org.ozoneDB.DxLib.DxInteger
 
hashCode() - Method in class org.ozoneDB.DxLib.DxLong
 
hashCode() - Method in class org.ozoneDB.DxLib.DxString
 
hashCode() - Method in class org.ozoneDB.core.MethodKey
 
hashCode() - Method in class org.ozoneDB.core.ObjectID
 
hashCode() - Method in class org.ozoneDB.core.Permissions
 
hashCode() - Method in class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference
 
hashCode() - Method in class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference
 
hashCode() - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
hashEndStack - Variable in class org.ozoneDB.core.xml.HashtableContentHandler
 
hashKey(int) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
hashMask - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
hashMask() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
hashMaskShift - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
head() - Method in class org.ozoneDB.DxLib.DxListBag
 
head() - Method in interface org.ozoneDB.DxLib.DxListCollection
 
head - Variable in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
head and tail of the double linked list
headColor - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
height - Variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
The height of the component or -1 if the component's preferred height should be used
helpText() - Static method in class org.ozoneDB.tools.BenchmarkThread
 
helpText() - Static method in class org.ozoneDB.tools.ChartCanvas
 
highThreshold - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
hm - Variable in class org.ozoneDB.DxLib.DxDiskHashIterator
 
ht - Variable in class org.ozoneDB.DxLib.DxHashIterator
 
ht - Variable in class org.ozoneDB.DxLib.DxHashMap
 
ht - Variable in class org.ozoneDB.DxLib.DxHashSet
 

I

IDTable - class org.ozoneDB.core.storage.magicStore.IDTable.
 
IDTable(String, int, int, int[]) - Constructor for class org.ozoneDB.core.storage.magicStore.IDTable
 
IDTable - class org.ozoneDB.core.storage.wizardStore.IDTable.
 
IDTable(String, int, int, int[]) - Constructor for class org.ozoneDB.core.storage.wizardStore.IDTable
 
IDTableChange - class org.ozoneDB.core.storage.magicStore.IDTableChange.
 
IDTableChange(ObjectID, ClusterID, int) - Constructor for class org.ozoneDB.core.storage.magicStore.IDTableChange
 
IDTableChange - class org.ozoneDB.core.storage.wizardStore.IDTableChange.
 
IDTableChange(ObjectID, ClusterID, int) - Constructor for class org.ozoneDB.core.storage.wizardStore.IDTableChange
 
IDTableNodeBranch - class org.ozoneDB.core.storage.magicStore.IDTableNodeBranch.
Knoten mit referenz auf eine subTable ohne eigenen schluessel und ohne eigene daten
IDTableNodeBranch(IDTable) - Constructor for class org.ozoneDB.core.storage.magicStore.IDTableNodeBranch
 
IDTableNodeBranch - class org.ozoneDB.core.storage.wizardStore.IDTableNodeBranch.
Knoten mit referenz auf eine subTable ohne eigenen schluessel und ohne eigene daten
IDTableNodeBranch(IDTable) - Constructor for class org.ozoneDB.core.storage.wizardStore.IDTableNodeBranch
 
IDTableNodeLeaf - class org.ozoneDB.core.storage.magicStore.IDTableNodeLeaf.
This extension of the DxDiskHashNodeLeaf class assumes that the key and data member of the stored DxKayData pairs are ObjectIDs.
IDTableNodeLeaf(DxDiskHashMap) - Constructor for class org.ozoneDB.core.storage.magicStore.IDTableNodeLeaf
 
IDTableNodeLeaf - class org.ozoneDB.core.storage.wizardStore.IDTableNodeLeaf.
This extension of the DxDiskHashNodeLeaf class assumes that the key and data member of the stored DxKayData pairs are ObjectIDs.
IDTableNodeLeaf(DxDiskHashMap) - Constructor for class org.ozoneDB.core.storage.wizardStore.IDTableNodeLeaf
 
ID_TABLE_NAME - Static variable in class org.ozoneDB.core.storage.magicStore.MagicStore
 
ID_TABLE_NAME - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
IMPLNAME_POSTFIX - Static variable in interface org.ozoneDB.core.ObjectContainer
 
INDEXNODENAMESUFFIX - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
used for StorageFactory instances
INDEXNODESTORAGEFACTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
INDEXNODESTREAMFACTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
INDEXSTREAMFACTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
INFO - Static variable in interface org.ozoneDB.util.LogWriter
 
INFO_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than warn
INITIALCAPACITY - Static variable in class org.ozoneDB.core.storage.DelayCache
 
INITIALCAPACITY - Static variable in class org.ozoneDB.core.storage.FixedSizeCache
 
INTERNAL - Static variable in class org.ozoneDB.core.TransactionError
 
IODevice - interface org.ozoneDB.tools.IODevice.
IODevice is a thing where a CommandExecute can output its messages and get input from.
ImplManipulator - class org.ozoneDB.tools.OPP.ImplManipulator.
Helper class that is responsible for all operations that are done on the byte code of class files.
ImplManipulator(String, MessageWriter, ClassLoader) - Constructor for class org.ozoneDB.tools.OPP.ImplManipulator
 
IndexBranchNode - class org.ozoneDB.core.storage.gammaStore.IndexBranchNode.
 
IndexBranchNode(IndexManager) - Constructor for class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
Creates a branch node; created node places itself in the index managers cache, but is not yet connected to any other nodes.
IndexLeafNode - class org.ozoneDB.core.storage.gammaStore.IndexLeafNode.
 
IndexLeafNode(IndexManager) - Constructor for class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
IndexManager - class org.ozoneDB.core.storage.gammaStore.IndexManager.
Takes care of storing and caching all object locations.
IndexManager(Properties, String, boolean) - Constructor for class org.ozoneDB.core.storage.gammaStore.IndexManager
initialize if true preform a full (re)initialization, if false, tries to read config.
IndexNode - class org.ozoneDB.core.storage.gammaStore.IndexNode.
Index nodes are the nodes that make up the tree used for storing information on where objects can be found (cluster + location).
IndexNode(IndexManager) - Constructor for class org.ozoneDB.core.storage.gammaStore.IndexNode
Constructor for an index node.
InfoCommand - class org.ozoneDB.tools.OPP.message.command.InfoCommand.
 
InfoCommand(MessageWriter, String) - Constructor for class org.ozoneDB.tools.OPP.message.command.InfoCommand
 
InputStreamFactory - interface org.ozoneDB.tools.OPP.srcgen.streamfactory.InputStreamFactory.
 
Install - class org.ozoneDB.tools.Install.
 
Install() - Constructor for class org.ozoneDB.tools.Install
 
InternalJavaCompiler - class org.ozoneDB.tools.OPP.compiler.InternalJavaCompiler.
 
InternalJavaCompiler() - Constructor for class org.ozoneDB.tools.OPP.compiler.InternalJavaCompiler
 
InvokeServer - class org.ozoneDB.core.InvokeServer.
 
InvokeServer(Env, int) - Constructor for class org.ozoneDB.core.InvokeServer
 
id - Variable in class org.ozoneDB.core.DbRemote.DbProxyDeath
 
id - Variable in class org.ozoneDB.core.Group
 
id() - Method in class org.ozoneDB.core.Group
 
id() - Method in interface org.ozoneDB.core.ObjectContainer
 
id - Variable in class org.ozoneDB.core.User
 
id() - Method in class org.ozoneDB.core.User
 
id() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
id() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
id - Variable in class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
id() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
id - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
id() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
id() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
id - Variable in class org.ozoneDB.core.xml.ObjElement
The id of the obj.
id - Variable in class org.ozoneDB.core.xml.ValueArrayElement
The id of the array.
id - Variable in class org.ozoneDB.core.xml.ValueElement
The id of the value.
id - Variable in class org.ozoneDB.core.xml.ValueObjElement
The id of the valueObj.
idBorder - Variable in class org.ozoneDB.core.KeyGenerator
 
idCount - Variable in class org.ozoneDB.core.KeyGenerator
 
idGroupTable - Variable in class org.ozoneDB.core.UserManager
All currently known groups.
idRange - Variable in class org.ozoneDB.core.KeyGenerator
 
idTable - Variable in class org.ozoneDB.core.storage.classicStore.ClassicTransaction
 
idTable - Variable in class org.ozoneDB.core.storage.magicStore.MagicStore
Maps ObjectIDs to ClusterIDs
idTable - Variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
idTable - Variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
Maps ObjectIDs to ClusterIDs
idTable - Variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
idTableChanges - Variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
idTableChanges - Variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
idTableChanges_pop() - Method in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
idTableChanges_pop() - Method in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
idTableChanges_push(IDTableChange) - Method in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
idTableChanges_push(IDTableChange) - Method in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
idUserTable - Variable in class org.ozoneDB.core.UserManager
All currently known users.
idcount - Variable in class org.ozoneDB.core.admin.BackupRestore
 
identifyProxys(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector.GarbageCollectorProxyObjectIdentificationObjectOutputStream
 
ignorableWhitespace(char[], int, int) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
image - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
implementationClass - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
in - Variable in class org.ozoneDB.DxLib.net.DxClient
 
in - Variable in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
inUse - Variable in class org.ozoneDB.core.storage.gammaStore.Loc
 
inUse - Variable in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
incCurrentGarbageCollectorLevel() - Method in class org.ozoneDB.core.GarbageCollector
 
incErrors() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
incWarnings() - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
increaseDeadlockWaitTimeMaximum() - Method in class org.ozoneDB.core.FixHack
 
increaseDeadlockWaitTimeMaximum() - Method in class org.ozoneDB.core.Transaction
 
indent - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
indexManager - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
indexManager - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
Index manager this instance is in.
info(String) - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
info(String) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
info(String) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
info(String) - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
info(String) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
info(String) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
init(boolean) - Method in class org.ozoneDB.DxLib.net.DxAsyncClient
 
init() - Method in class org.ozoneDB.DxLib.net.DxClient
 
init(Env) - Method in interface org.ozoneDB.core.StoreManager
Aid constructor, because a store is instantiated with 'newInstance', where we've got no arguments.
init() - Method in class org.ozoneDB.core.admin.AdminImpl
 
init(Env) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
init() - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
init(Env) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
Aid constructor, because a store is instantiated with 'newInstance', where we've got no arguments.
init(Env) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
init(Env) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
init() - Method in class org.ozoneDB.tools.OO1BenchmarkApp
 
init(boolean, BenchmarkThread) - Method in class org.ozoneDB.tools.OO1BenchmarkApp
 
init(MessageWriter) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassBuilder
Initializes the builder for each new build.
init(MessageWriter) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
init(MessageWriter) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
init(MessageWriter) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
init(MessageWriter) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
init(MessageWriter) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
initLogs(String) - Method in class org.ozoneDB.core.Env
Initialize server logging.
initSetup() - Method in class org.ozoneDB.core.Env
Initialize the setup (state and config) of this server environment.
inputStream() - Method in class org.ozoneDB.DxLib.net.DxClient
 
inputStream() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
insert(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
insertAndDelete(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
insertAt(DxString, int) - Method in class org.ozoneDB.DxLib.DxString
 
insertAt(String, int) - Method in class org.ozoneDB.DxLib.DxString
 
insertAt(DxString, int, int) - Method in class org.ozoneDB.DxLib.DxString
 
insertAt(String, int, int) - Method in class org.ozoneDB.DxLib.DxString
 
insertAtIndex(Object, int) - Method in class org.ozoneDB.DxLib.DxArrayBag
Inserts the specified object as a component at the specified index.
insertAtIndex(Object, int) - Method in interface org.ozoneDB.DxLib.DxVector
 
insertNode(DxBBnode) - Method in class org.ozoneDB.DxLib.DxBBnode
 
insertObjects(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
instance - Static variable in class org.ozoneDB.util.SimpleLogWriter
 
intArrayProperty(String, int[]) - Method in class org.ozoneDB.util.EnhProperties
 
intProperty(String, int) - Method in class org.ozoneDB.util.EnhProperties
 
interceptInvocationPost(Transaction, ObjectContainer, Object) - Method in class org.ozoneDB.core.GarbageCollector
This method is called by Transactions to indicate that a method of the object callee was called by the transaction.
interceptInvocationPre(Transaction, ObjectContainer, Object[]) - Method in class org.ozoneDB.core.GarbageCollector
This method is called by Transactions to indicate that a method of the object callee will be called by the transaction.
interfaces - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
internalAbortTransaction(Transaction) - Method in class org.ozoneDB.core.GarbageCollector
 
internalCompleteTransaction(Transaction) - Method in class org.ozoneDB.core.GarbageCollector
 
internalEnsureDoneReachable(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Internally ensures that the given object is doneReachable.
internalEnsureSurelyReachable(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Internally ensures that the given object is at least surelyReachable.
internalFinishTransaction(Transaction) - Method in class org.ozoneDB.core.GarbageCollector
 
internalHashtable() - Method in interface org.ozoneDB.DxLib.DxHashCollection
 
internalHashtable() - Method in class org.ozoneDB.DxLib.DxHashMap
 
internalHashtable() - Method in class org.ozoneDB.DxLib.DxHashSet
 
internalTree() - Method in interface org.ozoneDB.DxLib.DxTreeCollection
 
internalTree() - Method in class org.ozoneDB.DxLib.DxTreeMap
 
internalTree() - Method in class org.ozoneDB.DxLib.DxTreeSet
 
internalVector() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
internalVector() - Method in interface org.ozoneDB.DxLib.DxVectorCollection
 
invalidateContainer(StorageObjectContainer) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
invalidateContainer(StorageObjectContainer) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
invalidateLayout(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invokeCount - Variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
invokeCount - Variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
invokeObject(ObjectID, String, String, Object[], int) - Method in class org.ozoneDB.core.FixHack
 
invokeObject(ObjectID, int, Object[], int) - Method in class org.ozoneDB.core.FixHack
 
invokeObject(ObjectID, String, String, Object[], int) - Method in class org.ozoneDB.core.Transaction
 
invokeObject(ObjectID, int, Object[], int) - Method in class org.ozoneDB.core.Transaction
 
invokeObject(ObjectID, String, String, Object[], int) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
invokeObject(ObjectID, int, Object[], int) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
invokeOnActivate() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
invokeOnActivate() - Method in interface org.ozoneDB.core.ObjectContainer
 
invokeOnActivate() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
invokeOnActivate() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
invokeOnPassivate() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
invokeOnPassivate() - Method in interface org.ozoneDB.core.ObjectContainer
 
invokeServer - Variable in class org.ozoneDB.core.Env
 
invokeTarget(Env, String, String, Object[]) - Method in class org.ozoneDB.core.AbstractObjectContainer
 
invokeTarget(Env, int, Object[]) - Method in class org.ozoneDB.core.AbstractObjectContainer
 
invokeTarget(Env, String, String, Object[]) - Method in interface org.ozoneDB.core.ObjectContainer
 
invokeTarget(Env, int, Object[]) - Method in interface org.ozoneDB.core.ObjectContainer
 
invokeTarget(Env, String, String, Object[]) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
invokeTarget(Env, String, String, Object[]) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
invokeTarget(Env, String, String, Object[]) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
invokeTarget(Env, String, String, Object[]) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
invoked - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
is3XThread() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
isAcquiredBy(Transaction) - Method in class org.ozoneDB.core.ExclusiveLock
 
isAcquiredBy(Transaction) - Method in interface org.ozoneDB.core.Lock
 
isAcquiredBy(Transaction) - Method in class org.ozoneDB.core.MROWLock
 
isAcquiredBy(Transaction) - Method in class org.ozoneDB.core.SharedLock
 
isAssignable(String, String) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassQuery
 
isAssignable(String, String) - Method in class org.ozoneDB.tools.OPP.srcgen.query.ReflectionClassQuery
 
isBlocked() - Method in class org.ozoneDB.core.FixHack
 
isBlocked() - Method in class org.ozoneDB.core.Transaction
Returns wether this locker is blocked.
isBlocked() - Method in interface org.ozoneDB.core.dr.Locker
Returns wether this locker is blocked.
isCleanShutdown() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Check if the ClusterStore was cleanly shutted down.
isCleanShutdown() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
isCleanShutdown() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Check if the ClusterStore was cleanly shutted down.
isCleanShutdown() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
isComponentStateChanged() - Method in class org.ozoneDB.core.Env
 
isCreated() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
isCreated() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
isCreated() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
isCreated() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
isDeadlockTA(Transaction) - Method in class org.ozoneDB.core.TransactionManager
Check if the given transaction should abort because of a deadlock.
isDeadlocked() - Method in class org.ozoneDB.core.FixHack
 
isDeadlocked() - Method in class org.ozoneDB.core.Transaction
 
isDeadlocked() - Method in interface org.ozoneDB.core.dr.Locker
 
isDebug() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
isDebug() - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
isDeleted() - Method in class org.ozoneDB.core.storage.StorageObjectContainer
 
isDeleted() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
isDeleted() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
isDeleted() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
isDeleted() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
isDeprecation() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
isDirty() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
isDirty() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Indicates if this node has changed since last call to write().
isDirtyTable(DxDiskSubTable) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
isDirtyTable(DxDiskSubTable) - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
isDirtyTable(DxDiskSubTable) - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxBBTree
 
isEmpty() - Method in interface org.ozoneDB.DxLib.DxCollection
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxHashMap
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxHashSet
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxListBag
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxTreeMap
 
isEmpty() - Method in class org.ozoneDB.DxLib.DxTreeSet
 
isEmpty() - Method in class org.ozoneDB.core.Group
 
isEnqueued() - Method in interface org.ozoneDB.core.storage.AbstractReferenceCache.KeyedReference
 
isFull() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns true if there is no more room for new elements, false otherwise
isFull(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns true if there is no more room for new elements after the specified number of elements were added, false otherwise
isGenerateFactory() - Method in class org.ozoneDB.tools.OPP.OPPBean
 
isGenerateOcd() - Method in class org.ozoneDB.tools.OPP.OPPBean
 
isGenerateProxy() - Method in class org.ozoneDB.tools.OPP.OPPBean
 
isInUse(int) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns true iff the given handle is in use
isInUse(int) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns true iff the given handle is in use
isInterface(String) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassQuery
 
isInterface(String) - Method in class org.ozoneDB.tools.OPP.srcgen.query.ReflectionClassQuery
 
isInvoked() - Method in class org.ozoneDB.core.storage.StorageObjectContainer
 
isInvoked() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
isInvoked() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
isInvoked() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
isInvoked() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
isInvoked() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
isInvoked() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
isLeaf() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
isLess(DxCompatible) - Method in class org.ozoneDB.DxLib.DxBoolean
 
isLess(DxCompatible) - Method in interface org.ozoneDB.DxLib.DxCompatible
 
isLess(DxCompatible) - Method in class org.ozoneDB.DxLib.DxDouble
 
isLess(DxCompatible) - Method in class org.ozoneDB.DxLib.DxInteger
 
isLess(DxCompatible) - Method in class org.ozoneDB.DxLib.DxLong
 
isLess(DxCompatible) - Method in class org.ozoneDB.DxLib.DxObject
true, wenn receiver echt kleiner als obj
isLess(DxCompatible) - Method in class org.ozoneDB.DxLib.DxString
 
isLess(DxCompatible) - Method in class org.ozoneDB.core.ObjectID
 
isNoWarn() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
isOptimize() - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
isPinned() - Method in interface org.ozoneDB.core.ObjectContainer
Returns wether this ObjectContainer is pinned.
isPinned() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
Returns wether this ObjectContainer is pinned.
isPinned() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Returns wether this ObjectContainer is pinned.
isPinned() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
GammaStore does not not care about pin.
isPinned() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
isPinned() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Returns wether this cluster is pinned.
isPinned() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Returns wether this ObjectContainer is pinned.
isPrimitive(String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
Checks weather a string representing a build type is a primitive.
isProcessedAndMarkMethod(Method) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
isQuiet() - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
isRight - Variable in class org.ozoneDB.DxLib.DxBBnode
 
isRunning() - Method in class org.ozoneDB.core.GarbageCollector
Returns wether this GarbageCollector is running.
isSleeping() - Method in class org.ozoneDB.core.FixHack
 
isSleeping() - Method in class org.ozoneDB.core.Transaction
 
isTransaction() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
isUseOcd() - Method in class org.ozoneDB.tools.OPP.OPPBean
 
isUseSource() - Method in class org.ozoneDB.tools.OPP.OPPBean
 
itemCount - Variable in class org.ozoneDB.DxLib.DxArrayBag
 
itemCount - Variable in class org.ozoneDB.DxLib.DxBBTree
 
itemCount - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
itemCount - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
All the items (including subTables) in the local list.
itemCount - Variable in class org.ozoneDB.DxLib.DxListBag
 
itemStateChanged(ItemEvent) - Method in class org.ozoneDB.tools.OO1BenchmarkApp
 
iterator() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
iterator() - Method in interface org.ozoneDB.DxLib.DxCollection
 
iterator() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
iterator() - Method in class org.ozoneDB.DxLib.DxHashMap
 
iterator() - Method in class org.ozoneDB.DxLib.DxHashSet
 
iterator() - Method in class org.ozoneDB.DxLib.DxListBag
 
iterator() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
iterator() - Method in class org.ozoneDB.DxLib.DxTreeMap
 
iterator() - Method in class org.ozoneDB.DxLib.DxTreeSet
 

J

JAVADOC_PATTERN - Static variable in class org.ozoneDB.tools.OPP.OPP
Update methods can marked with the following tag in its appropriate Javadoc Comment: "@update"
JavaCompiler - interface org.ozoneDB.tools.OPP.compiler.JavaCompiler.
Common interface for running a compiler.

K

KEYMODE - Static variable in class org.ozoneDB.core.xml.HashtableContentHandler
 
KeyGenerator - class org.ozoneDB.core.KeyGenerator.
 
KeyGenerator(Env) - Constructor for class org.ozoneDB.core.KeyGenerator
 
keepMemory - Variable in class org.ozoneDB.core.Env
 
keepObjectsAlive - Static variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
objekte werden nach transaktion nicht geloescht
keepSource - Variable in class org.ozoneDB.tools.OPP.OPP
 
key() - Method in class org.ozoneDB.DxLib.DxAbstractIterator
It is not a good idea to declare this abstract because some sub-classes do not know how to implement this method.
key() - Method in class org.ozoneDB.DxLib.DxBBIterator
 
key - Variable in class org.ozoneDB.DxLib.DxBBnode
 
key() - Method in class org.ozoneDB.DxLib.DxDiskHashIterator
 
key() - Method in class org.ozoneDB.DxLib.DxHashIterator
 
key() - Method in interface org.ozoneDB.DxLib.DxIterator
 
key - Variable in class org.ozoneDB.DxLib.DxKeyData
 
key() - Method in class org.ozoneDB.DxLib.DxMultiIterator
 
key - Variable in class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
key - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache.Item
 
key - Variable in class org.ozoneDB.core.storage.PropertyInfo
 
key - Variable in class org.ozoneDB.core.storage.SoftReferenceCache.Item
 
key - Variable in class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference
same key as the key passed in put(key, value)
key - Variable in class org.ozoneDB.core.storage.WeakReferenceCache.Item
 
key - Variable in class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference
same key as the key passed in put(key, value)
key - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread.Entry
 
keyEnum - Variable in class org.ozoneDB.DxLib.DxHashIterator
 
keyForElement(Object) - Method in class org.ozoneDB.DxLib.DxBBTree
 
keyForElement(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
keyForElement(Object) - Method in class org.ozoneDB.DxLib.DxHashMap
 
keyForElement(Object) - Method in interface org.ozoneDB.DxLib.DxMap
Returns the key for the given object, which has to be the same object as stored in the map.
keyForElement(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
keyForElement(Object) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
keyGenerator - Variable in class org.ozoneDB.core.Env
 
keySet() - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
keySet() - Method in interface org.ozoneDB.DxLib.DxMap
 
keySet() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
keyToHandle - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
keys - Variable in class org.ozoneDB.core.storage.gammaStore.Loc
 
keys - Variable in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
keysToEntries - Variable in class org.ozoneDB.core.storage.DelayCache
 
kill - Variable in class org.ozoneDB.core.GarbageCollector
Wether we should stop running as soon as possible.
kind - Variable in class org.ozoneDB.tools.MessageBox.MBButton
 

L

LEAFNODEMERGEREACH - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
LEAFNODEMERGESIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
LEAKS - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
LEAK_FILE_SUFF - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
LEAK_WEIGHT - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
LEVEL - Static variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
LEVEL_MAX - Static variable in interface org.ozoneDB.core.Lock
 
LEVEL_NONE - Static variable in interface org.ozoneDB.core.Lock
 
LEVEL_READ - Static variable in interface org.ozoneDB.core.Lock
 
LEVEL_UPGRADE - Static variable in interface org.ozoneDB.core.Lock
 
LEVEL_WRITE - Static variable in interface org.ozoneDB.core.Lock
 
LOADFACTOR - Static variable in class org.ozoneDB.core.storage.DelayCache
 
LOADFACTOR - Static variable in class org.ozoneDB.core.storage.FixedSizeCache
 
LOGPOSTFIX - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
LOG_CONFIG_FILE_NAME - Static variable in interface org.ozoneDB.util.LogWriter
 
LOG_FILE - Static variable in interface org.ozoneDB.util.LogWriter
 
LONGNULL - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
alternative null value
LOWTHRESHOLD - Static variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
Loc - class org.ozoneDB.core.storage.gammaStore.Loc.
Provides a primitive mapping-like meganism in which there is only a key (a primitive long in this case).
Loc(int, int) - Constructor for class org.ozoneDB.core.storage.gammaStore.Loc
 
Loc(int, float) - Constructor for class org.ozoneDB.core.storage.gammaStore.Loc
 
LocalClientTracker - class org.ozoneDB.core.LocalClientTracker.
Tracks local database clients.
LocalClientTracker() - Constructor for class org.ozoneDB.core.LocalClientTracker
 
LocationWarningCommand - class org.ozoneDB.tools.OPP.message.command.LocationWarningCommand.
 
LocationWarningCommand(MessageWriter, String, String, int) - Constructor for class org.ozoneDB.tools.OPP.message.command.LocationWarningCommand
 
Lock - interface org.ozoneDB.core.Lock.
Locks are created by the TransactionManager and used by the core to manage concurrent access to the same containers/objects.
LockTest - class test.tx.LockTest.
 
LockTest(String) - Constructor for class test.tx.LockTest
 
LockTest.TransactionThread - class test.tx.LockTest.TransactionThread.
 
LockTest.TransactionThread(LocalDatabase, User) - Constructor for class test.tx.LockTest.TransactionThread
 
Lockable - interface org.ozoneDB.core.dr.Lockable.
 
Locker - interface org.ozoneDB.core.dr.Locker.
 
LogWriter - interface org.ozoneDB.util.LogWriter.
 
LogWriterLog4JImpl - class org.ozoneDB.util.LogWriterLog4JImpl.
 
LogWriterLog4JImpl(File, Level) - Constructor for class org.ozoneDB.util.LogWriterLog4JImpl
A set of log target.
LongLoc - class org.ozoneDB.core.storage.gammaStore.LongLoc.
Provides a primitive mapping-like meganism in which there is only a key (a primitive long in this case).
LongLoc(int, int) - Constructor for class org.ozoneDB.core.storage.gammaStore.LongLoc
 
LongLoc(int, float) - Constructor for class org.ozoneDB.core.storage.gammaStore.LongLoc
 
lWeight - Variable in class org.ozoneDB.DxLib.DxBBnode
 
lastAverage - Variable in class org.ozoneDB.tools.ChartCanvas
 
lastPoint - Variable in class org.ozoneDB.tools.ChartCanvas
 
lastTouched - Variable in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
lastTouched - Variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
layoutContainer(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Lays out the container in the specified panel.
leafNodeMergeReach - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
leafNodeMergeSize - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
leakFileHandle() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
leakSize - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
leakSize() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
leftMost(DxBBnode) - Method in class org.ozoneDB.DxLib.DxBBIterator
 
length() - Method in class org.ozoneDB.DxLib.DxString
 
length() - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
length() - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
length() - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
level - Variable in class org.ozoneDB.core.ExclusiveLock
 
level(Transaction) - Method in class org.ozoneDB.core.ExclusiveLock
 
level(Transaction) - Method in interface org.ozoneDB.core.Lock
Returns the lock level for the specified transaction.
level - Variable in class org.ozoneDB.core.MROWLock
 
level(Transaction) - Method in class org.ozoneDB.core.MROWLock
 
level - Variable in class org.ozoneDB.core.SharedLock
 
level(Transaction) - Method in class org.ozoneDB.core.SharedLock
 
level - Variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
level - Variable in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
levelTableBitSize(int) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
li - Variable in class org.ozoneDB.DxLib.DxBBnode
 
line - Variable in class org.ozoneDB.util.MimeBase64Encoder
 
line_length - Variable in class org.ozoneDB.util.MimeBase64Encoder
 
link() - Method in interface test.simple.Auto
 
link - Variable in class test.simple.AutoImpl
 
link() - Method in class test.simple.AutoImpl
 
list - Variable in class org.ozoneDB.DxLib.DxListIterator
 
list - Variable in class test.simple.GarageImpl
 
listen() - Method in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
listener - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
listeners - Variable in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
loadClass(String) - Method in class org.ozoneDB.core.OzoneClassLoader
 
loadClass(String, boolean) - Method in class org.ozoneDB.core.OzoneClassLoader
 
loadCluster(ClusterID) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
laedt den cluster cid und fuegt die objekte in die tabelle ein
loadCluster(ClusterID, MagicTransaction) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Make sure the corresponding cluster is in the cache.
loadCluster(ClusterID, boolean) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Make sure the corresponding cluster is in the cache.
loadData(String) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Load the data that previously has been stored for the given key.
loadData(String) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Load the data that previously has been stored for the given key.
loadExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Read from the stream - fuer ClusterSpace.
loadNode(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
Loads an indexnode from disk.
loadedClusters - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
loader - Variable in class org.ozoneDB.tools.OPP.ImplManipulator
 
localClientTracker - Variable in class org.ozoneDB.core.Env
 
localClients - Variable in class org.ozoneDB.core.LocalClientTracker
The WeakHashMaps where local clients are keys.
location - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
locator - Variable in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
lock() - Method in interface org.ozoneDB.core.ObjectContainer
 
lock - Variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
lock() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
lock() - Method in interface org.ozoneDB.core.storage.Cluster
 
lock - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
the lock of the object
lock() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
lock - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
lock() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
lock - Variable in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
lock() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
lock() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
lock - Variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
lock() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
lock() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
lockLevel - Variable in class org.ozoneDB.core.DbRemote.DbInvoke
 
lockLevel(Transaction) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
lockLevel(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
lockLevel(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
lockLevel(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
lockLevel(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
locker - Variable in class org.ozoneDB.core.ExclusiveLock
ID of the Transaction that holds this lock or null.
lockerIDs() - Method in class org.ozoneDB.core.ExclusiveLock
 
lockerIDs() - Method in interface org.ozoneDB.core.Lock
Return all transactions that currently hold this lock.
lockerIDs() - Method in class org.ozoneDB.core.MROWLock
 
lockerIDs() - Method in class org.ozoneDB.core.SharedLock
 
lockers - Variable in class org.ozoneDB.core.SharedLock
All transactions that hold this lock.
log - Static variable in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
log - Static variable in class org.ozoneDB.core.storage.DelayCache
 
log - Static variable in class org.ozoneDB.core.storage.FixedSizeCache
 
log - Static variable in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
log - Static variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.Deleter
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
log - Static variable in class org.ozoneDB.core.storage.gammaStore.Serializer
 
log - Variable in class org.ozoneDB.tools.BenchmarkThread
 
log - Static variable in class org.ozoneDB.tools.Install
 
log - Static variable in class test.tx.AccessThread
log4j logger
log - Static variable in class test.tx.TxTest
log4j logger
logFilename() - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
logMessage(String) - Method in class org.ozoneDB.tools.BenchmarkProgressLog
 
logMessage(String) - Method in class org.ozoneDB.tools.OO1BenchmarkApp.AppletProgressLog
 
logStorage - Variable in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
logTime(long) - Method in class org.ozoneDB.tools.BenchmarkProgressLog
 
logTime(long) - Method in class org.ozoneDB.tools.OO1BenchmarkApp.AppletProgressLog
 
logWriter - Variable in class org.ozoneDB.core.Env
 
longProperty(String, long) - Method in class org.ozoneDB.util.EnhProperties
 
lookup(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
lowThreshold - Variable in class org.ozoneDB.core.storage.GcListeningDelayCache
 
lowerBorder - Variable in class org.ozoneDB.tools.ChartCanvas
 
lrucid - Variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
lrucid - Variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 

M

MAXBRANCHNODESIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
MAXCAPACITY - Static variable in class org.ozoneDB.core.storage.FixedSizeCache
 
MAXCAPACITY - Static variable in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
MAXFREESPACESIZEDIFFERENCE - Static variable in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
MAXLEAFNODESIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
MAXOBJECTID - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
MAXSIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
MAX_CACHE_SIZE - Static variable in class org.ozoneDB.core.storage.magicStore.IDTable
 
MAX_CACHE_SIZE - Static variable in class org.ozoneDB.core.storage.wizardStore.IDTable
 
MAX_SIZE - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
METHOD - Static variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
METHOD_PATTERN - Static variable in class org.ozoneDB.tools.OPP.OPP
All method signatures in build interfaces must look as foollows, otherwise OPP is unable to find them: public package.return.Class[] methodname (
MINMAXBRANCHNODESIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
MINMAXLEAFNODESIZE - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
MINOBJECTID - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
MINSLEEPTIME - Static variable in class org.ozoneDB.core.storage.DelayCache
 
MODE - Static variable in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
MODE_ABORT - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_BEGIN - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_CHECKPOINT - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_COMMIT_ONEPHASE - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_COMMIT_TWOPHASE - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_PREPARE - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_READ - Static variable in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
MODE_STATUS - Static variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
MODE_WRITE - Static variable in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
MOTIF - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
Werte fuer GUI-einstellung
MOVE_ABS - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
MOVE_PROP - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
Position wird proportional/fest der groesse des containers angepasst
MROWLock - class org.ozoneDB.core.MROWLock.
This class implements a Multiple Reader One Writer lock policy.
MROWLock() - Constructor for class org.ozoneDB.core.MROWLock
 
MagicCluster - class org.ozoneDB.core.storage.magicStore.MagicCluster.
 
MagicCluster() - Constructor for class org.ozoneDB.core.storage.magicStore.MagicCluster
Constructor to be used for Externalizable object serialisation.
MagicCluster(ClusterID, Permissions, MROWLock, int) - Constructor for class org.ozoneDB.core.storage.magicStore.MagicCluster
 
MagicObjectContainer - class org.ozoneDB.core.storage.magicStore.MagicObjectContainer.
The "Wizard" implementation of the ObjectContainer interface.
MagicObjectContainer() - Constructor for class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
Constructor for object serialization via Externalizable.
MagicObjectContainer(ObjectID) - Constructor for class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
MagicStore - class org.ozoneDB.core.storage.magicStore.MagicStore.
 
MagicStore(Env) - Constructor for class org.ozoneDB.core.storage.magicStore.MagicStore
 
MagicTransaction - class org.ozoneDB.core.storage.magicStore.MagicTransaction.
 
MagicTransaction(Env, User) - Constructor for class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
MagicTransaction(TransactionID) - Constructor for class org.ozoneDB.core.storage.magicStore.MagicTransaction
Construct a new transaction.
MemberElement - class org.ozoneDB.core.xml.MemberElement.
This class saves all attributes of the memberElement.
MemberElement(Attributes) - Constructor for class org.ozoneDB.core.xml.MemberElement
 
MessageBox - class org.ozoneDB.tools.MessageBox.
 
MessageBox(Frame, String, int) - Constructor for class org.ozoneDB.tools.MessageBox
 
MessageBox.MBButton - class org.ozoneDB.tools.MessageBox.MBButton.
 
MessageBox.MBButton(String, int) - Constructor for class org.ozoneDB.tools.MessageBox.MBButton
 
MessageCommand - interface org.ozoneDB.tools.OPP.message.command.MessageCommand.
 
MessageWriter - interface org.ozoneDB.tools.OPP.message.MessageWriter.
 
MethodKey - class org.ozoneDB.core.MethodKey.
Objects of this class are the keys in the method cache table of the AbstractObjectContainer.
MethodKey(String, String, String) - Constructor for class org.ozoneDB.core.MethodKey
 
MethodKey(String, String, String, Method) - Constructor for class org.ozoneDB.core.MethodKey
 
MethodNameUpgradingClassBuilderDecorator - class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator.
User: Jocke Date: 2004-jan-04 Time: 14:21:57
MethodNameUpgradingClassBuilderDecorator(ClassBuilder, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
MethodResolver - interface org.ozoneDB.tools.OPP.srcgen.MethodResolver.
Common interface for resolving update methods Date: 2003-sep-24 Time: 20:36:04
MethodResolver.UpdateMethodBag - interface org.ozoneDB.tools.OPP.srcgen.MethodResolver.UpdateMethodBag.
interface that recievers of update methods must implement
MimeBase64Decoder - class org.ozoneDB.util.MimeBase64Decoder.
Base 64 text to byte decoded.
MimeBase64Decoder() - Constructor for class org.ozoneDB.util.MimeBase64Decoder
 
MimeBase64Encoder - class org.ozoneDB.util.MimeBase64Encoder.
Byte to text encoder using base 64 encoding.
MimeBase64Encoder() - Constructor for class org.ozoneDB.util.MimeBase64Encoder
 
MultipleAccessTest - class test.multiple_access.MultipleAccessTest.
 
MultipleAccessTest(String) - Constructor for class test.multiple_access.MultipleAccessTest
 
magicStore - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
main(String[]) - Static method in class org.ozoneDB.core.Server
 
main(String[]) - Static method in class org.ozoneDB.core.admin.AdminClient
 
main(String[]) - Static method in class org.ozoneDB.core.storage.GcListeningDelayCache
 
main(String[]) - Static method in class org.ozoneDB.core.storage.SoftReferenceCache
 
main(String[]) - Static method in class org.ozoneDB.core.storage.WeakReferenceCache
 
main(String[]) - Static method in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
main(String[]) - Static method in class org.ozoneDB.core.xml.Test
 
main(String[]) - Static method in class org.ozoneDB.core.xml.TestXML2Object
 
main(String[]) - Static method in class org.ozoneDB.tools.Install
 
main(String[]) - Static method in class org.ozoneDB.tools.OIG
 
main(String[]) - Static method in class org.ozoneDB.tools.OO1BenchmarkApp
 
main(String[]) - Static method in class org.ozoneDB.tools.OPP.ODG
 
main(String[]) - Static method in class org.ozoneDB.tools.OPP.OPP
 
main(String[]) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
main(String[]) - Static method in class org.ozoneDB.tools.Statistics
 
main(String[]) - Static method in class test.tx.LockTest
 
mainPanel - Variable in class org.ozoneDB.core.monitor.StorageFrame
diverse oberflaechen-elemente
makeConstructor(int, ClassBuilder.Parameter[], String[]) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassBuilder
Called for each constructor in the current class
makeConstructor(int, ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
makeConstructor(int, ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeConstructor(int, ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
makeConstructor(int, ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
makeConstructor(int, ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeCreateInternal(String, String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeCreateMethod(ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeCstr(ClassBuilder.Parameter[], String[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeCtrs() - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeDataDir() - Static method in class org.ozoneDB.tools.Install
Create the cluster directory.
makeGlobalHeader(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeGlobalHeader(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeHeader() - Method in interface org.ozoneDB.tools.OPP.OPPRemote
 
makeIdTableDir() - Static method in class org.ozoneDB.tools.Install
 
makeLocalHeader(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeLocalHeader(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeMethod(int, String, ClassBuilder.Parameter[], String, String[], int) - Method in interface org.ozoneDB.tools.OPP.srcgen.ClassBuilder
Called for each method in the current class
makeMethod(int, String, ClassBuilder.Parameter[], String, String[], int) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
 
makeMethod(int, String, ClassBuilder.Parameter[], String, String[], int) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeMethod(int, String, ClassBuilder.Parameter[], String, String[], int) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
makeMethod(int, String, ClassBuilder.Parameter[], String, String[], int) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
makeMethod(int, String, ClassBuilder.Parameter[], String, String[], int) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
makeNewLoggerInstance(String) - Method in class org.ozoneDB.util.OzoneLoggerFactory
 
makeObjectForHandle(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeObjectForName(String) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
makeProxiesAndFactories(Collection, File, File, String, String, MessageWriter) - Method in class org.ozoneDB.tools.OPP.OPP
 
manipulateClass(String, MessageWriter) - Method in class org.ozoneDB.tools.OPP.OPP
 
map - Variable in class org.ozoneDB.DxLib.DxMultiMap
 
map - Variable in class org.ozoneDB.core.storage.AbstractReferenceCache
backing map (key -> (ObjectReference -> cached object))
map - Variable in class org.ozoneDB.core.storage.FixedSizeCache
 
map - Static variable in class org.ozoneDB.util.MimeBase64Decoder
 
map - Static variable in class org.ozoneDB.util.MimeBase64Encoder
 
mapIt - Variable in class org.ozoneDB.DxLib.DxMultiIterator
 
maxBranchNodeSize - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
maxBufferSize - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
maxBufferSize - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
maxCapacity - Variable in class org.ozoneDB.core.storage.FixedSizeCache
 
maxCapacity - Variable in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
maxClusterSize - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
maxClusterSize - Variable in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
maxDepth() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
maxDepth - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
maxDepth() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
maxLeafNodeSize - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
maxLockLevel() - Method in class org.ozoneDB.core.FixHack
 
maxLockLevel - Variable in class org.ozoneDB.core.Transaction
 
maxLockLevel() - Method in class org.ozoneDB.core.Transaction
 
maxOpenDataFiles - Variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
maxSize - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
maxSize - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
maximum number of subnodes or object entries
maxSizeDifference - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
maxTime - Variable in class org.ozoneDB.tools.ChartCanvas
 
maximumLayoutSize(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Returns the maximum size of this component.
member - Variable in class org.ozoneDB.tools.ClusterStats
 
memberEndElement() - Method in class org.ozoneDB.core.xml.HashtableContentHandler
This methode handles the memberEndElement.
memberEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method memberEndElement refers to handleMemberEndElement.
memberStartElement(Attributes) - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method memberStartElement set the mode on KEYMODE, VALUEMODE or NEXTMODE if the member has the attribute name with the value "key", "value" or "next".
memberStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method memberStartElement refers to handleMemberStartElement.
memberStartStackSize - Variable in class org.ozoneDB.core.xml.HashtableContentHandler
 
message(String) - Method in interface org.ozoneDB.tools.IODevice
 
message - Variable in class org.ozoneDB.tools.OPP.message.command.DebugCommand
 
message - Variable in class org.ozoneDB.tools.OPP.message.command.ErrorCommand
 
message - Variable in class org.ozoneDB.tools.OPP.message.command.InfoCommand
 
message - Variable in class org.ozoneDB.tools.OPP.message.command.LocationWarningCommand
 
message - Variable in class org.ozoneDB.tools.OPP.message.command.WarningCommand
 
method - Variable in class org.ozoneDB.core.MethodKey
 
method() - Method in class org.ozoneDB.core.MethodKey
 
method - Variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
methodArrayIndex(Method[], Method) - Static method in class org.ozoneDB.core.helper.ReflectionHelper
Returns the array index of the specified method within the array of methods of this class.
methodFor(Env, Object, String, String, Object[]) - Method in class org.ozoneDB.core.AbstractObjectContainer
Search the method with the specified name and signature.
methodFor(String, String, Object[]) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Search the method with the specified name and signature.
methodIndex - Variable in class org.ozoneDB.core.DbRemote.DbInvoke
 
methodName - Variable in class org.ozoneDB.core.DbRemote.DbInvoke
 
methodName - Variable in class org.ozoneDB.core.MethodKey
 
methodTable - Static variable in class org.ozoneDB.core.AbstractObjectContainer
 
methodTable - Static variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
global method cache
methods - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.UpdateMethodBagMapAdapter
 
methodsOfClass(Class) - Static method in class org.ozoneDB.core.helper.ReflectionHelper
 
minSleepTime - Variable in class org.ozoneDB.core.storage.DelayCache
 
minTime - Variable in class org.ozoneDB.tools.ChartCanvas
 
minimumLayoutSize(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Calculates the minimum dimension for the specified panel given the components in the specified parent container.
mkDir() - Static method in class org.ozoneDB.tools.Install
Create the ozone database directory.
modTime() - Method in interface org.ozoneDB.core.ObjectContainer
Returns the time when the container was last commited with lock level greater than Lock.LEVEL_READ.
modTime() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
modTime() - Method in interface org.ozoneDB.core.storage.Cluster
 
modTime() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Returns the time when the container was last commited with lock level greater than Lock.LEVEL_READ.
modTime() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
modTime - Variable in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
modTime() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
modTime - Variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
modTime() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
modTime - Variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
modTime() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
modTime - Variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
modTime() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
mode - Variable in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
mode - Variable in class org.ozoneDB.core.DbRemote.DbTransaction
 
mode() - Method in class org.ozoneDB.core.DbRemote.DbTransaction
 
mode - Variable in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
mode - Variable in class org.ozoneDB.core.xml.HashtableContentHandler
Mode contains the special mode (NOMODE/KEYMODE/VALUEMODE/NEXTMODE).
modifier - Variable in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
move(int, int) - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
move(int, int) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Extending classes _must_ implement their own move() and call this one as well.
move(int, int) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
move(int, int) - Method in class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 
moveFiles(File, int, int, int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
moveToTop(ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
moves the specified object to the top of the stack
msg - Variable in class org.ozoneDB.DxLib.DxException
 
msgListener - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
msgOut - Variable in class org.ozoneDB.tools.OPP.OPP
 
msgWriter - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
msgWriter - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
msgWriter - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
msgWriter - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
msgWriter - Variable in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
multiItemCount - Variable in class org.ozoneDB.DxLib.DxMultiMap
 
multiMap - Variable in class org.ozoneDB.DxLib.DxMultiIterator
 

N

NAMECONVERTRADIX - Static variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
Used to name indexfiles.
NAMECONVERTRADIX - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
Used to name directories.
NAMECONVERTRADIX - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
Used to name indexfiles.
NAME_TABLE_NAME - Static variable in class org.ozoneDB.core.storage.magicStore.MagicStore
 
NAME_TABLE_NAME - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
NEXTMODE - Static variable in class org.ozoneDB.core.xml.HashtableContentHandler
 
NO - Static variable in class org.ozoneDB.tools.MessageBox
 
NOMODE - Static variable in class org.ozoneDB.core.xml.HashtableContentHandler
 
NONE - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
NONELOCK - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
NOT_ACQUIRED - Static variable in interface org.ozoneDB.core.Lock
 
NOT_STARTED - Static variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
NUL - Static variable in class org.ozoneDB.util.MimeBase64Decoder
 
NameTableChange - class org.ozoneDB.core.storage.magicStore.NameTableChange.
 
NameTableChange(ObjectID, String, int) - Constructor for class org.ozoneDB.core.storage.magicStore.NameTableChange
 
NameTableChange - class org.ozoneDB.core.storage.wizardStore.NameTableChange.
 
NameTableChange(ObjectID, String, int) - Constructor for class org.ozoneDB.core.storage.wizardStore.NameTableChange
 
NodeIdLoc - class org.ozoneDB.core.storage.gammaStore.NodeIdLoc.
 
NodeIdLoc(int, float) - Constructor for class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 
NodeIdLoc(int, int) - Constructor for class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 
name - Variable in class org.ozoneDB.DxLib.DxClass
 
name() - Method in class org.ozoneDB.DxLib.DxClass
 
name - Variable in class org.ozoneDB.core.DbRemote.DbNameObj
 
name - Variable in class org.ozoneDB.core.DbRemote.DbObjForName
 
name - Variable in class org.ozoneDB.core.Group
 
name() - Method in class org.ozoneDB.core.Group
 
name() - Method in interface org.ozoneDB.core.ObjectContainer
 
name - Variable in class org.ozoneDB.core.User
 
name() - Method in class org.ozoneDB.core.User
 
name - Variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
name() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
name - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
a possible name for the object
name() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
name - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
name() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
name - Variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
name() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
name - Variable in class org.ozoneDB.core.storage.magicStore.NameTableChange
 
name - Variable in class org.ozoneDB.core.storage.wizardStore.NameTableChange
 
name - Variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
name() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
name - Variable in class org.ozoneDB.core.xml.MemberElement
The name of the member.
name - Variable in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
name() - Method in interface test.simple.Auto
 
name - Variable in class test.simple.AutoImpl
 
name() - Method in class test.simple.AutoImpl
 
name - Variable in class test.simple.GarageImpl
 
name - Variable in class test.tx.AccessThread
 
name() - Method in interface test.tx.Group
 
name - Variable in class test.tx.GroupImpl
 
name() - Method in class test.tx.GroupImpl
 
name() - Method in interface test.tx.User
 
name - Variable in class test.tx.UserImpl
 
name() - Method in class test.tx.UserImpl
 
nameContainer(Transaction, ObjectContainer, String) - Method in interface org.ozoneDB.core.StoreManager
 
nameContainer(Transaction, ObjectContainer, String) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
nameContainer(Transaction, ObjectContainer, String) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
nameContainer(Transaction, ObjectContainer, String) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
nameContainer(Transaction, ObjectContainer, String) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
nameName() - Method in interface test.simple.Auto
 
nameName() - Method in class test.simple.AutoImpl
 
nameObject(ObjectID, String) - Method in class org.ozoneDB.core.FixHack
 
nameObject(ObjectID, String) - Method in class org.ozoneDB.core.Transaction
 
nameObject(ObjectContainer, String) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
Applies a name to an object.
nameObject(ObjectID, String) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
nameTable - Variable in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
nameTable - Variable in class org.ozoneDB.core.storage.magicStore.MagicStore
Maps names to ObjectIDs
nameTable - Variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
nameTable - Variable in class org.ozoneDB.core.storage.wizardStore.WizardStore
Maps names to ObjectIDs
nameTable - Variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
nameTableChanges - Variable in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
nameTableChanges - Variable in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
nameTableChanges_pop() - Method in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
nameTableChanges_pop() - Method in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
nameTableChanges_push(NameTableChange) - Method in class org.ozoneDB.core.storage.magicStore.MagicTransaction
 
nameTableChanges_push(NameTableChange) - Method in class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
nameTarget(String) - Method in interface org.ozoneDB.core.ObjectContainer
 
nameTarget(String) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
nameTarget(String) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
nameTarget(String) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
nameTarget(String) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
nameTarget(String) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
nameText - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
nameToFile(String, int, int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
Returns the File that corresponds to the given name and depth.
nameToFile(String) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
needsCompressing() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
Checks, if the specified cluster needs to be compressed.
newClient(Socket) - Method in class org.ozoneDB.DxLib.net.DxMultiServer
erzeugt einen neuen client aus einer socket-verbindung; diese methode kann ueberschrieben werden, um evtl. eigene clients einfuegen zu koennen
newClient(Socket) - Method in class org.ozoneDB.core.InvokeServer
 
newCluster() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
newClusterID() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
newClusterID() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
newClusterId - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
newContainer(Transaction, OzoneCompatible, ObjectID, Permissions) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
Creates a new object container for the given target with the given oid and an optional name.
newContainerAndLock(Transaction, OzoneCompatible, ObjectID, Permissions, int) - Method in interface org.ozoneDB.core.StoreManager
Creates a new object container and initializes it with the specified target object.
newContainerAndLock(Transaction, OzoneCompatible, ObjectID, Permissions, int) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
Creates a new object container and initializes it with the specified target object.
newContainerAndLock(Transaction, OzoneCompatible, ObjectID, Permissions, int) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
Creates a new object container and initializes it with the specified target object.
newContainerAndLock(Transaction, OzoneCompatible, ObjectID, Permissions, int) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
newContainerAndLock(Transaction, OzoneCompatible, ObjectID, Permissions, int) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
newEntry(Object, String, int) - Method in interface org.ozoneDB.util.LogWriter
 
newEntry(Object, String, Throwable, int) - Method in interface org.ozoneDB.util.LogWriter
 
newEntry(Object, String, int) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
 
newEntry(Object, String, Throwable, int) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
 
newEntry(Object, String, int) - Method in class org.ozoneDB.util.SimpleLogWriter
 
newEntry(Object, String, Throwable, int) - Method in class org.ozoneDB.util.SimpleLogWriter
 
newGroup(String, int) - Method in class org.ozoneDB.core.UserManager
 
newGroup(String, int) - Method in interface org.ozoneDB.core.admin.Admin
 
newGroup(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
newGroup(String, int) - Method in class org.ozoneDB.core.admin.AdminImpl
 
newInstance(String) - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ArrayOutputStreamFactory
 
newInstance(String) - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileInputStreamFactory
 
newInstance(String) - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileOutputStreamFactory
 
newInstance(String) - Method in interface org.ozoneDB.tools.OPP.srcgen.streamfactory.InputStreamFactory
 
newInstance(String) - Method in interface org.ozoneDB.tools.OPP.srcgen.streamfactory.OutputStreamFactory
 
newInstance(String) - Method in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ResourceInputStreamFactory
 
newKeyData() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
newKeyData() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
newKeyData() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
newLock() - Method in class org.ozoneDB.core.TransactionManager
Factory method to generate proper Lock objects.
newNodeBranch() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
newNodeBranch() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
newNodeBranch() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
newNodeLeaf() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
newNodeLeaf() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
newNodeLeaf() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
newObjectContainer(String, User, int, String) - Method in interface org.ozoneDB.core.ObjectContainerFactory
erzeugt neues object;
newObjectID() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
newObjectID() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
newPosition - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
newRE(String, boolean) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
newSubTableFile() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
This method is synchronized because sub table filenames have to be unique.
newThread(Runnable) - Method in class org.ozoneDB.DxLib.net.DxMultiServer
Diese Methode liefert einen neuen Thread und wird fuer die AcceptThread und den DxMultiServerClient benoetigt.
newThread(Runnable) - Method in class org.ozoneDB.core.InvokeServer
 
newTransaction(User) - Method in class org.ozoneDB.core.TransactionManager
 
newTransactionData() - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
newTransactionData() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
newUser(String, int) - Method in class org.ozoneDB.core.UserManager
 
newUser(String, String, int) - Method in class org.ozoneDB.core.UserManager
 
newUser(String, int) - Method in interface org.ozoneDB.core.admin.Admin
 
newUser(String, String, int) - Method in interface org.ozoneDB.core.admin.Admin
 
newUser(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
newUser(String, int) - Method in class org.ozoneDB.core.admin.AdminImpl
 
newUser(String, String, int) - Method in class org.ozoneDB.core.admin.AdminImpl
 
newestLeafNode - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
provides fast access for when new objects are created
next() - Method in class org.ozoneDB.DxLib.DxBBIterator
 
next() - Method in class org.ozoneDB.DxLib.DxDiskHashIterator
 
next() - Method in class org.ozoneDB.DxLib.DxHashIterator
 
next() - Method in interface org.ozoneDB.DxLib.DxIterator
 
next - Variable in class org.ozoneDB.DxLib.DxKeyData
 
next() - Method in class org.ozoneDB.DxLib.DxListIterator
 
next() - Method in class org.ozoneDB.DxLib.DxListNode
 
next() - Method in class org.ozoneDB.DxLib.DxMultiIterator
 
next() - Method in class org.ozoneDB.DxLib.DxVectorIterator
 
next - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
next(int) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns the handle to the key that is the smallest of all larger keys.
next(int) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns the handle to the key that is the smallest of all larger keys.
nextBackupChunk() - Method in interface org.ozoneDB.core.admin.Admin
 
nextBackupChunk() - Method in class org.ozoneDB.core.admin.AdminImpl
 
nextBackupChunk() - Method in class org.ozoneDB.core.admin.BackupRestore
 
nextBackupID() - Method in class org.ozoneDB.core.admin.BackupRestore
 
nextEntry() - Method in class org.ozoneDB.DxLib.DxDiskHashIterator
Depth first serach via the stack.
nextID() - Method in class org.ozoneDB.core.KeyGenerator
 
nextID(long) - Method in class org.ozoneDB.core.KeyGenerator
 
nextNodeId() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nextNodeId - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
sibling node in the tree
noWarn - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
node - Variable in class org.ozoneDB.DxLib.DxBBIterator
 
node - Variable in class org.ozoneDB.DxLib.DxListIterator
 
nodeBecameDirty(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nodeId - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
our id
nodeIdCounter - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
for generating unique ids; -1 so the first returned id will be 0
nodeIdLoc - Variable in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
nodeIdToStorageName(long) - Static method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Converts a node id to corresponding (file)name for a node.
nodeIds - Variable in class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 
nodeLoaded - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nodeLoadedCache - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nodeLoadedDirect - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nodeLoadedDisk - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nodeLoadedSerializer - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
nodeSerializer - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
notifyAboutTransactionActionAndRenewTransactionIfRequired() - Method in class org.ozoneDB.core.GarbageCollector
 
notifyAllTAs(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
notifyAllTAs(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
notifyAllTAs(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
notifyAllTAs(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
notifyDatabaseObjectIsAboutToBeExported(ObjectID) - Method in class org.ozoneDB.core.GarbageCollector
This method is called by DbInvokeClient to notify this garbageCollector that there is a reference which is to be exported to a client.
notifyDatabaseObjectIsExported(ObjectID) - Method in class org.ozoneDB.core.GarbageCollector
 
notifyEndOfWaitForCurrentTransactionsToCompletePhase() - Method in class org.ozoneDB.core.GarbageCollector
Informs this GarbageCollector, the the pre-phase is done, there are no transactions that are older than this garbage collector run.
notifyNamedObject(ObjectID) - Method in class org.ozoneDB.core.GarbageCollector
This method is called by StoreManager to indicate that the object with the given id is a named object.
notifyNewObjectContainer(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
This method is called by StoreManager in the event an object is freshly created.
notifyNewObjectName(ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
This method is called by StoreManager in the event an unnamed object receives a name.
notifyObservers() - Method in class org.ozoneDB.util.EnhProperties
 
notifyOzoneProxyEncountered(OzoneProxy) - Method in class org.ozoneDB.core.GarbageCollector.GarbageCollectorProxyObjectIdentificationObjectOutputStream
 
notifyWaitingTransactions() - Method in class org.ozoneDB.core.TransactionManager
Notify each thread that is associated with a currently blocked transaction by calling notifyAll() on the blocked transaction.
numberOfTxs() - Method in interface org.ozoneDB.core.admin.Admin
 
numberOfTxs() - Method in class org.ozoneDB.core.admin.AdminClient
 
numberOfTxs() - Method in class org.ozoneDB.core.admin.AdminImpl
 

O

OBJECTS - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
OBJECT_ID - Static variable in class org.ozoneDB.core.admin.AdminImpl
The object ID of the admin object in the database.
OBJECT_NAME - Static variable in class org.ozoneDB.core.admin.AdminImpl
The name of the admin object in the database.
ODG - class org.ozoneDB.tools.OPP.ODG.
Command line driver for the ODG tool.
ODG() - Constructor for class org.ozoneDB.tools.OPP.ODG
 
OIG - class org.ozoneDB.tools.OIG.
Ozone Interface Generator This class is meant to be run statically only.
OIG() - Constructor for class org.ozoneDB.tools.OIG
 
OK - Static variable in class org.ozoneDB.tools.MessageBox
 
OO1Benchmark - interface org.ozoneDB.tools.OO1Benchmark.
 
OO1BenchmarkApp - class org.ozoneDB.tools.OO1BenchmarkApp.
 
OO1BenchmarkApp() - Constructor for class org.ozoneDB.tools.OO1BenchmarkApp
 
OO1BenchmarkApp.AppletProgressLog - class org.ozoneDB.tools.OO1BenchmarkApp.AppletProgressLog.
 
OO1BenchmarkApp.AppletProgressLog() - Constructor for class org.ozoneDB.tools.OO1BenchmarkApp.AppletProgressLog
 
OPP - class org.ozoneDB.tools.OPP.OPP.
Command line driver of the OPP tool.
OPP() - Constructor for class org.ozoneDB.tools.OPP.OPP
 
OPPBean - class org.ozoneDB.tools.OPP.OPPBean.
API for running the OPP code.
OPPBean() - Constructor for class org.ozoneDB.tools.OPP.OPPBean
 
OPPCompilerFactory - class org.ozoneDB.tools.OPP.OPPCompilerFactory.
 
OPPCompilerFactory() - Constructor for class org.ozoneDB.tools.OPP.OPPCompilerFactory
 
OPPHelper - class org.ozoneDB.tools.OPP.OPPHelper.
 
OPPHelper() - Constructor for class org.ozoneDB.tools.OPP.OPPHelper
 
OPPRemote - interface org.ozoneDB.tools.OPP.OPPRemote.
 
OPPTask - class org.ozoneDB.tools.OPP.OPPTask.
 
OPPTask() - Constructor for class org.ozoneDB.tools.OPP.OPPTask
 
OPPTask.AntLogOPPGenerationeventListener - class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener.
 
OPPTask.AntLogOPPGenerationeventListener() - Constructor for class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
OS_DIR - Static variable in class org.ozoneDB.core.Env
 
OZONE_BASE - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
OZONE_BASE_PACKAGE - Static variable in class org.ozoneDB.util.LogWriterLog4JImpl
 
ObjAttsFactory - interface org.ozoneDB.core.xml.ObjAttsFactory.
Factory for the attributes of the first "obj"-tag.
ObjElement - class org.ozoneDB.core.xml.ObjElement.
This class saves all attributes of the objElement.
ObjElement() - Constructor for class org.ozoneDB.core.xml.ObjElement
 
ObjElement(Attributes) - Constructor for class org.ozoneDB.core.xml.ObjElement
The constructor creates a new instance of the obj with this className.
Object2XML - class org.ozoneDB.core.xml.Object2XML.
This class transform an Object into XML.
Object2XML(ContentHandler) - Constructor for class org.ozoneDB.core.xml.Object2XML
 
Object2XML(ContentHandler, boolean) - Constructor for class org.ozoneDB.core.xml.Object2XML
 
ObjectContainer - interface org.ozoneDB.core.ObjectContainer.
Together with the StoreManager interface this is part of the StoreManager back-end API.
ObjectContainerFactory - interface org.ozoneDB.core.ObjectContainerFactory.
 
ObjectID - class org.ozoneDB.core.ObjectID.
 
ObjectID() - Constructor for class org.ozoneDB.core.ObjectID
 
ObjectID(String) - Constructor for class org.ozoneDB.core.ObjectID
Constructor from a string representation aka a handle.
ObjectID(long) - Constructor for class org.ozoneDB.core.ObjectID
 
ObjectLocation - class org.ozoneDB.core.storage.gammaStore.ObjectLocation.
Holds information on where exactly object data has been (or can be) persisted.
ObjectLocation() - Constructor for class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
ObjectReadException - exception org.ozoneDB.DxLib.ObjectReadException.
wird ausgelöst, wenn beim lesen eines objektes fehler auftreten
ObjectReadException() - Constructor for class org.ozoneDB.DxLib.ObjectReadException
 
ObjectReadException(String) - Constructor for class org.ozoneDB.DxLib.ObjectReadException
 
ObjectSpace - class org.ozoneDB.core.storage.classicStore.ObjectSpace.
 
ObjectSpace(Env) - Constructor for class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
ObjectStreamClasses - class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses.
Takes care of storing ObjectStreamClass instances into another medium, while providing for a replacement in the form of an int.
ObjectStreamClasses(Properties, String, boolean) - Constructor for class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
ObjectWriteException - exception org.ozoneDB.DxLib.ObjectWriteException.
wird ausgelöst, wenn beim schreiben eines objektes fehler auftreten
ObjectWriteException() - Constructor for class org.ozoneDB.DxLib.ObjectWriteException
 
ObjectWriteException(String) - Constructor for class org.ozoneDB.DxLib.ObjectWriteException
 
OcdBuilder - class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder.
A builder that builds OCD:s
OcdBuilder(OutputStreamFactory) - Constructor for class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
OkCancelBox(Frame, String) - Static method in class org.ozoneDB.tools.MessageBox
 
OutputStreamFactory - interface org.ozoneDB.tools.OPP.srcgen.streamfactory.OutputStreamFactory.
 
OzoneClassLoader - class org.ozoneDB.core.OzoneClassLoader.
Ozone specific class loader.
OzoneClassLoader() - Constructor for class org.ozoneDB.core.OzoneClassLoader
 
OzoneDebugLevel - class org.ozoneDB.util.OzoneDebugLevel.
Extends Logging capability by adding three finer debug levels to the Log4J Level class.
OzoneDebugLevel(int, String, int) - Constructor for class org.ozoneDB.util.OzoneDebugLevel
 
OzoneLogger - class org.ozoneDB.util.OzoneLogger.
An ozone specific logger See source code for more details.
OzoneLogger(String) - Constructor for class org.ozoneDB.util.OzoneLogger
 
OzoneLoggerFactory - class org.ozoneDB.util.OzoneLoggerFactory.
A factory that makes new OzoneLogger objects.
OzoneLoggerFactory() - Constructor for class org.ozoneDB.util.OzoneLoggerFactory
 
OzoneObjAttsFactory - class org.ozoneDB.core.xml.OzoneObjAttsFactory.
Class for setting additional attributes in the obj-Tag, if the obj is an OzoneObject.
OzoneObjAttsFactory() - Constructor for class org.ozoneDB.core.xml.OzoneObjAttsFactory
 
OzoneSecurityManager - class org.ozoneDB.core.OzoneSecurityManager.
 
OzoneSecurityManager() - Constructor for class org.ozoneDB.core.OzoneSecurityManager
 
OzoneSupportObject - class org.ozoneDB.core.OzoneSupportObject.
This class represents database objects that provide an ozone internal service, like administration functionality.
OzoneSupportObject() - Constructor for class org.ozoneDB.core.OzoneSupportObject
 
oaf - Variable in class org.ozoneDB.core.xml.Object2XML
Factory for the attributes of the first obj-Tag.
obj - Variable in class org.ozoneDB.core.DbRemote.DbCopyObj
 
obj - Variable in class org.ozoneDB.core.DbRemote.DbDeleteObj
 
obj - Variable in class org.ozoneDB.core.DbRemote.DbInvoke
 
obj - Variable in class org.ozoneDB.core.DbRemote.DbNameObj
 
obj - Variable in class org.ozoneDB.core.DbRemote.DbXMLForObj
 
obj - Variable in class org.ozoneDB.core.xml.ObjElement
The object!!
obj - Variable in class org.ozoneDB.core.xml.SuperclassElement
 
obj - Variable in class org.ozoneDB.core.xml.ValueObjElement
 
objCache - Variable in class org.ozoneDB.core.xml.Object2XML
ObjCache saves the references of the processed objects.
objCache - Static variable in class org.ozoneDB.core.xml.XML2ObjectContentHandler
Cache for the ref-elements.
objEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method objEndElement refers to handleObjEndElement.
objEnum - Variable in class org.ozoneDB.DxLib.DxHashIterator
 
objID - Variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
objID - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
the id of the object
objID() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
objID - Variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
objID - Variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
objName - Variable in class org.ozoneDB.core.DbRemote.DbCreateObj
 
objStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method objStartElement refers to handleObjStartElement.
object() - Method in class org.ozoneDB.DxLib.DxBBIterator
 
object() - Method in class org.ozoneDB.DxLib.DxDiskHashIterator
 
object() - Method in class org.ozoneDB.DxLib.DxHashIterator
 
object() - Method in interface org.ozoneDB.DxLib.DxIterator
 
object() - Method in class org.ozoneDB.DxLib.DxListIterator
 
object() - Method in class org.ozoneDB.DxLib.DxMultiIterator
 
object() - Method in class org.ozoneDB.DxLib.DxVectorIterator
 
object - Variable in class org.ozoneDB.core.storage.classicStore.Cluster.Chunk
 
object - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
object - Variable in class org.ozoneDB.tools.OPP.message.command.BeginCommand
 
objectAvailable() - Method in class org.ozoneDB.DxLib.net.DxClient
prueft ob daten im input stream liegen
objectAvailable() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
objectClass() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
objectDeleted() - Method in class org.ozoneDB.tools.ClusterStats
 
objectForID(ObjectID) - Method in class org.ozoneDB.core.FixHack
 
objectForID(ObjectID) - Method in class org.ozoneDB.core.Transaction
 
objectForID(ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
objectForId(ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
returns the DeathObject for the specified ObjectID
objectForName(String) - Method in class org.ozoneDB.core.FixHack
 
objectForName(String) - Method in class org.ozoneDB.core.Transaction
 
objectForName(String) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
objectID - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
objectIDIterator() - Method in interface org.ozoneDB.core.StoreManager
 
objectIDIterator() - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
objectIDIterator() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
objectIDIterator() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
objectIDIterator() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
objectIDs - Variable in class org.ozoneDB.core.DbRemote.DbModTimes
 
objectLoaded() - Method in class org.ozoneDB.tools.ClusterStats
 
objectName - Variable in class org.ozoneDB.tools.BenchmarkThread
 
objectNames() - Method in class org.ozoneDB.core.FixHack
 
objectNames(Transaction) - Method in interface org.ozoneDB.core.StoreManager
 
objectNames() - Method in class org.ozoneDB.core.Transaction
 
objectNames(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
objectNames(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
objectNames(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
objectNames(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
objectRemoved - Variable in class org.ozoneDB.DxLib.DxAbstractIterator
 
objectSpace - Variable in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
objectStored() - Method in class org.ozoneDB.tools.ClusterStats
 
objectStreamClasses - Variable in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
objectStreamClasses - Variable in class org.ozoneDB.core.storage.gammaStore.GammaObjectInputStream
 
objectStreamClasses - Variable in class org.ozoneDB.core.storage.gammaStore.GammaObjectOutputStream
 
objectTable - Variable in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
objects - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
objects() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
objects - Variable in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
all objects ordered by their ObjectID
objectsReferencesByClient - Variable in class org.ozoneDB.core.DbRemote.ProxyObjectGate
This is a Mapping from ObjectID to Integer.
observable - Variable in class org.ozoneDB.util.EnhProperties
An Observable object that is responsible for this properties.
ocd - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
odmg - Variable in class org.ozoneDB.tools.OPP.OPP
 
oid - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
oid - Variable in class org.ozoneDB.core.storage.magicStore.IDTableChange
 
oid - Variable in class org.ozoneDB.core.storage.magicStore.NameTableChange
 
oid - Variable in class org.ozoneDB.core.storage.wizardStore.IDTableChange
 
oid - Variable in class org.ozoneDB.core.storage.wizardStore.NameTableChange
 
oldClusterId - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
oldPosition - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
oldTablesHashMaskShift - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
oldTablesHashMaskShift() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
onConnect() - Method in class org.ozoneDB.DxLib.net.DxClient
Diese Methode wird ausgefuehrt, wenn Verbindung zum Server aufgenommen wird.
onConnect() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
onCreate() - Method in class test.simple.AutoImpl
 
onDeconnect() - Method in class org.ozoneDB.DxLib.net.DxClient
Diese Methode wird analog zu onConnect() beim schliessen der Verbindung aufgenommen.
onDeconnect() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
onDelete() - Method in class test.simple.AutoImpl
 
one - Static variable in class org.ozoneDB.core.DbRemote.ProxyObjectGate
This is an Integer which represents the number "1".
open() - Method in class org.ozoneDB.core.admin.AdminClient
 
open() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
oppBean - Static variable in class org.ozoneDB.tools.OPP.ODG
 
oppBean - Variable in class org.ozoneDB.tools.OPP.OPP
 
oppBean - Variable in class org.ozoneDB.tools.OPP.OPPTask
 
optimize - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
org.ozoneDB.DxLib - package org.ozoneDB.DxLib
 
org.ozoneDB.DxLib.net - package org.ozoneDB.DxLib.net
 
org.ozoneDB.core - package org.ozoneDB.core
 
org.ozoneDB.core.DbRemote - package org.ozoneDB.core.DbRemote
This package contains the various commands that can be performed on an OzoneInterface.
org.ozoneDB.core.admin - package org.ozoneDB.core.admin
 
org.ozoneDB.core.dr - package org.ozoneDB.core.dr
 
org.ozoneDB.core.helper - package org.ozoneDB.core.helper
 
org.ozoneDB.core.monitor - package org.ozoneDB.core.monitor
 
org.ozoneDB.core.storage - package org.ozoneDB.core.storage
Base package for storage implementations.
org.ozoneDB.core.storage.classicStore - package org.ozoneDB.core.storage.classicStore
 
org.ozoneDB.core.storage.gammaStore - package org.ozoneDB.core.storage.gammaStore
 
org.ozoneDB.core.storage.magicStore - package org.ozoneDB.core.storage.magicStore
 
org.ozoneDB.core.storage.wizardStore - package org.ozoneDB.core.storage.wizardStore
 
org.ozoneDB.core.wizardStore - package org.ozoneDB.core.wizardStore
 
org.ozoneDB.core.xml - package org.ozoneDB.core.xml
 
org.ozoneDB.tools - package org.ozoneDB.tools
 
org.ozoneDB.tools.OPP - package org.ozoneDB.tools.OPP
 
org.ozoneDB.tools.OPP.compiler - package org.ozoneDB.tools.OPP.compiler
 
org.ozoneDB.tools.OPP.message - package org.ozoneDB.tools.OPP.message
 
org.ozoneDB.tools.OPP.message.command - package org.ozoneDB.tools.OPP.message.command
 
org.ozoneDB.tools.OPP.srcgen - package org.ozoneDB.tools.OPP.srcgen
This package contains the interfaces involved in source generation.
org.ozoneDB.tools.OPP.srcgen.builder - package org.ozoneDB.tools.OPP.srcgen.builder
 
org.ozoneDB.tools.OPP.srcgen.direct - package org.ozoneDB.tools.OPP.srcgen.direct
 
org.ozoneDB.tools.OPP.srcgen.query - package org.ozoneDB.tools.OPP.srcgen.query
 
org.ozoneDB.tools.OPP.srcgen.resolve - package org.ozoneDB.tools.OPP.srcgen.resolve
 
org.ozoneDB.tools.OPP.srcgen.streamfactory - package org.ozoneDB.tools.OPP.srcgen.streamfactory
 
org.ozoneDB.util - package org.ozoneDB.util
 
origName - Variable in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
osFactory - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
osf - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
ourGC() - Method in class org.ozoneDB.core.storage.GcListeningDelayCache
 
ourTrim() - Method in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
out - Variable in class org.ozoneDB.DxLib.net.DxClient
 
out - Variable in class org.ozoneDB.core.admin.AdminClient
 
out - Variable in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
out - Variable in class org.ozoneDB.tools.OPP.ImplManipulator
 
out - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
out - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
out - Variable in class org.ozoneDB.util.MimeBase64Decoder
 
out - Variable in class org.ozoneDB.util.MimeBase64Encoder
 
outText - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
output - Variable in class org.ozoneDB.tools.OPP.OPPTask
 
outputDir - Variable in class org.ozoneDB.tools.OPP.ImplManipulator
 
outputDirName - Variable in class org.ozoneDB.tools.OPP.OPP
 
outputFactory - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
outputPath - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
outputStream() - Method in class org.ozoneDB.DxLib.net.DxClient
 
outputStream() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
owner - Variable in class org.ozoneDB.core.DbRemote.CommandThread
 
owner() - Method in class org.ozoneDB.core.DbRemote.CommandThread
 
owner() - Method in class org.ozoneDB.core.FixHack
 
owner - Variable in class org.ozoneDB.core.Transaction
 
owner() - Method in class org.ozoneDB.core.Transaction
 
owner - Variable in class test.tx.LockTest.TransactionThread
 
ownerID - Variable in class org.ozoneDB.core.Permissions
 
ownerName - Variable in class org.ozoneDB.core.Transaction
 
ozoneLoggerFactory - Static variable in class org.ozoneDB.util.OzoneLogger
 
ozoneObjectId - Variable in class org.ozoneDB.core.xml.ObjElement
The id of the OzoneObject (if the object is an OzoneObject).
ozoneObjectName - Variable in class org.ozoneDB.core.xml.ObjElement
The name of the OzoneObject (if the object is an OzoneObject).
ozoneProxy() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
ozoneProxy() - Method in interface org.ozoneDB.core.ObjectContainer
Return a proxy for the receiver.
ozoneProxy() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 

P

PATTERN_LAYOUT - Static variable in class org.ozoneDB.util.LogWriterLog4JImpl
 
PHASE_IDLE - Static variable in class org.ozoneDB.core.GarbageCollector
Doing nothing
PHASE_MARKING - Static variable in class org.ozoneDB.core.GarbageCollector
We are started, we are marking all reachable objects
PHASE_MARKING2 - Static variable in class org.ozoneDB.core.GarbageCollector
We are started, we are marking all reachable objects
PHASE_READY_TO_START - Static variable in class org.ozoneDB.core.GarbageCollector
We may start, all old transactions are complete
PHASE_RUN_INITIATED - Static variable in class org.ozoneDB.core.GarbageCollector
A run has been initiated
PHASE_SWEEPING - Static variable in class org.ozoneDB.core.GarbageCollector
We are started, we are sweeping all unreachable objects
PHASE_WAITING_FOR_NEW_TRANSACTIONS_TO_COMPLETE - Static variable in class org.ozoneDB.core.GarbageCollector
Waiting for the old transactions to complete
PHASE_WAITING_FOR_OLD_TRANSACTIONS_TO_COMPLETE - Static variable in class org.ozoneDB.core.GarbageCollector
Waiting for the old transactions to complete
POSTFIX_CLUSTER - Static variable in class org.ozoneDB.core.storage.AbstractClusterStore
 
POSTFIX_LOCK - Static variable in class org.ozoneDB.core.storage.AbstractClusterStore
 
POSTFIX_NEW - Static variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
POSTFIX_OLD - Static variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
POSTFIX_SEPARATOR - Static variable in class org.ozoneDB.core.storage.AbstractClusterStore
 
POSTFIX_SHADOW - Static variable in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
POSTFIX_TEMP - Static variable in class org.ozoneDB.core.storage.AbstractClusterStore
 
PROPS_FILE_VERSION - Static variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
PROP_CONTAINERCACHE - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
PROP_NUMCONFIGS - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
PROP_STORAGEFACTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
PROP_STREAMFACTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
PROXYNAME_POSTFIX - Static variable in interface org.ozoneDB.core.ObjectContainer
 
PermissionError - error org.ozoneDB.core.PermissionError.
 
PermissionError() - Constructor for class org.ozoneDB.core.PermissionError
 
PermissionError(String) - Constructor for class org.ozoneDB.core.PermissionError
 
Permissions - class org.ozoneDB.core.Permissions.
Ownership and access rights of a database object (aka ObjectContainer).
Permissions() - Constructor for class org.ozoneDB.core.Permissions
Constructor for readObject().
Permissions(User, int) - Constructor for class org.ozoneDB.core.Permissions
Constructor.
PersistenceSpace - class org.ozoneDB.core.storage.classicStore.PersistenceSpace.
 
PersistenceSpace(Env) - Constructor for class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
PropertyConfigurable - interface org.ozoneDB.core.storage.PropertyConfigurable.
All classes implementing this interface must provide a public constructor that has one Properties instance, and a String as its only parameters.
PropertyConfigurableFactory - class org.ozoneDB.core.storage.PropertyConfigurableFactory.
 
PropertyConfigurableFactory() - Constructor for class org.ozoneDB.core.storage.PropertyConfigurableFactory
 
PropertyInfo - class org.ozoneDB.core.storage.PropertyInfo.
 
PropertyInfo(String, String, String, String, String[]) - Constructor for class org.ozoneDB.core.storage.PropertyInfo
 
ProxyBuilder - class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder.
Builds an ozone Proxy.
ProxyBuilder(OutputStreamFactory, String, boolean, boolean, MessageWriter) - Constructor for class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
ProxyObjectGate - class org.ozoneDB.core.DbRemote.ProxyObjectGate.
A gate for Proxy objects.
ProxyObjectGate() - Constructor for class org.ozoneDB.core.DbRemote.ProxyObjectGate
Creates a new ProxyObjectGate.
p() - Method in class org.ozoneDB.DxLib.DxBBnode
 
pa - Variable in class org.ozoneDB.DxLib.DxBBnode
 
packageName(Class) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
packageName(String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
paint(Graphics) - Method in class org.ozoneDB.core.monitor.StorageCanvas
 
paint(Graphics) - Method in class org.ozoneDB.core.monitor.TransactionCanvas
 
paint(Graphics) - Method in class org.ozoneDB.tools.ChartCanvas
 
parametersToClasses(ClassBuilder.Parameter[]) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
parentDirectoryName(String, int) - Static method in class org.ozoneDB.tools.OPP.OPP
 
parentNodeId - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
parent in the tree
pass - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
passivColor - Static variable in class org.ozoneDB.core.monitor.StorageCanvas
 
passwd - Variable in class org.ozoneDB.core.User
 
password() - Method in class org.ozoneDB.core.User
 
peek() - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
peek() - Method in interface org.ozoneDB.DxLib.DxDeque
 
peek() - Method in class org.ozoneDB.DxLib.DxListDeque
 
peekBottom() - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
peekBottom() - Method in interface org.ozoneDB.DxLib.DxDeque
 
peekBottom() - Method in class org.ozoneDB.DxLib.DxListDeque
 
peekTop() - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
peekTop() - Method in interface org.ozoneDB.DxLib.DxDeque
 
peekTop() - Method in class org.ozoneDB.DxLib.DxListDeque
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCloseConn
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCommand
Perform whatever has to be done for this command.
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCopyObj
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCreateObj
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbDeleteObj
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbInvoke
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbModTimes
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbNameObj
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbNextID
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbObjForHandle
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbObjForName
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbObjectNames
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbOpen
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbProxyDeath
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbReloadClasses
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbTransaction
 
perform(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbXMLForObj
 
performCommand(DbCommand) - Method in class org.ozoneDB.core.FixHack
 
performCommand(DbCommand) - Method in class org.ozoneDB.core.Transaction
 
performCommand(Transaction, DbCommand) - Method in class org.ozoneDB.core.TransactionManager
Perform the specified command on behalf of the specified thread/transaction.
permissions() - Method in interface org.ozoneDB.core.ObjectContainer
 
permissions - Variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
permissions() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
permissions - Variable in class org.ozoneDB.core.storage.AbstractCluster
 
permissions() - Method in class org.ozoneDB.core.storage.AbstractCluster
 
permissions() - Method in interface org.ozoneDB.core.storage.Cluster
 
permissions - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
permissions
permissions() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
permissions - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
permissions() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
permissions() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
permissions() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
persistenceSpace - Variable in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
phase - Variable in class org.ozoneDB.core.GarbageCollector
The current phase this GarbageCollector is in.
pin() - Method in interface org.ozoneDB.core.ObjectContainer
Pins this ObjectContainer.
pin() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
Pins this ObjectContainer.
pin() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Pins this ObjectContainer.
pin() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
GammaStore does not not care about pin.
pin() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
pin() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Pins this WizardCluster.
pin() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Pins this ObjectContainer.
pinCount - Variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
The count of users of this cluster which requested it to be pinned.
pointCounter - Variable in class org.ozoneDB.tools.ChartCanvas
 
policy - Variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
pop() - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
pop() - Method in interface org.ozoneDB.DxLib.DxDeque
 
pop() - Method in class org.ozoneDB.DxLib.DxListDeque
 
popBottom() - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
popBottom() - Method in interface org.ozoneDB.DxLib.DxDeque
 
popBottom() - Method in class org.ozoneDB.DxLib.DxListDeque
 
popOnBottom(DeathObject) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
pops the object on the bottom of the stack
popOnTop(DeathObject) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
pops the object on the top of the stack
popTop() - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
popTop() - Method in interface org.ozoneDB.DxLib.DxDeque
 
popTop() - Method in class org.ozoneDB.DxLib.DxListDeque
 
populate(int) - Method in interface test.tx.Group
 
populate(int) - Method in class test.tx.GroupImpl
 
portNum() - Method in class org.ozoneDB.core.Env
 
portText - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
position - Variable in class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
positions - Variable in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
postFix - Variable in class org.ozoneDB.tools.OPP.srcgen.streamfactory.FileBasedStreamFactory
 
postfix - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.FactoryBuilder
 
postfix - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
preferredLayoutSize(Container) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Calculates the preferred dimension for the specified panel given the components in the specified parent container.
prefix - Variable in class org.ozoneDB.core.storage.AbstractReferenceCache
 
prefix - Variable in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
prefix - Variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
prefix - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
prefix - Variable in class org.ozoneDB.core.storage.gammaStore.GZIPStreamFactory
 
prefix - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
prefix - Variable in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
 
prefix - Variable in class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
 
prepareCommit() - Method in class org.ozoneDB.core.FixHack
 
prepareCommit() - Method in class org.ozoneDB.core.Transaction
 
prepareCommit(Transaction) - Method in interface org.ozoneDB.core.storage.Cluster
 
prepareCommit(TransactionID, DxCollection, DxCollection) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
prepareCommit(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
prepareCommit(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
prepareCommitCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
prepareCommitCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Store the specified cluster on disk.
prepareCommitCluster(Transaction, ClusterID) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Store the specified cluster on disk.
prepareCommitObjects(ClassicTransaction) - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
prepareCommitTransaction(Transaction) - Method in interface org.ozoneDB.core.StoreManager
Prepare the specified transaction for commit.
prepareCommitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
prepareCommitTransaction(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
prepareCommitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
Prepare the specified transaction for commit.
prepareCommitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
prepareCommitTransaction(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
prepareTransaction(Transaction, DbCommand) - Method in class org.ozoneDB.core.TransactionManager
Prepare the specified transaction.
prepend(DxString) - Method in class org.ozoneDB.DxLib.DxString
 
prepend(String) - Method in class org.ozoneDB.DxLib.DxString
 
prev() - Method in class org.ozoneDB.DxLib.DxListNode
 
prevLevel - Variable in class org.ozoneDB.core.SharedLock
 
prevNodeId - Variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
sibling node in the tree
previous - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
References for the double linked list
previousLevel() - Method in class org.ozoneDB.core.SharedLock
 
primitiveType(String) - Static method in class org.ozoneDB.core.OzoneClassLoader
Load primitive types with default class loader.
primitives - Static variable in class org.ozoneDB.tools.OPP.OPPHelper
 
print(int) - Method in class org.ozoneDB.DxLib.DxBBnode
 
print(PrintStream, String, String) - Method in class org.ozoneDB.util.EnhProperties
 
print() - Method in interface test.simple.Auto
 
print() - Method in class test.simple.AutoImpl
 
print() - Method in interface test.simple.Garage
 
print() - Method in class test.simple.GarageImpl
 
print(Group) - Static method in class test.tx.TxTest
 
printAll() - Method in interface test.simple.Garage
 
printAll() - Method in class test.simple.GarageImpl
 
printLastOID(String) - Static method in class org.ozoneDB.tools.Statistics
 
printLogInfo(Logger) - Static method in class org.ozoneDB.util.LogWriterLog4JImpl
 
printStackTrace - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
printStackTrace - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
printStatistics() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
printStatistics() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
printStatistics() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
printStats(String) - Static method in class org.ozoneDB.tools.Statistics
 
printUsage() - Static method in class org.ozoneDB.core.admin.AdminClient
 
printUsage() - Static method in class org.ozoneDB.tools.OPP.ODG
 
printUsage() - Static method in class org.ozoneDB.tools.OPP.OPP
 
processChunk(SAXChunkProducer) - Method in class org.ozoneDB.core.admin.AdminClient
This method is inherited from SAXChunkProducerDelegate.
processObjectContainerWhichWantsToBeSurelyReachable(Transaction, ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Processes an ObjectContainer which possibly has not already been registered as surely reachable.
processReferencesByThisObject(Transaction, ObjectContainer) - Method in class org.ozoneDB.core.GarbageCollector
Determines all references which are "contained" within the given object, adds them to the list of GarbageCollector.surelyReachableObjectsWhichHaveToBeMarkedAsSuch and then marks the given object as doneReachable.
processRestoreChunk(byte[]) - Method in interface org.ozoneDB.core.admin.Admin
 
processRestoreChunk(byte[]) - Method in class org.ozoneDB.core.admin.AdminImpl
 
processRestoreChunk(byte[]) - Method in class org.ozoneDB.core.admin.BackupRestore
 
processSurelyReachableObjectsWhichHaveToBeMarkedAsSuch() - Method in class org.ozoneDB.core.GarbageCollector
This is the "main()" method of the mark phase.
processedMethods - Variable in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
processingInstruction(String, String) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
properties - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
property(String, Object) - Method in class org.ozoneDB.util.EnhProperties
 
proxyClassName - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
proxyObjectGate - Variable in class org.ozoneDB.core.DbRemote.DbCommand
The database client proxy object gate which proxy objects leaving the database must be signed on.
proxyObjectGate - Variable in class org.ozoneDB.core.DbRemote.DbInvokeClient
 
proxyObjectGate - Variable in class org.ozoneDB.core.DbRemote.DbLocalClient
 
push(Object) - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
push(Object) - Method in interface org.ozoneDB.DxLib.DxDeque
 
push(Object) - Method in class org.ozoneDB.DxLib.DxListDeque
 
pushBottom(Object) - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
pushBottom(Object) - Method in interface org.ozoneDB.DxLib.DxDeque
 
pushBottom(Object) - Method in class org.ozoneDB.DxLib.DxListDeque
 
pushFromBottom() - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
removes and returns the object at the bottom
pushTop(Object) - Method in class org.ozoneDB.DxLib.DxArrayDeque
 
pushTop(Object) - Method in interface org.ozoneDB.DxLib.DxDeque
 
pushTop(Object) - Method in class org.ozoneDB.DxLib.DxListDeque
 
put(Object, Object) - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
put(Object, Object) - Method in interface org.ozoneDB.core.storage.Cache
Puts an object into the cache, along with its identifying key.
put(Object, Object) - Method in class org.ozoneDB.core.storage.DelayCache
 
put(Object, Object) - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
put(Object, Object) - Method in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
put(Object, Runnable) - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
Puts a task into this instance.
put(Object, Storable) - Method in class org.ozoneDB.core.storage.gammaStore.Serializer
Places a storable into a write queue.
putChildNode(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
putContainerLocation(int, ContainerLocation) - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
Note that we do not store containerLocation as an object, we simply take its values and copy it into internal arrays.
putContainerLocation(long, ContainerLocation) - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
putContainerLocation(long, ContainerLocation) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
putInCaches(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
putKey(long) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Inserts (or overwrites) a key and returns a handle to it.
putKey(long) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Inserts (or overwrites) a key and returns a handle to it.
putNodeId(int, long) - Method in class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 

Q

queue - Variable in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
quiet - Variable in class org.ozoneDB.tools.OPP.OPPTask
 
quiet - Variable in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
quietRoot - Variable in class org.ozoneDB.DxLib.DxBBTree
 

R

READLOCK - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
RECOVERY_SUFF - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
REMOTE_ID - Static variable in interface org.ozoneDB.core.xml.Consts
 
RESIZE_ABS - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
RESIZE_PROP - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
Groesse wird proportional/fest der groesse des containers angepasst
ROOT_TABLE_NAME - Static variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
RObjectOutputStream - class org.ozoneDB.core.DbRemote.RObjectOutputStream.
 
RObjectOutputStream(OutputStream, DxDeque) - Constructor for class org.ozoneDB.core.DbRemote.RObjectOutputStream
 
RUNNING - Static variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
RandomAccessFileStorage - class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage.
 
RandomAccessFileStorage(File, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
RandomAccessFileStorageFactory - class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory.
 
RandomAccessFileStorageFactory(Properties, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
As prescribed by the PropertyConfigurable interface.
RefElement - class org.ozoneDB.core.xml.RefElement.
This class saves all attributes of the refElement.
RefElement(Object) - Constructor for class org.ozoneDB.core.xml.RefElement
 
ReflectionClassDirector - class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector.
This ClassDirector uses reflection as the foundation of directs.
ReflectionClassDirector(MessageWriter, MethodResolver) - Constructor for class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
ReflectionClassDirector(MessageWriter, MethodResolver, Class) - Constructor for class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
ReflectionClassQuery - class org.ozoneDB.tools.OPP.srcgen.query.ReflectionClassQuery.
User: Jocke Date: 2004-jan-02 Time: 00:52:24
ReflectionClassQuery() - Constructor for class org.ozoneDB.tools.OPP.srcgen.query.ReflectionClassQuery
 
ReflectionHelper - class org.ozoneDB.core.helper.ReflectionHelper.
Created by IntelliJ IDEA.
ReflectionHelper() - Constructor for class org.ozoneDB.core.helper.ReflectionHelper
 
ResolverException - exception org.ozoneDB.tools.OPP.srcgen.ResolverException.
Exception for problems during method resolveing.
ResolverException(String, Throwable) - Constructor for class org.ozoneDB.tools.OPP.srcgen.ResolverException
 
ResolverException(Throwable) - Constructor for class org.ozoneDB.tools.OPP.srcgen.ResolverException
 
ResourceInputStreamFactory - class org.ozoneDB.tools.OPP.srcgen.streamfactory.ResourceInputStreamFactory.
 
ResourceInputStreamFactory(String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.ResourceInputStreamFactory
 
ResourceInputStreamFactory(String, String) - Constructor for class org.ozoneDB.tools.OPP.srcgen.streamfactory.ResourceInputStreamFactory
 
ResultConverter - class org.ozoneDB.core.ResultConverter.
The base class for the classes that convert the parameter and results of methods invocations that go through Database or ExternalDatabase.
ResultConverter() - Constructor for class org.ozoneDB.core.ResultConverter
 
rWeight - Variable in class org.ozoneDB.DxLib.DxBBnode
 
raFile - Variable in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
raiseState(int) - Method in class org.ozoneDB.core.AbstractObjectContainer
 
range - Variable in class org.ozoneDB.core.DbRemote.DbNextID
 
rawPutChildNode(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
Adds a child node in this node.
rawPutContainerLocation(long, ContainerLocation) - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
rawRemoveChildNode(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
Removes a child node from this node.
re - Variable in class org.ozoneDB.DxLib.DxBBnode
 
reMatch(Object, String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
reSearch(Object, String, int, int) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
re_use() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
Reuse an existing table from disk.
read(IndexManager, long) - Static method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Factory method to create a node by reading it from the storage used for index nodes by the specified index manager.
readBufHolder - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
Read buffer for instantiating new index nodes from storage.
readChunk(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
readChunk(DataInputStream, boolean) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
readClassDescriptor() - Method in class org.ozoneDB.core.storage.gammaStore.GammaObjectInputStream
 
readClassName() - Method in class org.ozoneDB.DxLib.DxObjectInputStream
 
readCluster(ClusterID, int) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
readClusterStats(String) - Static method in class org.ozoneDB.tools.Statistics
 
readColor - Static variable in class org.ozoneDB.core.monitor.TransactionCanvas
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxBoolean
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxDouble
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxException
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxInteger
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxKeyData
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxLong
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxString
 
readExternal(ObjectInput) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.DbRemote.DbCreateObj
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.DbRemote.DbInvoke
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.DbRemote.DbModTimes
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.DbRemote.DbNextID
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.DbRemote.DbXMLForObj
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.Group
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.ObjectID
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.Permissions
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.User
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.admin.AdminImpl
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Read from the stream - fuer DxDiskHashtable.
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.magicStore.IDTableNodeLeaf
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.wizardStore.IDTableNodeLeaf
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
readExternal(ObjectInput) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
readExternal(ObjectInput) - Method in class test.simple.BusImpl
 
readFully(byte[]) - Method in class org.ozoneDB.core.storage.gammaStore.AbstractStorage
 
readFully(byte[], int, int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
readFully(byte[], int, int) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
readFully(byte[], int, int) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
Read lenght bytes from b, starting at offset.
readFully(byte[]) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
readInt() - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
readInt() - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
readInt() - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
readLeaks(TransactionID, boolean) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
readLock - Variable in class org.ozoneDB.core.MROWLock
 
readLong() - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
readLong() - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
readLong() - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
readObject() - Method in class org.ozoneDB.DxLib.DxObjectInputStream
 
readObjects(int, TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
reads all objects from the cluster, while dropping leaks in normal mode or broken-transaction-objects in recovery mode; returns false if any objects were dropped
readProperties() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
readRequest(DxDiskSubTable) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
Eine sub-tabelle will nachladen.
readStats(String, String) - Static method in class org.ozoneDB.tools.Statistics
 
readStreamHeader() - Method in class org.ozoneDB.core.storage.gammaStore.GammaObjectInputStream
 
readTable() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
realizeSize(Dimension) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Sets the original size of the parent container.
receive() - Method in class org.ozoneDB.DxLib.net.DxClient
 
receive() - Method in class org.ozoneDB.core.DbRemote.DbClient
 
receive() - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
receive() - Method in class org.ozoneDB.core.DbRemote.DbRemoteClient
Receive object and handle proxy link conversion.
recover() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
do some recover stuff besides transaction rollback
recover() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
Fill idTable and nameTable from the information that are stored in the clusters directly.
recover() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
Fill idTable and nameTable from the information that are stored in the clusters directly.
recoverClusterIDs() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Search the DATA dir and recover all ClusterIDs.
recoverClusterIDs() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Search the DATA dir and recover all ClusterIDs.
recoveryMode - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
recursiveDeleteIfEmpty(File) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
redrawAll() - Method in class org.ozoneDB.tools.ChartCanvas
 
refObj - Variable in class org.ozoneDB.core.xml.RefElement
 
referenceHandler - Variable in class org.ozoneDB.core.storage.AbstractReferenceCache
 
referenceQueue - Variable in class org.ozoneDB.core.storage.AbstractReferenceCache
 
registerClass(DxString) - Static method in class org.ozoneDB.DxLib.DxClassLoader
 
registerCluster(ClusterID) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
registerContainer(StorageObjectContainer) - Method in class org.ozoneDB.core.storage.AbstractCluster
 
registerContainer(StorageObjectContainer) - Method in interface org.ozoneDB.core.storage.Cluster
 
registerContainer(StorageObjectContainer) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
registerContainerAndLock(StorageObjectContainer, Permissions, Transaction, int) - Method in class org.ozoneDB.core.storage.AbstractClusterStore
 
registerContainerAndLock(StorageObjectContainer, Permissions, Transaction, int) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Associates the specified container with a cluster.
registerContainerAndLock(StorageObjectContainer, Permissions, Transaction, int) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Associates the specified container with a cluster.
registerFreespace(FreeSpace) - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
Registers a block of free space.
registerFreespace(int, int, int) - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
relSize() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns the relative size of this node, on a scale of [0 .. 1]
release(Transaction) - Method in class org.ozoneDB.core.ExclusiveLock
 
release(Transaction) - Method in interface org.ozoneDB.core.Lock
Release the previously aquired lock.
release(Transaction) - Method in class org.ozoneDB.core.MROWLock
 
release(Transaction) - Method in class org.ozoneDB.core.SharedLock
 
releaseObject(ObjectContainer) - Method in class org.ozoneDB.core.FixHack
 
releaseObject(ObjectContainer) - Method in class org.ozoneDB.core.Transaction
The corresponding method to Transaction.acquireObject(org.ozoneDB.core.ObjectID, int).
remoteInterfaces - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
remove(Object) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
Remove the first occurence of an object that equals the the specified object.
remove(Object) - Method in interface org.ozoneDB.DxLib.DxCollection
 
remove(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
remove(Object) - Method in class org.ozoneDB.DxLib.DxHashMap
 
remove(Object) - Method in class org.ozoneDB.DxLib.DxHashSet
 
remove() - Method in class org.ozoneDB.DxLib.DxListNode
 
remove(Object) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
remove(Object) - Method in class org.ozoneDB.DxLib.DxTreeSet
 
remove(Object) - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
remove(Object) - Method in interface org.ozoneDB.core.storage.Cache
Returns the object in this cache for the given key and removes it from the cache.
remove(Object) - Method in class org.ozoneDB.core.storage.DelayCache
 
remove(Object) - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
remove(ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
removes the object from the stack
remove(Object) - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
Removes the task that was put into this instance with the specified key.
remove(Object) - Method in class org.ozoneDB.core.storage.gammaStore.Serializer
Removes a storable from the write queue.
remove(String, String) - Static method in class org.ozoneDB.tools.OIG
 
removeAll(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
removeAll(DxCollection) - Method in interface org.ozoneDB.DxLib.DxCollection
 
removeAllKeys(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
removeAllKeys(DxCollection) - Method in interface org.ozoneDB.DxLib.DxMap
 
removeAllKeys(DxCollection) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
removeAtIndex(int) - Method in class org.ozoneDB.DxLib.DxArrayBag
Sets the component at the specified index to be null.
removeAtIndex(int) - Method in interface org.ozoneDB.DxLib.DxVector
 
removeBuilder(ClassBuilder) - Method in class org.ozoneDB.tools.OPP.srcgen.builder.CompositeBuilder
Removes a builder from the composition
removeChildNode(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
removeClient(DxMultiServerClient) - Method in class org.ozoneDB.DxLib.net.DxMultiServer
 
removeClient(DxMultiServerClient) - Method in class org.ozoneDB.core.InvokeServer
 
removeContainer(StorageObjectContainer) - Method in class org.ozoneDB.core.storage.AbstractCluster
 
removeContainer(StorageObjectContainer) - Method in interface org.ozoneDB.core.storage.Cluster
 
removeContainer(StorageObjectContainer) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
removeContainerLocation(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
removeContainerLocation(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
removeEldestEntry(Map.Entry) - Method in class org.ozoneDB.core.storage.FixedSizeCache.OurMap
 
removeElementFromCache(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxBBTree
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxHashMap
 
removeForKey(Object) - Method in interface org.ozoneDB.DxLib.DxMap
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
removeForKey(Object) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
removeFromCaches(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
removeFromDisk() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
removeFromStack(DeathObject) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
removes the object from the stack
removeGenrationEventListener(MessageWriter) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
removeGroup(String) - Method in class org.ozoneDB.core.UserManager
Delete the group for the given name.
removeGroup(String) - Method in interface org.ozoneDB.core.admin.Admin
 
removeGroup(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
removeGroup(String) - Method in class org.ozoneDB.core.admin.AdminImpl
 
removeKey(long) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns a handle to the given value and removes that key.
removeKey(long) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns a handle to the given value and removes that key.
removeLayoutComponent(Component) - Method in class org.ozoneDB.core.monitor.AbsoluteLayout
Removes the specified component from the layout.
removeListener(MessageWriter) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
removeNodeKey(Object) - Method in class org.ozoneDB.DxLib.DxBBnode
 
removeObject() - Method in class org.ozoneDB.DxLib.DxBBIterator
 
removeObject() - Method in class org.ozoneDB.DxLib.DxDiskHashIterator
 
removeObject() - Method in class org.ozoneDB.DxLib.DxHashIterator
 
removeObject() - Method in interface org.ozoneDB.DxLib.DxIterator
 
removeObject() - Method in class org.ozoneDB.DxLib.DxListIterator
 
removeObject() - Method in class org.ozoneDB.DxLib.DxMultiIterator
 
removeObject() - Method in class org.ozoneDB.DxLib.DxVectorIterator
 
removeObjectReferencedByClient(OzoneProxy) - Method in class org.ozoneDB.core.DbRemote.ProxyObjectGate
 
removeObjectReferencedByClient(ObjectID) - Method in class org.ozoneDB.core.DbRemote.ProxyObjectGate
 
removeObserver(Observer) - Method in class org.ozoneDB.util.EnhProperties
 
removePos(int) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Deletes the entry at given position.
removeResolver(MethodResolver) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.CompositeMethodResolver
 
removeTable(DxDiskHashMap) - Method in class org.ozoneDB.DxLib.DxDiskHashCompatible
 
removeTransactionRequiredToComplete(Transaction) - Method in class org.ozoneDB.core.GarbageCollector
 
removeUser(User) - Method in class org.ozoneDB.core.Group
 
removeUser(String) - Method in class org.ozoneDB.core.UserManager
 
removeUser(String) - Method in interface org.ozoneDB.core.admin.Admin
 
removeUser(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
removeUser(String) - Method in class org.ozoneDB.core.admin.AdminImpl
 
removeUserFromGroup(String, String) - Method in class org.ozoneDB.core.UserManager
 
removeUserFromGroup(String, String) - Method in interface org.ozoneDB.core.admin.Admin
 
removeUserFromGroup(String, String) - Method in class org.ozoneDB.core.admin.AdminImpl
 
removedFrom(Cache, Object) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
renewTransactionIfRequired() - Method in class org.ozoneDB.core.GarbageCollector
Checks wether the current transaction has to be committed (because it accumulated too much changes) and if so, commits it and closes it.
replaceObject(Object) - Method in class org.ozoneDB.core.DbRemote.RObjectOutputStream
 
reportNamedObjectsToGarbageCollector() - Method in interface org.ozoneDB.core.StoreManager
Tells this StoreManager to report every named object to the garbage collector.
reportNamedObjectsToGarbageCollector() - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
Tells this StoreManager to report every named object to the garbage collector.
reportNamedObjectsToGarbageCollector() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
Tells this StoreManager to report every named object to the garbage collector.
reportNamedObjectsToGarbageCollector() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
Tells this StoreManager to report every named object to the garbage collector.
reportNamedObjectsToGarbageCollector() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
Tells this StoreManager to report every named object to the garbage collector.
request(String) - Method in interface org.ozoneDB.tools.IODevice
 
requireWriteLocking() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
requireWriteLocking() - Method in interface org.ozoneDB.core.ObjectContainer
 
requireWriteLockingCallByUser(ObjectContainer) - Method in class org.ozoneDB.core.FixHack
 
requireWriteLockingCallByUser(ObjectContainer) - Method in class org.ozoneDB.core.Transaction
A user calls OzoneObject.requireWriteLocking().
reset() - Method in class org.ozoneDB.DxLib.DxBBIterator
 
reset() - Method in class org.ozoneDB.DxLib.DxDiskHashIterator
 
reset() - Method in class org.ozoneDB.DxLib.DxHashIterator
 
reset() - Method in interface org.ozoneDB.DxLib.DxIterator
 
reset() - Method in class org.ozoneDB.DxLib.DxListIterator
 
reset() - Method in class org.ozoneDB.DxLib.DxMultiIterator
 
reset() - Method in class org.ozoneDB.DxLib.DxObjectInputStream
 
reset() - Method in class org.ozoneDB.DxLib.DxObjectOutputStream
 
reset() - Method in class org.ozoneDB.DxLib.DxVectorIterator
 
reset() - Method in class org.ozoneDB.core.ExclusiveLock
 
reset() - Method in class org.ozoneDB.core.FixHack
 
reset() - Method in interface org.ozoneDB.core.Lock
 
reset() - Method in class org.ozoneDB.core.MROWLock
 
reset() - Method in class org.ozoneDB.core.SharedLock
 
reset() - Method in class org.ozoneDB.core.Transaction
 
reset() - Method in class org.ozoneDB.tools.ChartCanvas
 
resetConfigFile(Setup) - Static method in class org.ozoneDB.tools.Install
 
resetGcIndicator() - Method in class org.ozoneDB.core.storage.GcListeningDelayCache
Creates an object that is only weakly referenced.
resetStateFile(Setup) - Static method in class org.ozoneDB.tools.Install
 
resolveMethods(String, MethodResolver.UpdateMethodBag) - Method in interface org.ozoneDB.tools.OPP.srcgen.MethodResolver
 
resolveMethods(String, MethodResolver.UpdateMethodBag) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
resolveMethods(String, MethodResolver.UpdateMethodBag) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.CompositeMethodResolver
 
resolveMethods(String, MethodResolver.UpdateMethodBag) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
 
resolver - Variable in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
resolvers - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.CompositeMethodResolver
 
restore(String[]) - Method in class org.ozoneDB.core.admin.AdminClient
 
restoreCluster(ClusterID, Set) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
restoreCluster(ClusterID) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
restoreConsumer - Variable in class org.ozoneDB.core.admin.BackupRestore
 
restoreShadow() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Restore the saved shadow on disk.
result - Variable in class org.ozoneDB.core.DbRemote.DbCommand
Result of the command.
retainAll(DxCollection) - Method in class org.ozoneDB.DxLib.DxAbstractSet
 
retainAll(DxCollection) - Method in interface org.ozoneDB.DxLib.DxSet
Retain only the elements in this set that are contained in the specified collection
returncodeForPrimitive(Class, String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
For all primitive types in implementationClass return a string like '.intValue()'.
returncodeForPrimitive(String, String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
For all primitive types in implementationClass return a string like '.intValue()'.
rollBack(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
rollBackLeaks(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
rollBackTransaction(File) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
rollbackOnly - Variable in class org.ozoneDB.core.Transaction
 
root() - Method in class org.ozoneDB.DxLib.DxBBTree
 
root - Variable in class org.ozoneDB.tools.OPP.srcgen.streamfactory.ResourceInputStreamFactory
 
rootID - Variable in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
rootNode - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
entry point for the tree containing all index nodes
rootTable - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
rootTable() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
rootWriter - Variable in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
rotLeft() - Method in class org.ozoneDB.DxLib.DxBBnode
 
rotRight() - Method in class org.ozoneDB.DxLib.DxBBnode
 
row - Variable in class org.ozoneDB.tools.OPP.message.command.LocationWarningCommand
 
run() - Method in class org.ozoneDB.DxLib.net.Acceptor
 
run() - Method in class org.ozoneDB.DxLib.net.DxAsyncClient
 
run() - Method in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
run() - Method in class org.ozoneDB.core.DeadlockThread
 
run() - Method in class org.ozoneDB.core.GarbageCollector
The main method for garbage collection.
run() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache.ReferenceHandler
 
run() - Method in class org.ozoneDB.core.storage.DelayCache.TrimThread
 
run() - Method in class org.ozoneDB.core.storage.GcListeningDelayCache.GcIndicatorThread
 
run() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec.ProcessorThread
 
run() - Method in class org.ozoneDB.core.storage.gammaStore.Deleter.DeleteTask
 
run() - Method in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
run() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread
 
run() - Method in class org.ozoneDB.tools.BenchmarkThread
 
run() - Method in class test.deadlocks.AccessThread
 
run() - Method in class test.multiple_access.AccessThread
 
run() - Method in class test.simple.ClientThread1
 
run() - Method in class test.simple.ClientThread2
 
run() - Method in class test.tx.AccessThread
 
run() - Method in class test.tx.LockTest.TransactionThread
 

S

SERVER_THREAD_PRIORITY - Static variable in class org.ozoneDB.core.Env
Priority of the server thread (Server.main())
SIGNATURE_DELIMITER - Static variable in class org.ozoneDB.core.helper.ReflectionHelper
 
SIGNATURE_DELIMITER - Static variable in class org.ozoneDB.tools.OPP.OPP
 
SIGNATURE_DELIMITER - Static variable in class org.ozoneDB.tools.OPP.OPPHelper
Deprecated. use org.ozoneDB.core.helper.ReflectionHelper.SIGNATUR_DELIMETER instead
STATE - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
STATE_ADDED - Static variable in class org.ozoneDB.core.storage.magicStore.IDTableChange
 
STATE_ADDED - Static variable in class org.ozoneDB.core.storage.magicStore.NameTableChange
 
STATE_ADDED - Static variable in class org.ozoneDB.core.storage.wizardStore.IDTableChange
 
STATE_ADDED - Static variable in class org.ozoneDB.core.storage.wizardStore.NameTableChange
 
STATE_CLEAN - Static variable in interface org.ozoneDB.core.ObjectContainer
 
STATE_CREATED - Static variable in interface org.ozoneDB.core.ObjectContainer
 
STATE_DELETED - Static variable in interface org.ozoneDB.core.ObjectContainer
 
STATE_FILE - Static variable in class org.ozoneDB.core.Env
 
STATE_MODIFIED - Static variable in interface org.ozoneDB.core.ObjectContainer
 
STATE_READ - Static variable in interface org.ozoneDB.core.ObjectContainer
 
STATE_REMOVED - Static variable in class org.ozoneDB.core.storage.magicStore.IDTableChange
 
STATE_REMOVED - Static variable in class org.ozoneDB.core.storage.magicStore.NameTableChange
 
STATE_REMOVED - Static variable in class org.ozoneDB.core.storage.wizardStore.IDTableChange
 
STATE_REMOVED - Static variable in class org.ozoneDB.core.storage.wizardStore.NameTableChange
 
STATS_DIR - Static variable in class org.ozoneDB.core.Env
 
STATUS_ABORTED - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction has been aborted.
STATUS_ABORTING - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction is about to abort.
STATUS_COMMITED - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction has been successfully committed.
STATUS_COMMITING - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction is about to commit.
STATUS_NONE - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction is not active.
STATUS_PREPARED - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction has been successfully prepared.
STATUS_PREPARING - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction is about to prepare.
STATUS_STARTED - Static variable in class org.ozoneDB.core.Transaction
Status of a transaction: transaction has been started.
STOPPED - Static variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
STOPPING - Static variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
SUBDIRECTORYCOUNT - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
SUBDIRECTORYCOUNT_KEY - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
SUBDIRECTORYDEPTH - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
SUBDIRECTORYDEPTH_KEY - Static variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
SYSTEM_USER_ID - Static variable in class org.ozoneDB.core.UserManager
This is the userID of the system.
Serializer - class org.ozoneDB.core.storage.gammaStore.Serializer.
Takes care of Storable implemeting instances, in that it has different threads for serializing and writing to Storage.
Serializer(StorageFactory, StreamFactory, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.Serializer
 
Serializer.SerializeTask - class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask.
 
Serializer.SerializeTask(Object, Storable) - Constructor for class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
Server - class org.ozoneDB.core.Server.
Main class to start the stand-alone server.
Server() - Constructor for class org.ozoneDB.core.Server
 
ServerComponent - class org.ozoneDB.core.ServerComponent.
Base class for all componente of the ozone core.
ServerComponent(Env) - Constructor for class org.ozoneDB.core.ServerComponent
 
SharedLock - class org.ozoneDB.core.SharedLock.
This class implements a non-exclusive lock policy.
SharedLock() - Constructor for class org.ozoneDB.core.SharedLock
 
SimpleLogWriter - class org.ozoneDB.util.SimpleLogWriter.
Provides simple console logging Usage: LogWriter logWriter = SimpleLogWriter.getInstance().setDebugLevel(LogWriter.DEBUG);
SimpleLogWriter() - Constructor for class org.ozoneDB.util.SimpleLogWriter
 
SimpleTest - class test.simple.SimpleTest.
 
SimpleTest(String) - Constructor for class test.simple.SimpleTest
Constructor
SoftReferenceCache - class org.ozoneDB.core.storage.SoftReferenceCache.
Caches objects which may be garbage collected at any time by the Java virtual machine garbage collector.
SoftReferenceCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.SoftReferenceCache
 
SoftReferenceCache() - Constructor for class org.ozoneDB.core.storage.SoftReferenceCache
 
SoftReferenceCache.Item - class org.ozoneDB.core.storage.SoftReferenceCache.Item.
 
SoftReferenceCache.Item(Object) - Constructor for class org.ozoneDB.core.storage.SoftReferenceCache.Item
 
SoftReferenceCache.ObjectReference - class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference.
 
SoftReferenceCache.ObjectReference(Object, Object, ReferenceQueue) - Constructor for class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference
 
SourceUpdateMethodResolver - class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver.
Helper class that allows to parse the Java source code of interface files to find update methods
SourceUpdateMethodResolver(InputStreamFactory, MessageWriter, ClassQuery) - Constructor for class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
 
Statistics - class org.ozoneDB.tools.Statistics.
 
Statistics() - Constructor for class org.ozoneDB.tools.Statistics
 
StdOutMessageWriter - class org.ozoneDB.tools.OPP.message.StdOutMessageWriter.
 
StdOutMessageWriter(boolean, boolean) - Constructor for class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
Storable - interface org.ozoneDB.core.storage.gammaStore.Storable.
 
Storage - interface org.ozoneDB.core.storage.gammaStore.Storage.
A meganism for storing and retrieving data to a permament back-end.
StorageCanvas - class org.ozoneDB.core.monitor.StorageCanvas.
 
StorageCanvas() - Constructor for class org.ozoneDB.core.monitor.StorageCanvas
 
StorageFactory - interface org.ozoneDB.core.storage.gammaStore.StorageFactory.
Factory for creating Storage instances.
StorageFrame - class org.ozoneDB.core.monitor.StorageFrame.
.
StorageFrame(Env) - Constructor for class org.ozoneDB.core.monitor.StorageFrame
Initializes the Form
StorageFrame.ButtonListener - class org.ozoneDB.core.monitor.StorageFrame.ButtonListener.
 
StorageFrame.ButtonListener() - Constructor for class org.ozoneDB.core.monitor.StorageFrame.ButtonListener
 
StorageFrame.MenuListener - class org.ozoneDB.core.monitor.StorageFrame.MenuListener.
 
StorageFrame.MenuListener() - Constructor for class org.ozoneDB.core.monitor.StorageFrame.MenuListener
 
StorageMenubar - class org.ozoneDB.core.monitor.StorageMenubar.
 
StorageMenubar(ActionListener) - Constructor for class org.ozoneDB.core.monitor.StorageMenubar
 
StorageObjectContainer - class org.ozoneDB.core.storage.StorageObjectContainer.
 
StorageObjectContainer() - Constructor for class org.ozoneDB.core.storage.StorageObjectContainer
 
StoreManager - interface org.ozoneDB.core.StoreManager.
Together with the ObjectContainer interface this is the StoreManager back-end API.
StreamFactory - interface org.ozoneDB.core.storage.gammaStore.StreamFactory.
Factory pattern for creating streams which are 'inserted' into the serialization-to-stream process.
SummaryMessageWriterDecorator - class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.
 
SummaryMessageWriterDecorator(MessageWriter) - Constructor for class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
SummaryMessageWriterDecorator.Summary - class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary.
 
SummaryMessageWriterDecorator.Summary(String) - Constructor for class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
SuperclassElement - class org.ozoneDB.core.xml.SuperclassElement.
This class saves all attributes of the superclassElement.
SuperclassElement() - Constructor for class org.ozoneDB.core.xml.SuperclassElement
 
SuperclassElement(Object, Attributes) - Constructor for class org.ozoneDB.core.xml.SuperclassElement
 
save() - Method in class org.ozoneDB.core.ClassManager
 
save() - Method in class org.ozoneDB.core.GarbageCollector
 
save() - Method in class org.ozoneDB.core.KeyGenerator
 
save() - Method in class org.ozoneDB.core.ServerComponent
Save the internal state in the state to the server state properties.
save() - Method in class org.ozoneDB.core.TransactionManager
 
save() - Method in class org.ozoneDB.core.UserManager
 
save() - Method in class org.ozoneDB.core.admin.AdminManager
 
save() - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
save() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
save() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
save() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
saveContainer(ContainerLocation, GammaContainer, int) - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
saveShadow() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Shadow files are contain the data of original cluster files.
search(long) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Searches for the given value.
search(long, int, int) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
note: searching beyond high > index is NOT supported and may yield strange results.
search(long) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Searches for the given value.
search(long, int, int) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
note: searching beyond high > index is NOT supported and may yield strange results.
searchUpdateMethods(String, MethodResolver.UpdateMethodBag) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
Try to load the XML class descriptor to...
searchUpdateMethods(String, MethodResolver.UpdateMethodBag) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
Recursivly search all remote interfaces (implement OzoneRemote) for update methods.
searchUpdateMethods2(String, MethodResolver.UpdateMethodBag) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
Search all methods that are marked in the resolver code of the remote Java interface.
securityManager - Static variable in class org.ozoneDB.core.Env
 
seek(long) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
seek(long) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
seek(long) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
Introduced because some implementing classes (based on FileOutputStream and FileInputStream for instance) might not support seek operations.
selfCheck - Static variable in class org.ozoneDB.core.Env
Wether ozone should do selfChecks at different code locations.
send(Object) - Method in class org.ozoneDB.DxLib.net.DxClient
 
send(Object) - Method in class org.ozoneDB.core.DbRemote.DbLocalClient
 
sendLockMessage(Locker, Locker, boolean) - Method in class org.ozoneDB.core.dr.EdgeChasing
Recursive deadlock recognition.
sendLockMessage(Locker, Locker, boolean, HashSet) - Method in class org.ozoneDB.core.dr.EdgeChasing
Recursive deadlock recognition.
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxAbstractBag
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxAbstractCollection
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxAbstractIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxAbstractMap
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxAbstractSet
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxArrayBag
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxArrayDeque
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxBBIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxBBTree
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxBBnode
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxBoolean
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxClass
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxComparator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskHashCompatible
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskHashIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskHashNode
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxDouble
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxException
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxHashIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxHashMap
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxHashSet
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxInteger
 
serialVersionUID - Static variable in interface org.ozoneDB.DxLib.DxIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxKeyData
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxListBag
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxListDeque
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxListIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxListNode
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxLong
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxMultiIterator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxMultiMap
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxObject
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxStandardComparator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxString
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxStringComparator
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxTreeMap
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxTreeSet
 
serialVersionUID - Static variable in class org.ozoneDB.DxLib.DxVectorIterator
 
serialVersionUID - Static variable in class org.ozoneDB.core.ExclusiveLock
 
serialVersionUID - Static variable in class org.ozoneDB.core.Group
 
serialVersionUID - Static variable in class org.ozoneDB.core.MROWLock
 
serialVersionUID - Static variable in class org.ozoneDB.core.ObjectID
 
serialVersionUID - Static variable in class org.ozoneDB.core.Permissions
 
serialVersionUID - Static variable in class org.ozoneDB.core.SharedLock
 
serialVersionUID - Static variable in class org.ozoneDB.core.User
 
serialVersionUID - Static variable in class org.ozoneDB.core.UserManager
 
serialVersionUID - Static variable in class org.ozoneDB.core.admin.AdminImpl
 
serialVersionUID - Static variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
serialVersionUID - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
generated Serialized Version UID
serialVersionUID - Static variable in class org.ozoneDB.core.monitor.AbsoluteLayout
generated Serialized Version UID
serialVersionUID - Static variable in class org.ozoneDB.core.storage.ClusterID
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
magic number for streaming
serialVersionUID - Static variable in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.magicStore.IDTable
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.magicStore.IDTableNodeLeaf
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.Cluster
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.ClusterID
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.IDTable
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.IDTableNodeLeaf
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
serialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
serialVersionUID - Static variable in class org.ozoneDB.core.wizardStore.Cluster
 
serialVersionUID - Static variable in class org.ozoneDB.core.wizardStore.ClusterID
 
serialVersionUID - Static variable in class test.simple.AutoImpl
The serialization version id used by the Java serialization.
serialVersionUID - Static variable in class test.simple.BusImpl
The serialization version id used by the Java serialization.
serialVersionUID - Static variable in class test.tx.GroupImpl
 
serialVersionUID - Static variable in class test.tx.UserImpl
 
serialize(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
serializeAsyncExec - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer
 
serializeTransientFlag - Variable in class org.ozoneDB.core.xml.Object2XML
This flag decides if transient member will be serialized or not.
server - Variable in class org.ozoneDB.DxLib.net.Acceptor
 
server - Variable in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
server - Variable in class org.ozoneDB.DxLib.net.DxServer
 
serverHost - Variable in class org.ozoneDB.tools.BenchmarkThread
 
serverSide - Variable in class test.args.ArgsImpl
 
serverSocket - Variable in class org.ozoneDB.DxLib.net.DxMultiServer
 
serverText - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
set(Object, Object) - Method in class org.ozoneDB.DxLib.DxKeyData
 
setAge(Integer) - Method in interface test.simple.Auto
 
setAge(int) - Method in interface test.simple.Auto
 
setAge(Integer) - Method in class test.simple.AutoImpl
 
setAge(int) - Method in class test.simple.AutoImpl
 
setAll(Integer) - Method in class test.simple.GarageImpl
 
setAlter(DxInteger) - Method in interface test.simple.Garage
 
setAlter(DxInteger) - Method in class test.simple.GarageImpl
 
setAverageColors(Color[]) - Method in class org.ozoneDB.tools.ChartCanvas
 
setAverageRanges(int[]) - Method in class org.ozoneDB.tools.ChartCanvas
 
setBooleanProperty(String, boolean) - Method in class org.ozoneDB.util.EnhProperties
 
setBranchNodeMergeReach(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setBranchNodeMergeSize(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setCache(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setCache(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setChanged() - Method in class org.ozoneDB.core.ServerComponent
 
setChanged() - Method in class org.ozoneDB.util.EnhObservable
 
setClasspath(Path) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setClasspath(String) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setCluID(ClusterID) - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
setCluster(Cluster) - Method in class org.ozoneDB.core.storage.StorageObjectContainer
 
setCluster(Cluster) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
setClusterID(ClusterID) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
setClusterStore(AbstractClusterStore) - Method in class org.ozoneDB.core.storage.AbstractCluster
 
setClusterStore(AbstractClusterStore) - Method in interface org.ozoneDB.core.storage.Cluster
 
setComplexObject(DxBag) - Method in interface test.args.Args
 
setComplexObject(DxBag) - Method in class test.args.ArgsImpl
 
setContainerCache(Cache) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
setCurrentGarbageCollectionLevel(int) - Method in class org.ozoneDB.core.GarbageCollector
 
setCurrentKey(Object) - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
setCurrentSize(int) - Method in interface org.ozoneDB.core.storage.Cluster
 
setCurrentSize(int) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
setCurrentSize(int) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
setData(byte[]) - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
setDeadlockWaitTimeMaximum(long) - Method in class org.ozoneDB.core.FixHack
 
setDeadlockWaitTimeMaximum(long) - Method in class org.ozoneDB.core.Transaction
 
setDeadlocked(boolean) - Method in class org.ozoneDB.core.FixHack
 
setDeadlocked(boolean) - Method in class org.ozoneDB.core.Transaction
 
setDeadlocked(boolean) - Method in interface org.ozoneDB.core.dr.Locker
 
setDebug(boolean) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setDebug(boolean) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
setDebugInfo(String) - Method in class org.ozoneDB.core.MROWLock
 
setDebugLevel(int) - Method in class org.ozoneDB.util.SimpleLogWriter
 
setDefaultValue(String) - Method in class org.ozoneDB.core.storage.PropertyInfo
 
setDelay(int) - Method in class org.ozoneDB.core.storage.DelayCache
 
setDeprecation(boolean) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setDescription(String) - Method in class org.ozoneDB.core.storage.PropertyInfo
 
setDirectory(File) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
setDirty(boolean) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setDirty() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setDirtyNodeCache(TrimmingCache) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setDocumentLocator(Locator) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method setDocumentLocator sets the locator.
setEnv(Env) - Method in class org.ozoneDB.core.storage.AbstractCluster
 
setEnv(Env) - Method in interface org.ozoneDB.core.storage.Cluster
 
setExampleValues(String[]) - Method in class org.ozoneDB.core.storage.PropertyInfo
 
setGammaStore(GammaStore) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
setGammaStore(GammaStore) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
setGarbageCollector(GarbageCollector) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
setGeneralNodeCache(TrimmingCache) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setGenerateFactory(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setGenerateOcd(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setGenerateProxy(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setGenerate_factory(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setGenerate_ocd(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setGenerate_proxy(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setHighThreshold(long) - Method in class org.ozoneDB.core.storage.GcListeningDelayCache
value in range setInUse(int, boolean) - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns the previous value.
setInUse(int, boolean) - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
setIndexManager(IndexManager) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Sets the index manager that is 'managing' this tree.
setInt(int) - Method in interface test.args.Args
 
setInt(int) - Method in class test.args.ArgsImpl
 
setIntArray(int[]) - Method in interface test.args.Args
 
setIntArray(int[]) - Method in class test.args.ArgsImpl
 
setIntArrayProperty(String, int[]) - Method in class org.ozoneDB.util.EnhProperties
 
setIntProperty(String, int) - Method in class org.ozoneDB.util.EnhProperties
 
setKey(String) - Method in class org.ozoneDB.core.storage.PropertyInfo
 
setLeafNodeMergeReach(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setLength(long) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
setLength(long) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
setLength(long) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
Sets the maximum length.
setLink(Auto) - Method in interface test.simple.Auto
 
setLink(Auto) - Method in class test.simple.AutoImpl
 
setLock(Lock) - Method in interface org.ozoneDB.core.storage.Cluster
 
setLock(Lock) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
setLock(Lock) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
setLogStorage(Storage) - Method in class org.ozoneDB.core.storage.gammaStore.GammaTransaction
 
setLongProperty(String, long) - Method in class org.ozoneDB.util.EnhProperties
 
setLowThreshold(long) - Method in class org.ozoneDB.core.storage.GcListeningDelayCache
value in range <0, min(1,highThreshold)] indicating when cache should throw away all its entries.
setMagicStore(MagicStore) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
setMaxBranchNodeSize(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setMaxCapacity(int) - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
setMaxCapacity(int) - Method in class org.ozoneDB.core.storage.FixedSizeDelayCache
 
setMaxFreeSpaceSizeDifference(int) - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
setMaxLeafNodeSize(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setMaxOpenDataFiles(int) - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
setMaxSize(int) - Method in class org.ozoneDB.core.storage.gammaStore.FreeSpaceManager
 
setMaxSize(int) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setMinSleepTime(int) - Method in class org.ozoneDB.core.storage.DelayCache
 
setMode(String) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorageFactory
 
setName(String) - Method in interface org.ozoneDB.core.ObjectContainer
 
setName(String) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
setName(String) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
setName(String) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
setName(String) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
setName(String) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
setName(String) - Method in interface test.simple.Auto
 
setName(String) - Method in class test.simple.AutoImpl
 
setName(String) - Method in interface test.tx.Group
 
setName(String) - Method in class test.tx.GroupImpl
 
setName(String) - Method in interface test.tx.User
 
setName(String) - Method in class test.tx.UserImpl
 
setNewClusterId(long) - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
setNewPosition(long) - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
setNewestLeafNode(IndexLeafNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setNextNode(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setNextNodeId(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setNoWarn(boolean) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setNodeIdCounter(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setNodeSerializer(Serializer) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setObject(OzoneCompatible) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Setzen oder loeschen des objektes.
setObjectStreamClasses(ObjectStreamClasses) - Method in class org.ozoneDB.core.storage.gammaStore.DataFileManager
 
setOldClusterId(long) - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
setOldPosition(long) - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
setOptimize(boolean) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setOutput(File) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setOutputPath(File) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setOwner(User) - Method in class org.ozoneDB.core.DbRemote.CommandThread
 
setOwner(User) - Method in class org.ozoneDB.core.Permissions
 
setOwner(User) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
setParentNode(IndexBranchNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Only ment to be called from IndexBranchNode.putChildNode(IndexNode).
setParentNodeId(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setPhase(int) - Method in class org.ozoneDB.core.GarbageCollector
 
setPrefix(String) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
setPrevNode(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setPrevNodeId(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
setPrintStackTrace(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setPrintStackTrace(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setProgressLog(BenchmarkProgressLog) - Method in class org.ozoneDB.tools.BenchmarkThread
 
setProgressLog(BenchmarkProgressLog) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
setProperty(String, Object) - Method in class org.ozoneDB.util.EnhProperties
 
setProxyObjectGate(ProxyObjectGate) - Method in class org.ozoneDB.core.DbRemote.DbCommand
 
setQuiet(boolean) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
setReusable(boolean) - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
setRootNode(IndexBranchNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setShiftLeftOnEnd(boolean) - Method in class org.ozoneDB.tools.ChartCanvas
 
setShort(short) - Method in interface test.args.Args
 
setShort(short) - Method in class test.args.ArgsImpl
 
setShouldCallOnActivate(boolean) - Method in class org.ozoneDB.core.AbstractObjectContainer
 
setShouldCallOnActivate(boolean) - Method in interface org.ozoneDB.core.ObjectContainer
 
setShouldCallOnPassivate(boolean) - Method in class org.ozoneDB.core.AbstractObjectContainer
 
setShouldCallOnPassivate(boolean) - Method in interface org.ozoneDB.core.ObjectContainer
 
setSimpleObject(String) - Method in interface test.args.Args
 
setSimpleObject(String) - Method in class test.args.ArgsImpl
 
setSize(long) - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
setSize(long) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setSizes(int, int) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
setSourcePath(File) - Method in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
setState(byte) - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
setStatus(int) - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
setStorageFactory(StorageFactory) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setStrValue(String) - Method in class org.ozoneDB.core.xml.ValueElement
 
setStreamFactory(StreamFactory) - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
setStringArray(String[][]) - Method in interface test.args.Args
 
setStringArray(String[][]) - Method in class test.args.ArgsImpl
 
setStringProperty(String, String) - Method in class org.ozoneDB.util.EnhProperties
 
setSubdirectoryCount(int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
setSubdirectoryDepth(int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
Sets the depth of subdirectories to use.
setSynchronizer(Object) - Method in class org.ozoneDB.core.storage.AbstractTrimmingCache
Because of performance issues caller _must_ ensure that no other thread has got a reference to getSynchronizer().
setSynchronizer(Object) - Method in interface org.ozoneDB.core.storage.TrimmingCache
 
setTarget(OzoneCompatible) - Method in interface org.ozoneDB.core.ObjectContainer
 
setTarget(OzoneCompatible) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
setTarget(OzoneCompatible) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
setTarget(OzoneCompatible) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
setTarget(OzoneCompatible) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
setTarget(OzoneCompatible) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
setTimeRange(int) - Method in class org.ozoneDB.tools.ChartCanvas
 
setTransaction(Transaction) - Method in class org.ozoneDB.core.DbRemote.CommandThread
 
setTrimHandler(TrimmingCache.TrimHandler) - Method in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
setTrimHandler(TrimmingCache.TrimHandler) - Method in interface org.ozoneDB.core.storage.TrimmingCache
 
setUp() - Method in class test.tx.TxTest
 
setUpLogging(File, Level) - Method in class org.ozoneDB.util.LogWriterLog4JImpl
 
setUpdateExpression(String) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setUpdateExpression(String) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setUseOcd(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setUseSource(boolean) - Method in class org.ozoneDB.tools.OPP.OPPBean
 
setUse_ocd(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setUse_source(boolean) - Method in class org.ozoneDB.tools.OPP.OPPTask
 
setValueType(String) - Method in class org.ozoneDB.core.storage.PropertyInfo
 
setup() - Method in interface test.args.Args
 
setup() - Method in class test.args.ArgsImpl
 
setupShutdownHook() - Static method in class org.ozoneDB.core.Server
Attempt to add the shutdown hook using reflection.
shiftLeft() - Method in class org.ozoneDB.tools.ChartCanvas
 
shiftLeftOnEnd - Variable in class org.ozoneDB.tools.ChartCanvas
 
shiftLeftOnEnd() - Method in class org.ozoneDB.tools.ChartCanvas
 
shouldCallOnActivate - Variable in class org.ozoneDB.core.AbstractObjectContainer
 
shouldCallOnPassivate - Variable in class org.ozoneDB.core.AbstractObjectContainer
 
shouldOnActivateBeCalled() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
shouldOnActivateBeCalled() - Method in interface org.ozoneDB.core.ObjectContainer
 
shouldOnPassivateBeCalled() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
shouldOnPassivateBeCalled() - Method in interface org.ozoneDB.core.ObjectContainer
 
shouldResultBeSentToClient() - Method in class org.ozoneDB.core.DbRemote.DbCommand
Returns wether a result should be sent to the client.
shouldResultBeSentToClient() - Method in class org.ozoneDB.core.DbRemote.DbProxyDeath
Returns wether a result should be sent to the client.
showAverage - Variable in class org.ozoneDB.tools.ChartCanvas
 
showDescriptor(OzoneClassDescriptor) - Static method in class org.ozoneDB.tools.OPP.ODG
 
showStack(Stack) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
shutdown() - Method in class org.ozoneDB.core.ClassManager
 
shutdown() - Method in class org.ozoneDB.core.Env
 
shutdown() - Method in class org.ozoneDB.core.GarbageCollector
 
shutdown() - Method in class org.ozoneDB.core.InvokeServer
 
shutdown() - Method in class org.ozoneDB.core.KeyGenerator
 
shutdown() - Method in class org.ozoneDB.core.ServerComponent
 
shutdown() - Method in interface org.ozoneDB.core.StoreManager
 
shutdown() - Method in class org.ozoneDB.core.TransactionManager
 
shutdown() - Method in class org.ozoneDB.core.UserManager
 
shutdown() - Method in interface org.ozoneDB.core.admin.Admin
 
shutdown() - Method in class org.ozoneDB.core.admin.AdminClient
 
shutdown() - Method in class org.ozoneDB.core.admin.AdminImpl
 
shutdown() - Method in class org.ozoneDB.core.admin.AdminManager
 
shutdown() - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
shutdown() - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
shutdown() - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
shutdown() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
shutdown() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
shutdown() - Method in class org.ozoneDB.core.storage.gammaStore.IndexManager
Shuts the indexmanager down; writes all data needed for the constructor when the initialize parameter is false
shutdown() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
shutdown() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
shutdown() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
shutdown() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
shuttingdown - Variable in class org.ozoneDB.core.Env
This indicates that we are about to shutdown.
sig - Variable in class org.ozoneDB.core.DbRemote.DbCreateObj
 
sig - Variable in class org.ozoneDB.core.DbRemote.DbInvoke
 
sig - Variable in class org.ozoneDB.core.MethodKey
 
signature(Class[]) - Static method in class org.ozoneDB.core.helper.ReflectionHelper
 
signature(String[]) - Static method in class org.ozoneDB.core.helper.ReflectionHelper
 
signature(Method) - Method in interface org.ozoneDB.tools.OPP.OPPRemote
 
simpleClassName(Class) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
simpleClassName(String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
size() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
size - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
size() - Method in interface org.ozoneDB.DxLib.DxVector
 
size - Variable in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
size() - Method in class org.ozoneDB.core.storage.AbstractReferenceCache
 
size() - Method in interface org.ozoneDB.core.storage.Cache
 
size() - Method in interface org.ozoneDB.core.storage.Cluster
 
size() - Method in class org.ozoneDB.core.storage.DelayCache
 
size() - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
size() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
The cluster size has to different meanings: - while writing it means the size of the cluster file, so that we can limit the file's size as good as possible to the user defined maximum cluster size - while reading it means the sum of the sizes of all its death objects, so that we can determine exactly the space we will need in the object buffer of the cluster space
size - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
size() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
size() - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
returns the current size of the buffer
size() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
Returns the number of tasks currently in this instance.
size() - Method in class org.ozoneDB.core.storage.gammaStore.Deleter
 
size - Variable in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
size() - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
size() - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
size - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
 
size() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Returns the number of elements in this node.
size - Variable in class org.ozoneDB.core.storage.gammaStore.Loc
 
size() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
Returns the number of keys in use.
size - Variable in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
size() - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
Returns the number of keys in use.
size() - Method in class org.ozoneDB.core.storage.gammaStore.Serializer
 
size() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
size() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
size - Variable in class org.ozoneDB.tools.BenchmarkThread
 
sizeComparator - Static variable in class org.ozoneDB.core.storage.gammaStore.FreeSpace
 
sizeText - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
skippedEntity(String) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
slashedClassName(String) - Method in class org.ozoneDB.tools.OPP.ImplManipulator
 
sleep(long) - Method in class org.ozoneDB.core.FixHack
 
sleep(long) - Method in class org.ozoneDB.core.Transaction
 
sleepTime - Variable in class org.ozoneDB.core.DeadlockThread
 
sleepUntil - Variable in class org.ozoneDB.core.storage.DelayCache
 
sleeping - Variable in class org.ozoneDB.core.Transaction
Is this thread sleeping?
sock - Variable in class org.ozoneDB.DxLib.net.DxClient
 
sortedMethods - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.ProxyBuilder
 
source - Variable in class org.ozoneDB.tools.OPP.OPPTask
 
sourceDirName - Variable in class org.ozoneDB.tools.OPP.OPP
 
sourcePath - Variable in class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
 
space() - Method in class org.ozoneDB.DxLib.DxArrayBag
 
space() - Method in interface org.ozoneDB.DxLib.DxVector
 
split(IndexNode) - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
Splits this instance into two nodes; the specified id is used to find out which child nodes should remain in this instance, and which should be put in the other one.
split(long, ContainerLocation) - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
Splits this instance into two nodes; the specified id is used to find out which container locations should remain in this instance, and which should be put in the other one.
splitCluster(Cluster) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
splitCluster(Cluster) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
splitClusterName(String) - Static method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
stack - Variable in class org.ozoneDB.DxLib.DxDiskHashIterator
 
stack - Variable in class org.ozoneDB.core.xml.XML2ObjectContentHandler
All objs, members, values etc are saved in this stack.
standardSecurity() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
start - Variable in class org.ozoneDB.DxLib.DxListBag
 
start() - Method in class org.ozoneDB.core.GarbageCollector
Starts the garbage collection process.
startButton - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
startDeadlockRecognition() - Method in class org.ozoneDB.core.Env
 
startDocument() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
Start Document parsing.
startElement(String, String, String, Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method startElement handels all startElements.
startExternalEventProcessing() - Method in class org.ozoneDB.core.Env
 
startFilterDatabaseObjectReferencesAtExternalDatabaseGates() - Method in class org.ozoneDB.core.GarbageCollector
 
startFilterDatabaseObjectReferencesExports(GarbageCollector) - Method in class org.ozoneDB.core.DbRemote.ProxyObjectGate
Starts filtering references to database objects (OzoneProxys) which are exported to the client.
startFilterDatabaseObjectReferencesExports(GarbageCollector) - Method in class org.ozoneDB.core.InvokeServer
Starts filtering references to database objects (OzoneProxys) which are exported to clients at all client connections.
startFilterDatabaseObjectReferencesExports(GarbageCollector) - Method in class org.ozoneDB.core.LocalClientTracker
Starts filtering references to database objects (OzoneProxys) which are exported to clients at all client connections.
startGarbageCollection() - Method in interface org.ozoneDB.core.admin.Admin
 
startGarbageCollection() - Method in class org.ozoneDB.core.admin.AdminClient
 
startGarbageCollection() - Method in class org.ozoneDB.core.admin.AdminImpl
 
startGarbageCollectionWaitForCurrentTransactionsToCompletePhase(GarbageCollector) - Method in class org.ozoneDB.core.TransactionManager
Starts the GarbageColection pre-phase.
startGeneration(String) - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
startGeneration(String) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
startGeneration(String) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
startGeneration(String) - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
startGeneration(String) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
startGeneration(String) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
startInvoke() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
startPrefixMapping(String, String) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
startTime - Variable in class org.ozoneDB.core.Transaction
 
startTime - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
startTransaction(TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
begins a transaction commit with setting the transaction label
startup() - Method in class org.ozoneDB.core.ClassManager
 
startup() - Method in class org.ozoneDB.core.GarbageCollector
 
startup() - Method in class org.ozoneDB.core.InvokeServer
 
startup() - Method in class org.ozoneDB.core.KeyGenerator
 
startup() - Method in class org.ozoneDB.core.ServerComponent
Start up and load the internal state from the server state properties.
startup() - Method in interface org.ozoneDB.core.StoreManager
 
startup() - Method in class org.ozoneDB.core.TransactionManager
 
startup() - Method in class org.ozoneDB.core.UserManager
 
startup() - Method in class org.ozoneDB.core.admin.AdminManager
 
startup() - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
startup() - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
startup() - Method in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
startup() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
startup() - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
startup() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
startup() - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
startup() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
startup() - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
state - Variable in class org.ozoneDB.core.AbstractObjectContainer
 
state() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
state - Variable in class org.ozoneDB.core.Env
Holds the content of the 'state.properties' file.
state() - Method in interface org.ozoneDB.core.ObjectContainer
Return the current state of the container.
state - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
 
state() - Method in class org.ozoneDB.core.storage.classicStore.DeathObject
 
state - Variable in class org.ozoneDB.core.storage.magicStore.IDTableChange
 
state - Variable in class org.ozoneDB.core.storage.magicStore.NameTableChange
 
state - Variable in class org.ozoneDB.core.storage.wizardStore.IDTableChange
 
state - Variable in class org.ozoneDB.core.storage.wizardStore.NameTableChange
 
stateSize - Variable in class org.ozoneDB.core.storage.classicStore.DeathObject
will be set while read the object state chunk (see Cluster.readObjects() and Cluster.appendObject())
status() - Method in class org.ozoneDB.core.FixHack
 
status - Variable in class org.ozoneDB.core.Transaction
 
status() - Method in class org.ozoneDB.core.Transaction
 
status - Variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
statusLabel - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
stop - Variable in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
stop() - Method in class org.ozoneDB.core.FixHack
 
stop - Static variable in class org.ozoneDB.core.Server
 
stop() - Method in class org.ozoneDB.core.Transaction
 
stopCount - Variable in class test.simple.SimpleTest
 
stopRunning - Variable in class org.ozoneDB.core.DeadlockThread
 
stopRunning() - Method in class org.ozoneDB.core.DeadlockThread
 
stopRunning - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread
 
stopRunning() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread
 
stopWhenReady() - Method in class org.ozoneDB.core.storage.gammaStore.AsyncExec
Tells this instance to stop; no more tasks can be put in or removed.
stopWhenReady() - Method in class org.ozoneDB.core.storage.gammaStore.Deleter
 
stopWhenReady() - Method in class org.ozoneDB.core.storage.gammaStore.Serializer
 
stopped - Static variable in class org.ozoneDB.core.Server
 
stopped - Variable in class org.ozoneDB.core.Transaction
 
storable - Variable in class org.ozoneDB.core.storage.gammaStore.Deleter.DeleteTask
 
storable - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
storageCanvas - Variable in class org.ozoneDB.core.monitor.StorageFrame
 
storageFactories - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
storageFactory - Variable in class org.ozoneDB.core.storage.gammaStore.Deleter.DeleteTask
 
storageFactory - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
factory needed for swapping index nodes in and out
storageFactory - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer
 
storageNameToNodeId(String) - Static method in class org.ozoneDB.core.storage.gammaStore.IndexNode
Converts an index (file)name to its corresponding node id
storeAsyncExec - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer
 
storeBehind(DxListNode) - Method in class org.ozoneDB.DxLib.DxListNode
 
storeData(Object, String) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread
 
storeData(Object, String) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Serialize and store the specified object for the specified key.
storeData(Object, String) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Serialize and store the specified object for the specified key.
storeDataImmediately(Object, String) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
storeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Write to the Stream.
storeInfront(DxListNode) - Method in class org.ozoneDB.DxLib.DxListNode
 
storeList - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread
 
storeManager - Variable in class org.ozoneDB.core.Env
 
storeSetup() - Method in class org.ozoneDB.core.Env
Save the setup (state and config) of the current server environment.
storeThread - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
strValue - Variable in class org.ozoneDB.core.xml.ValueElement
Value as a String.
stream - Variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
streamFactories - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
streamFactory - Variable in class org.ozoneDB.core.storage.gammaStore.IndexManager
factory needed for extra streams during (de)serialization
streamFactory - Variable in class org.ozoneDB.core.storage.gammaStore.Serializer
 
streamFactory - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.SourceUpdateMethodResolver
 
streamToString(InputStream) - Method in class org.ozoneDB.tools.OPP.compiler.ExternalJavaCompiler
 
stringProperty(String, String) - Method in class org.ozoneDB.util.EnhProperties
 
stringToLockLevel(String) - Method in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
stringsProperty(String, String) - Method in class org.ozoneDB.util.EnhProperties
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.ExclusiveLock
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.Group
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.MROWLock
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.ObjectID
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.Permissions
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.SharedLock
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.User
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.UserManager
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.storage.classicStore.ObjectSpace
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
subSerialVersionUID - Static variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
subTable - Variable in class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
subTableCount - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
subTableNameCount - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
subdirectoryCount - Variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
subdirectoryDepth - Variable in class org.ozoneDB.core.storage.gammaStore.FileStorageFactory
 
substituteOzoneCompatibles(Object) - Static method in class org.ozoneDB.core.ResultConverter
Substitute OzoneCompatible by a corresponding proxy.
substituteOzoneCompatibles(Object, ProxyObjectGate) - Static method in class org.ozoneDB.core.ResultConverter
Substitute OzoneCompatible by a corresponding proxy.
succNode() - Method in class org.ozoneDB.DxLib.DxBBnode
 
suite() - Static method in class test.args.ArgsTest
 
suite() - Static method in class test.simple.SimpleTest
Reture a suite of Test for JUnit runner
suite() - Static method in class test.tx.LockTest
 
suite() - Static method in class test.tx.TxTest
 
summaries - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
summaryListenerDecorator - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
superClass(Object, Class) - Method in class org.ozoneDB.core.xml.Object2XML
SuperClass gets the informations about the Superclass of the Object.
superclass - Variable in class org.ozoneDB.core.xml.SuperclassElement
 
superclassEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method superclassEndElement refers to handleSuperclassEndElement.
superclassStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method superclassStartElement refers to handleSuperclassStartElement.
surelyReachableObjectsWhichHaveToBeMarkedAsSuch - Variable in class org.ozoneDB.core.GarbageCollector
A stack of ObjectIDs of objects, which are surely reachable, but still were not marked as such.
surelyReachableObjectsWhichShouldHaveBeenProcessedButWereLockContented - Variable in class org.ozoneDB.core.GarbageCollector
The list of ObjectIDs of objects which are surelyReachable and already were tried to be processed but where locking the objects failed.
sweepUnreachableObjects() - Method in class org.ozoneDB.core.GarbageCollector
Sweeps all objects which are considered unreachable.
synchronizer - Variable in class org.ozoneDB.core.storage.AbstractTrimmingCache
 

T

TAG_MEMBER - Static variable in interface org.ozoneDB.core.xml.Consts
 
TAG_OBJ - Static variable in interface org.ozoneDB.core.xml.Consts
 
TAG_SUPERCLASS - Static variable in interface org.ozoneDB.core.xml.Consts
 
TAG_VALUE - Static variable in interface org.ozoneDB.core.xml.Consts
 
TAG_VALUEARRAY - Static variable in interface org.ozoneDB.core.xml.Consts
 
TAG_VALUEOBJ - Static variable in interface org.ozoneDB.core.xml.Consts
 
TMP_FILE_NAME - Static variable in class org.ozoneDB.core.admin.BackupRestore
 
TRANS - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
TRANSACTION_FLAG - Static variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
TRANSACTION_FLAG_VERSION - Static variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
TRANSACTION_MUTEX_PRIORITY - Static variable in class org.ozoneDB.core.Env
 
TRANSACTION_THREAD_PRIORITY - Static variable in class org.ozoneDB.core.Env
Thread priority of normal transaction.
TXSTORAGEFACTORY - Static variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
Test - class org.ozoneDB.core.xml.Test.
 
Test() - Constructor for class org.ozoneDB.core.xml.Test
 
TestXML2Object - class org.ozoneDB.core.xml.TestXML2Object.
This class is for testing Object2XML.
TestXML2Object() - Constructor for class org.ozoneDB.core.xml.TestXML2Object
 
Transaction - class org.ozoneDB.core.Transaction.
This class represents an internal transaction.
Transaction(Env, User) - Constructor for class org.ozoneDB.core.Transaction
Construct a new transaction.
Transaction(TransactionID) - Constructor for class org.ozoneDB.core.Transaction
Construct a new transaction.
TransactionCanvas - class org.ozoneDB.core.monitor.TransactionCanvas.
 
TransactionCanvas() - Constructor for class org.ozoneDB.core.monitor.TransactionCanvas
 
TransactionError - error org.ozoneDB.core.TransactionError.
A TransactionError indicates that the current transaction has to abort no matter what.
TransactionError() - Constructor for class org.ozoneDB.core.TransactionError
 
TransactionError(String) - Constructor for class org.ozoneDB.core.TransactionError
 
TransactionError(String, int) - Constructor for class org.ozoneDB.core.TransactionError
 
TransactionID - class org.ozoneDB.core.TransactionID.
 
TransactionID() - Constructor for class org.ozoneDB.core.TransactionID
 
TransactionID(long) - Constructor for class org.ozoneDB.core.TransactionID
 
TransactionManager - class org.ozoneDB.core.TransactionManager.
The transaction manager is the factory for transactions and locks.
TransactionManager(Env) - Constructor for class org.ozoneDB.core.TransactionManager
 
TrimmingCache - interface org.ozoneDB.core.storage.TrimmingCache.
A trimming cache is a cache that calls a TrimHandler when it 'knows' that it has thrown an element out of the cache.
TrimmingCache.TrimHandler - interface org.ozoneDB.core.storage.TrimmingCache.TrimHandler.
Used by a Cache to provide for a meganism to handle elements that are going to be thrown out of that cache.
TxTest - class test.tx.TxTest.
 
TxTest(String) - Constructor for class test.tx.TxTest
 
ta - Variable in class org.ozoneDB.core.DbRemote.CommandThread
 
ta - Variable in class test.tx.LockTest.TransactionThread
 
taForID(TransactionID) - Method in class org.ozoneDB.core.TransactionManager
 
taID() - Method in class org.ozoneDB.core.FixHack
 
taID - Variable in class org.ozoneDB.core.Transaction
 
taID() - Method in class org.ozoneDB.core.Transaction
 
taTable - Variable in class org.ozoneDB.core.TransactionManager
All currently running transactions (taID -> ta).
taTableCount() - Method in class org.ozoneDB.core.TransactionManager
 
table - Variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
table() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
table - Variable in class org.ozoneDB.DxLib.DxObjectInputStream
 
table - Variable in class org.ozoneDB.DxLib.DxObjectOutputStream
 
table - Variable in class test.simple.GarageImpl
 
tableBitSizes - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
 
tableDirectory - Variable in class org.ozoneDB.DxLib.DxDiskHashMap
The directory where all tables reside.
tables - Variable in class org.ozoneDB.DxLib.DxDiskHashCompatible
 
tail() - Method in class org.ozoneDB.DxLib.DxListBag
 
tail() - Method in interface org.ozoneDB.DxLib.DxListCollection
 
tail - Variable in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
 
target() - Method in interface org.ozoneDB.core.ObjectContainer
 
target - Variable in class org.ozoneDB.core.admin.AdminObjectContainer
 
target() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
target - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
null, if not activted
target() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Liefert referenz auf das eigentliche objekt.
target - Variable in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
target() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
target - Variable in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
The currently commited target object of the container.
target() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
target - Variable in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
The currently commited target object of the container.
target() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
targetBackup - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
targetClass() - Method in interface org.ozoneDB.core.ObjectContainer
 
targetClass() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
targetClass() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
targetClass() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
Returns the Class for the target object.
targetClass() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
Returns the Class for the target object.
targetClass() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Returns the Class for the target object.
targetClone() - Method in class org.ozoneDB.core.AbstractObjectContainer
 
targetClone() - Method in interface org.ozoneDB.core.ObjectContainer
 
targetClone() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Build a copy of the encap object.
targetShadow - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
targetShadow() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
test - Variable in class test.simple.ClientThread1
 
test - Variable in class test.simple.ClientThread2
 
test - Variable in class test.tx.AccessThread
 
test.args - package test.args
 
test.deadlocks - package test.deadlocks
 
test.multiple_access - package test.multiple_access
 
test.simple - package test.simple
 
test.tx - package test.tx
 
testAll() - Method in class test.args.ArgsTest
 
testChoice - Variable in class org.ozoneDB.tools.OO1BenchmarkApp
 
testConnections() - Method in class test.simple.SimpleTest
 
testCreateLookupAndDelete() - Method in class test.simple.SimpleTest
 
testDeadlock() - Method in class test.deadlocks.DeadlockTest
 
testExclusiveLock() - Method in class test.tx.LockTest
 
testExternalAbort() - Method in class test.tx.TxTest
 
testExternalAbortAfterCrash() - Method in class test.tx.TxTest
 
testExternalCommit() - Method in class test.tx.TxTest
 
testMROWLock() - Method in class test.tx.LockTest
 
testMultipleAccess() - Method in class test.multiple_access.MultipleAccessTest
 
testMultipleThreadsPerTransaction() - Method in class test.tx.TxTest
 
testNameObject() - Method in class test.simple.SimpleTest
 
testOnDelete() - Method in class test.simple.SimpleTest
 
testRMI() - Method in class test.simple.SimpleTest
 
testSharedLock() - Method in class test.tx.LockTest
 
theEnv - Static variable in class org.ozoneDB.core.Env
The one and only ozone environment of this VM.
theProxy - Variable in class org.ozoneDB.core.AbstractObjectContainer
 
thread() - Method in class org.ozoneDB.DxLib.net.DxAsyncClient
 
thread - Variable in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
thread() - Method in class org.ozoneDB.DxLib.net.DxMultiServerClient
 
thread() - Method in class org.ozoneDB.core.OzoneSecurityManager
 
thread - Variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
threadGroup - Variable in class org.ozoneDB.DxLib.net.DxMultiServer
 
threadGroup() - Method in class org.ozoneDB.DxLib.net.DxMultiServer
liefert die ThreadGroup des MultiServers.
threadStopped() - Method in class test.simple.SimpleTest
 
threadTable - Variable in class org.ozoneDB.core.TransactionManager
In local mode this maps threads to transactions.
time - Variable in class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
timeCount - Static variable in class org.ozoneDB.DxLib.DxDiskSubTable
 
timeRange - Variable in class org.ozoneDB.tools.ChartCanvas
 
timeRange() - Method in class org.ozoneDB.tools.ChartCanvas
 
timeToPixel(int) - Method in class org.ozoneDB.tools.ChartCanvas
 
times - Variable in class org.ozoneDB.tools.ChartCanvas
 
tm - Variable in class org.ozoneDB.core.DeadlockThread
 
toArray() - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
toArray() - Method in interface org.ozoneDB.DxLib.DxCollection
 
toBoolean() - Method in class org.ozoneDB.DxLib.DxBoolean
 
toDouble() - Method in class org.ozoneDB.DxLib.DxDouble
 
toExc() - Method in class org.ozoneDB.DxLib.DxException
 
toImage(ObjectStreamClass) - Static method in class org.ozoneDB.core.storage.gammaStore.ObjectStreamClasses
Converts this instance to a byte[] that can be directly saved to disk or used to find the handle of an ObjectStreamClass.
toInt() - Method in class org.ozoneDB.DxLib.DxInteger
 
toLevel(String) - Static method in class org.ozoneDB.util.OzoneDebugLevel
Convert the string passed as argument to a level.
toLevel(String, Level) - Static method in class org.ozoneDB.util.OzoneDebugLevel
 
toLevel(int) - Static method in class org.ozoneDB.util.OzoneDebugLevel
 
toLong() - Method in class org.ozoneDB.DxLib.DxLong
 
toString() - Method in class org.ozoneDB.DxLib.DxBoolean
 
toString() - Method in class org.ozoneDB.DxLib.DxDouble
 
toString() - Method in class org.ozoneDB.DxLib.DxException
 
toString() - Method in class org.ozoneDB.DxLib.DxHashSet
 
toString() - Method in class org.ozoneDB.DxLib.DxInteger
 
toString() - Method in class org.ozoneDB.DxLib.DxLong
 
toString() - Method in class org.ozoneDB.DxLib.DxString
 
toString() - Method in class org.ozoneDB.core.DbRemote.DbCommand
 
toString() - Method in class org.ozoneDB.core.DbRemote.DbCreateObj
 
toString() - Method in class org.ozoneDB.core.DbRemote.DbInvoke
 
toString() - Method in class org.ozoneDB.core.DbRemote.DbXMLForObj
 
toString() - Method in class org.ozoneDB.core.Group
 
toString() - Method in class org.ozoneDB.core.MROWLock
 
toString() - Method in class org.ozoneDB.core.MethodKey
 
toString() - Method in class org.ozoneDB.core.ObjectID
The value of the ObjectID as String.
toString() - Method in class org.ozoneDB.core.OzoneSupportObject
Overwrite this method to specify the ObjectID of this support object.
toString() - Method in class org.ozoneDB.core.SharedLock
 
toString() - Method in class org.ozoneDB.core.Transaction
 
toString() - Method in class org.ozoneDB.core.User
 
toString() - Method in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
toString() - Method in class org.ozoneDB.core.storage.GcListeningDelayCache.Item
 
toString() - Method in class org.ozoneDB.core.storage.SoftReferenceCache.Item
 
toString() - Method in class org.ozoneDB.core.storage.SoftReferenceCache.ObjectReference
 
toString() - Method in class org.ozoneDB.core.storage.WeakReferenceCache.Item
 
toString() - Method in class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocation
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.ContainerLocationLoc
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.IndexBranchNode
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.IndexLeafNode
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.IndexNode
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.Loc
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.LongLoc
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.NodeIdLoc
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.ObjectLocation
 
toString() - Method in class org.ozoneDB.core.storage.gammaStore.Serializer.SerializeTask
 
toString() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
toString() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
toString() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
toString() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
toString() - Method in class org.ozoneDB.core.xml.MemberElement
 
toString() - Method in class org.ozoneDB.core.xml.ObjElement
 
toString() - Method in class org.ozoneDB.core.xml.SuperclassElement
 
toString() - Method in class org.ozoneDB.core.xml.ValueElement
 
toString() - Method in class org.ozoneDB.core.xml.ValueObjElement
 
toString() - Method in class org.ozoneDB.tools.ClusterStats
 
toString() - Method in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
toString() - Method in interface test.simple.Auto
 
toString() - Method in class test.simple.AutoImpl
 
toString() - Method in class test.simple.BusImpl
 
toString() - Method in class test.simple.GarageImpl
 
toString() - Method in interface test.tx.Group
 
toString() - Method in class test.tx.GroupImpl
 
toXML(Object) - Method in class org.ozoneDB.core.xml.Object2XML
ToXML(obj) gets an object and serialize this object into XML.
token - Variable in class org.ozoneDB.util.MimeBase64Decoder
 
token_length - Variable in class org.ozoneDB.util.MimeBase64Decoder
 
top - Variable in class org.ozoneDB.DxLib.DxListBag
 
totalMemory - Variable in class org.ozoneDB.core.Env
 
touch() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
 
touch() - Method in interface org.ozoneDB.core.ObjectContainer
 
touch() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
touch() - Method in interface org.ozoneDB.core.storage.Cluster
 
touch() - Method in class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
touch() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
touch() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
touch() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
touch() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
touch() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
touch() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
touchCount - Variable in class org.ozoneDB.core.storage.AbstractClusterStore
 
touchCount - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
touchCount() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
touchObject(ObjectID) - Method in class org.ozoneDB.core.storage.classicStore.ClusterSpace
 
touchTime - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
time of last invoke
touchTime() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
touched - Variable in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
touched() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
touchedClusters - Variable in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
transaction() - Method in class org.ozoneDB.core.DbRemote.CommandThread
 
transaction - Variable in class org.ozoneDB.core.GarbageCollector
The current transaction of this garbageCollector.
transactionCanvas - Variable in class org.ozoneDB.core.monitor.StorageFrame
 
transactionManager - Variable in class org.ozoneDB.core.Env
 
transactionsRequiredToComplete - Variable in class org.ozoneDB.core.GarbageCollector
The list of Transactions, which have to be completed before the GarbageCollector may start.
translate(char[]) - Method in class org.ozoneDB.util.MimeBase64Decoder
 
translate(char[], int, int) - Method in class org.ozoneDB.util.MimeBase64Decoder
 
translate(byte[]) - Method in class org.ozoneDB.util.MimeBase64Encoder
Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding.
traversal(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
traversalObjects(int, String, String) - Method in interface org.ozoneDB.tools.OO1Benchmark
 
trim() - Method in class org.ozoneDB.core.storage.DelayCache
 
trim() - Method in class org.ozoneDB.core.storage.FixedSizeCache
 
trimCache() - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Ensure that there is at least the specified size of free space in the cluster cache.
trimHandler - Variable in class org.ozoneDB.core.storage.AbstractTrimmingCache
 
trimThread - Variable in class org.ozoneDB.core.storage.DelayCache
 
trimming(Object, Object) - Method in interface org.ozoneDB.core.storage.TrimmingCache.TrimHandler
Called by a TrimmingCache just before an element will be removed from that cache.
tryAcquire(Transaction, int) - Method in class org.ozoneDB.core.ExclusiveLock
 
tryAcquire(Transaction, int) - Method in interface org.ozoneDB.core.Lock
Try to aquire this lock.
tryAcquire(Transaction, int) - Method in class org.ozoneDB.core.MROWLock
 
tryAcquire(Transaction, int) - Method in class org.ozoneDB.core.SharedLock
 
tx - Variable in class test.tx.AccessThread
 
tx - Variable in class test.tx.TxTest
 
txStorageFactory - Variable in class org.ozoneDB.core.storage.gammaStore.GammaStore
 
type - Variable in class org.ozoneDB.core.xml.SuperclassElement
The type of the superclass.
type - Variable in class org.ozoneDB.core.xml.ValueArrayElement
The type of the array.
type - Variable in class org.ozoneDB.core.xml.ValueElement
The type of the value.
type - Variable in class org.ozoneDB.core.xml.ValueObjElement
The type of the valueObj.
type - Variable in class org.ozoneDB.tools.OPP.srcgen.ClassBuilder.Parameter
 
typecodeForClass(Class) - Method in class org.ozoneDB.tools.OPP.srcgen.direct.ReflectionClassDirector
 
typecodeForPrimitive(char) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 

U

UNKNOWN - Static variable in class org.ozoneDB.core.TransactionError
 
UPDATE_SIGN - Static variable in class org.ozoneDB.tools.OPP.OPP
Update methods can marked with the following in the lines following the method signature: //update
UPGRADELOCK - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
USER_TABLE - Static variable in class org.ozoneDB.core.UserManager
 
UpdateMethodBagMapAdapter - class org.ozoneDB.tools.OPP.srcgen.resolve.UpdateMethodBagMapAdapter.
User: Jocke Date: 2003-dec-30 Time: 00:57:22
UpdateMethodBagMapAdapter(Map) - Constructor for class org.ozoneDB.tools.OPP.srcgen.resolve.UpdateMethodBagMapAdapter
 
User - class org.ozoneDB.core.User.
This class represents an ozone user.
User() - Constructor for class org.ozoneDB.core.User
 
User(String, int) - Constructor for class org.ozoneDB.core.User
 
User(String, String, int) - Constructor for class org.ozoneDB.core.User
 
User - interface test.tx.User.
 
UserImpl - class test.tx.UserImpl.
 
UserImpl() - Constructor for class test.tx.UserImpl
 
UserManager - class org.ozoneDB.core.UserManager.
The UserManager holds all information about users and groups.
UserManager(Env) - Constructor for class org.ozoneDB.core.UserManager
 
UserManagerException - exception org.ozoneDB.core.UserManagerException.
Thrown by the UserManager in case of an error.
UserManagerException() - Constructor for class org.ozoneDB.core.UserManagerException
 
UserManagerException(String) - Constructor for class org.ozoneDB.core.UserManagerException
 
uncommittedTaIDs() - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Returns a set containing the IDs of all tx-es that for one reason or another have not committed.
unloadCluster(ClusterID, boolean) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
Remove cluster from the cluster cache.
unloadCluster(ClusterID, boolean) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
Remove cluster from the cluster cache.
unpin() - Method in interface org.ozoneDB.core.ObjectContainer
Unpins this ObjectContainer.
unpin() - Method in class org.ozoneDB.core.admin.AdminObjectContainer
Unpins this ObjectContainer.
unpin() - Method in interface org.ozoneDB.core.dr.Lockable
Unpins this Lockable.
unpin() - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
Unpins this ObjectContainer.
unpin() - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
GammaStore does not not care about pin.
unpin() - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
unpin() - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Unpins this WizardCluster.
unpin() - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Unpins this ObjectContainer.
unregister() - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
update(Graphics) - Method in class org.ozoneDB.core.monitor.StorageCanvas
 
update(Graphics) - Method in class org.ozoneDB.core.monitor.TransactionCanvas
 
update(Graphics) - Method in class org.ozoneDB.tools.ChartCanvas
 
updateBV(Graphics, Rectangle) - Method in class org.ozoneDB.core.monitor.TransactionCanvas
 
updateCS(Graphics, Rectangle) - Method in class org.ozoneDB.core.monitor.StorageCanvas
 
updateCV(Graphics, Rectangle) - Method in class org.ozoneDB.core.monitor.TransactionCanvas
 
updateExpression - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
updateIndent(int) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
updateLockLevel(Transaction, ObjectContainer) - Method in interface org.ozoneDB.core.StoreManager
Update lock level of the given container according to the leve of the containers lock object.
updateLockLevel(Transaction) - Method in class org.ozoneDB.core.admin.AdminObjectContainer
 
updateLockLevel(Transaction) - Method in interface org.ozoneDB.core.storage.Cluster
 
updateLockLevel(Transaction) - Method in class org.ozoneDB.core.storage.StorageObjectContainer
 
updateLockLevel(Transaction, ObjectContainer) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
Update lock level of the given container according to the level of the containers lock object.
updateLockLevel(Transaction) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
updateLockLevel(Transaction, ObjectContainer) - Method in class org.ozoneDB.core.storage.gammaStore.GammaStore
Update lock level of the given container according to the leve of the containers lock object.
updateLockLevel(Transaction) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
Note: This method must not be synchronized.
updateLockLevel(Transaction, ObjectContainer) - Method in class org.ozoneDB.core.storage.magicStore.MagicStore
 
updateLockLevel(Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
Note: This method must not be synchronized.
updateLockLevel(Transaction, ObjectContainer) - Method in class org.ozoneDB.core.storage.wizardStore.WizardStore
 
updateLockOnDisk(Cluster, Transaction) - Method in class org.ozoneDB.core.storage.magicStore.ClusterStore
 
updateLockOnDisk(Cluster, Transaction) - Method in class org.ozoneDB.core.storage.wizardStore.ClusterStore
 
updateMethodPattern - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.MethodNameUpgradingClassBuilderDecorator
 
updateOS(Graphics, Rectangle) - Method in class org.ozoneDB.core.monitor.StorageCanvas
 
updatePS(Graphics, Rectangle) - Method in class org.ozoneDB.core.monitor.StorageCanvas
 
updateProxyLinks(Object, OzoneInterface) - Static method in class org.ozoneDB.core.ResultConverter
 
updateSize(DeathObject, boolean) - Method in class org.ozoneDB.core.storage.classicStore.DeathObjectBuffer
 
updateTA(Graphics, Rectangle, Transaction) - Method in class org.ozoneDB.core.monitor.TransactionCanvas
 
updateTV(Graphics, Rectangle) - Method in class org.ozoneDB.core.monitor.TransactionCanvas
 
updateView() - Method in class org.ozoneDB.core.monitor.StorageFrame
 
upgradeLockLevel(Transaction, int) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
 
upgradeLockLevel(Transaction, ObjectContainer, int) - Method in class org.ozoneDB.core.storage.classicStore.ClassicStore
 
useOcd - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
useSource - Variable in class org.ozoneDB.tools.OPP.OPPBean
 
user - Variable in class org.ozoneDB.core.DbRemote.DbClient
 
user() - Method in class org.ozoneDB.core.DbRemote.DbClient
 
user - Variable in class org.ozoneDB.core.DbRemote.DbInvokeClient
 
user - Variable in class org.ozoneDB.core.DbRemote.DbLocalClient
 
userForID(int) - Method in class org.ozoneDB.core.UserManager
 
userForId(int) - Method in interface org.ozoneDB.core.admin.Admin
 
userForId(int) - Method in class org.ozoneDB.core.admin.AdminImpl
 
userForName(String) - Method in class org.ozoneDB.core.UserManager
 
userForName(String) - Method in interface org.ozoneDB.core.admin.Admin
 
userForName(String) - Method in class org.ozoneDB.core.admin.AdminImpl
 
userIDs() - Method in class org.ozoneDB.core.Group
 
userManager - Variable in class org.ozoneDB.core.Env
 
userName - Variable in class org.ozoneDB.core.DbRemote.DbOpen
 
userName() - Method in class org.ozoneDB.core.DbRemote.DbOpen
 
userTable - Variable in class org.ozoneDB.core.UserManager
All currently known users.
users - Variable in class org.ozoneDB.core.Group
 
users - Variable in class test.tx.GroupImpl
 
usersCount() - Method in class org.ozoneDB.core.Group
 

V

VALUEMODE - Static variable in class org.ozoneDB.core.xml.HashtableContentHandler
 
VERSION - Static variable in class org.ozoneDB.core.Env
 
VERSION - Static variable in class org.ozoneDB.core.storage.classicStore.Cluster
 
ValueArrayElement - class org.ozoneDB.core.xml.ValueArrayElement.
This class saves all attributes of the valueArrayElement.
ValueArrayElement() - Constructor for class org.ozoneDB.core.xml.ValueArrayElement
 
ValueArrayElement(Attributes) - Constructor for class org.ozoneDB.core.xml.ValueArrayElement
 
ValueElement - class org.ozoneDB.core.xml.ValueElement.
This class saves all attributes of the valueElement.
ValueElement(Attributes) - Constructor for class org.ozoneDB.core.xml.ValueElement
 
ValueObjElement - class org.ozoneDB.core.xml.ValueObjElement.
This class saves all attributes of the valueObjElement.
ValueObjElement() - Constructor for class org.ozoneDB.core.xml.ValueObjElement
The constructor creates a new instance of the obj with this className.
ValueObjElement(OzoneProxy) - Constructor for class org.ozoneDB.core.xml.ValueObjElement
This constructor creates a proper ValueObjElement object, containing an OzoneProxy.
ValueObjElement(Attributes) - Constructor for class org.ozoneDB.core.xml.ValueObjElement
The constructor creates a new instance of the obj with this className.
v - Variable in class test.simple.AutoImpl
 
value - Variable in class org.ozoneDB.DxLib.DxBoolean
 
value - Variable in class org.ozoneDB.DxLib.DxDouble
 
value - Variable in class org.ozoneDB.DxLib.DxInteger
 
value - Variable in class org.ozoneDB.DxLib.DxLong
 
value - Variable in class org.ozoneDB.DxLib.DxString
 
value - Static variable in class org.ozoneDB.core.LocalClientTracker
The value for all entries of LocalClientTracker.localClients
value - Variable in class org.ozoneDB.core.ObjectID
 
value() - Method in class org.ozoneDB.core.ObjectID
 
value - Variable in class org.ozoneDB.core.storage.DelayCache.TimedEntry
 
value - Variable in class org.ozoneDB.core.storage.magicStore.ClusterStore.StoreThread.Entry
 
valueArrayEndElement() - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method valueArrayEndElement refers to handleValueArrayEndElement if mode is on KEYMODE or VALUEMODE.
valueArrayEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method valueArrayEndElement refers to handleValueArrayEndElement.
valueArrayStartElement(Attributes) - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method valueArrayStartElement refers to handleValueArrayStartElement if mode is on KEYMODE or VALUEMODE.
valueArrayStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method valueArrayStartElement refers to handleValueArrayStartElement.
valueClone() - Method in class org.ozoneDB.DxLib.DxAbstractCollection
erzeugt einen clone der collection und der objekte; Achtung: alle objekte in der collection muessen DxCompatible sein
valueClone() - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
valueClone() - Method in interface org.ozoneDB.DxLib.DxCollection
 
valueClone() - Method in class org.ozoneDB.DxLib.DxMultiMap
 
valueEndElement() - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method valueEndElement refers to handleValueEndElement if mode is on KEYMODE or VALUEMODE.
valueEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method valueEndElement refers to handleValueEndElement.
valueObjEndElement() - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method valueObjEndElement refers to handleValueObjEndElement if mode is on KEYMODE or VALUEMODE.
valueObjEndElement() - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method valueObjEndElement refers to handleValueObjEndElement.
valueObjStartElement(Attributes) - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method valueObjStartElement refers to handleValueObjStartElement if mode is on KEYMODE or VALUEMODE.
valueObjStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method valueObjStartElement refers to handleValueObjStartElement.
valueStartElement(Attributes) - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method valueStartElement refers to handleValueStartElement if mode is on KEYMODE or VALUEMODE.
valueStartElement(Attributes) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method valueStartElement refers to handleValueStartElement.
valueType - Variable in class org.ozoneDB.core.storage.PropertyInfo
 
values(char[], int, int) - Method in class org.ozoneDB.core.xml.HashtableContentHandler
The method values refers to handleValues if mode is on KEYMODE or VALUEMODE.
values(char[], int, int) - Method in class org.ozoneDB.core.xml.XML2ObjectContentHandler
The method values refers to handleValues.
vector - Variable in class org.ozoneDB.DxLib.DxArrayBag
 
vector - Variable in class org.ozoneDB.DxLib.DxVectorIterator
 
verboseOut - Variable in class org.ozoneDB.core.admin.AdminClient
 
verifyParameters() - Method in class org.ozoneDB.tools.OPP.OPPTask
 

W

WARN - Static variable in interface org.ozoneDB.util.LogWriter
 
WARN_STR - Static variable in class org.ozoneDB.util.OzoneDebugLevel
One step finer (more verbose) than error
WIN - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
WRITELOCK - Variable in class org.ozoneDB.tools.OPP.srcgen.resolve.ClassDescriptorUpdateMethodResolver
 
WarningCommand - class org.ozoneDB.tools.OPP.message.command.WarningCommand.
 
WarningCommand(MessageWriter, String) - Constructor for class org.ozoneDB.tools.OPP.message.command.WarningCommand
 
WeakReferenceCache - class org.ozoneDB.core.storage.WeakReferenceCache.
Caches objects which may be garbage collected at any time by the Java virtual machine garbage collector.
WeakReferenceCache(Properties, String) - Constructor for class org.ozoneDB.core.storage.WeakReferenceCache
 
WeakReferenceCache() - Constructor for class org.ozoneDB.core.storage.WeakReferenceCache
 
WeakReferenceCache.Item - class org.ozoneDB.core.storage.WeakReferenceCache.Item.
 
WeakReferenceCache.Item(Object) - Constructor for class org.ozoneDB.core.storage.WeakReferenceCache.Item
 
WeakReferenceCache.ObjectReference - class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference.
 
WeakReferenceCache.ObjectReference(Object, Object, ReferenceQueue) - Constructor for class org.ozoneDB.core.storage.WeakReferenceCache.ObjectReference
 
WizardCluster - class org.ozoneDB.core.storage.wizardStore.WizardCluster.
 
WizardCluster() - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardCluster
Constructor to be used for Externalizable object serialisation.
WizardCluster(ClusterID, Permissions, Lock, int) - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
WizardObjectContainer - class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer.
The "Wizard" implementation of the ObjectContainer interface.
WizardObjectContainer() - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
Constructor for object serialization via Externalizable.
WizardObjectContainer(ObjectID) - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
WizardObjectContainer - class org.ozoneDB.core.wizardStore.WizardObjectContainer.
DO NOT USE!
WizardObjectContainer() - Constructor for class org.ozoneDB.core.wizardStore.WizardObjectContainer
 
WizardStore - class org.ozoneDB.core.storage.wizardStore.WizardStore.
 
WizardStore(Env) - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardStore
 
WizardTransaction - class org.ozoneDB.core.storage.wizardStore.WizardTransaction.
 
WizardTransaction(Env, User) - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardTransaction
 
WizardTransaction(TransactionID) - Constructor for class org.ozoneDB.core.storage.wizardStore.WizardTransaction
Construct a new transaction.
waitForPhase(int) - Method in class org.ozoneDB.core.GarbageCollector
 
wakingUpAt - Variable in class org.ozoneDB.core.storage.DelayCache
 
warning(String) - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
warning(String, int, String) - Method in class org.ozoneDB.tools.OPP.OPPTask.AntLogOPPGenerationeventListener
 
warning(String) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
warning(String, int, String) - Method in class org.ozoneDB.tools.OPP.message.CompositeOPPMessageListener
 
warning(String) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
warning(String, int, String) - Method in class org.ozoneDB.tools.OPP.message.ForkMessageWriter
 
warning(String) - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
warning(String, int, String) - Method in interface org.ozoneDB.tools.OPP.message.MessageWriter
 
warning(String) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
warning(String, int, String) - Method in class org.ozoneDB.tools.OPP.message.StdOutMessageWriter
 
warning(String) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
warning(String, int, String) - Method in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator
 
warnings - Variable in class org.ozoneDB.tools.OPP.message.SummaryMessageWriterDecorator.Summary
 
width - Variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
The width of the component or -1 if the component's preferred width should be used
wr - Variable in class org.ozoneDB.tools.OPP.srcgen.builder.OcdBuilder
 
wrappercodeForPrimitive(Class) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
wrappercodeForPrimitive(String) - Static method in class org.ozoneDB.tools.OPP.OPPHelper
 
write(byte[]) - Method in class org.ozoneDB.core.storage.gammaStore.AbstractStorage
 
write(byte[], int, int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
write(byte[], int, int) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
write(byte[], int, int) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
Write lenght bytes from b, starting at offset.
write(byte[]) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
writeAllTables() - Method in class org.ozoneDB.DxLib.DxDiskHashMap
 
writeArrayEndTag() - Method in class org.ozoneDB.core.xml.Object2XML
 
writeArrayStartTag(String, Integer) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeChunk(Transaction) - Method in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
writeChunk(DataOutputStream, Cluster.Chunk) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
writeClassDescriptor(ObjectStreamClass) - Method in class org.ozoneDB.core.storage.gammaStore.GammaObjectOutputStream
 
writeClassName(Object) - Method in class org.ozoneDB.DxLib.DxObjectOutputStream
 
writeClusterStats(ClusterStats, String) - Static method in class org.ozoneDB.tools.Statistics
 
writeColor - Static variable in class org.ozoneDB.core.monitor.TransactionCanvas
 
writeDirtyTables() - Method in class org.ozoneDB.core.storage.magicStore.IDTable
 
writeDirtyTables() - Method in class org.ozoneDB.core.storage.wizardStore.IDTable
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxAbstractCollection
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxAbstractMap
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxBoolean
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeBranch
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxDiskHashNodeLeaf
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxDiskSubTable
Schreibt nur die representation in einem HashNode aber nicht die tabelle selber.
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxDouble
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxException
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxInteger
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxKeyData
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxLong
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxMultiMap
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxString
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.DxLib.DxTreeMap
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.DbRemote.DbCacheChunk
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.DbRemote.DbCreateObj
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.DbRemote.DbInvoke
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.DbRemote.DbModTimes
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.DbRemote.DbNextID
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.DbRemote.DbXMLForObj
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.Group
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.ObjectID
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.Permissions
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.User
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.admin.AdminImpl
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.classicStore.ClassicObjectContainer
In stream schreiben - fuer DxDiskHashtable
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.gammaStore.GammaContainer
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.magicStore.IDTableNodeLeaf
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.magicStore.MagicCluster
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.magicStore.MagicObjectContainer
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.wizardStore.IDTableNodeLeaf
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.wizardStore.WizardCluster
 
writeExternal(ObjectOutput) - Method in class org.ozoneDB.core.storage.wizardStore.WizardObjectContainer
 
writeExternal(ObjectOutput) - Method in class test.simple.BusImpl
 
writeHeader() - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
writeInt(int) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
writeInt(int) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
writeInt(int) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
writeLeak(DeathObject, TransactionID) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
writeLeak(ObjectID, TransactionID, long) - Method in class org.ozoneDB.core.storage.classicStore.Cluster
 
writeLeak(ClusterID, DeathObject) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
writeLock - Variable in class org.ozoneDB.core.MROWLock
 
writeLong(long) - Method in class org.ozoneDB.core.storage.gammaStore.FileStreamStorage
 
writeLong(long) - Method in class org.ozoneDB.core.storage.gammaStore.RandomAccessFileStorage
 
writeLong(long) - Method in interface org.ozoneDB.core.storage.gammaStore.Storage
 
writeMemberEndTag() - Method in class org.ozoneDB.core.xml.Object2XML
 
writeMemberStartTag(String) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeMemberTagForOzoneProxy(String, String, String) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeObjEndTag() - Method in class org.ozoneDB.core.xml.Object2XML
 
writeObjRefElement(Integer) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeObjStartTag(String, Integer, Attributes) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeObject(Object) - Method in class org.ozoneDB.DxLib.DxObjectOutputStream
 
writeObject(DeathObject, boolean, boolean) - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
writeProperties() - Method in class org.ozoneDB.core.storage.classicStore.PersistenceSpace
 
writeStats(DxObject, String, String) - Static method in class org.ozoneDB.tools.Statistics
 
writeStreamHeader() - Method in class org.ozoneDB.core.storage.gammaStore.GammaObjectOutputStream
 
writeSuperClEndTag() - Method in class org.ozoneDB.core.xml.Object2XML
 
writeSuperClStartTag(String) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeTable() - Method in class org.ozoneDB.DxLib.DxDiskSubTable
Schreibt den inhalt der ganzen tabelle aber nicht die sub-tabellen.
writeValue(String) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeValueEndTag() - Method in class org.ozoneDB.core.xml.Object2XML
 
writeValueObjEndTag() - Method in class org.ozoneDB.core.xml.Object2XML
 
writeValueObjStartTag(String, Integer) - Method in class org.ozoneDB.core.xml.Object2XML
 
writeValueStartTag(String, Integer) - Method in class org.ozoneDB.core.xml.Object2XML
 
writer - Variable in class org.ozoneDB.tools.OPP.message.command.AbstractMessageCommand
 

X

X2_ABS - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
X2_PROP - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
XML2ObjectContentHandler - class org.ozoneDB.core.xml.XML2ObjectContentHandler.
This class handles the XML and transform it into an Object.
XML2ObjectContentHandler() - Constructor for class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
XML2ObjectContentHandler(XML2ObjectDelegate) - Constructor for class org.ozoneDB.core.xml.XML2ObjectContentHandler
 
XML2ObjectDelegate - interface org.ozoneDB.core.xml.XML2ObjectDelegate.
 
X_ABS - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
X_PROP - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
x - Variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
The X position of the component
xml2Descriptor(String) - Static method in class org.ozoneDB.tools.OPP.CDHelper
 
xml2Descriptor(InputSource) - Static method in class org.ozoneDB.tools.OPP.CDHelper
 

Y

Y2_ABS - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
Y2_PROP - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
YES - Static variable in class org.ozoneDB.tools.MessageBox
 
Y_ABS - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
Y_PROP - Static variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
 
YesNoBox(Frame, String) - Static method in class org.ozoneDB.tools.MessageBox
 
y - Variable in class org.ozoneDB.core.monitor.AbsoluteConstraints
The Y position of the component

Z

ZipStreamFactory - class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory.
Factory that creates streams that read/write to other streams via a Zip stream.
ZipStreamFactory(Properties, String) - Constructor for class org.ozoneDB.core.storage.gammaStore.ZipStreamFactory
As prescribed by the PropertyConfigurable interface.

_

_addAuto(Auto) - Method in interface test.simple.Garage
 
_addAuto(Auto) - Method in class test.simple.GarageImpl
 
_data - Variable in class org.ozoneDB.DxLib.DxListNode
 
_langeTA(Garage) - Method in interface test.simple.Garage
 
_langeTA(Garage) - Method in class test.simple.GarageImpl
 
_lockThis() - Method in interface test.simple.Garage
 
_lockThis() - Method in class test.simple.GarageImpl
 
_map - Variable in class org.ozoneDB.core.storage.gammaStore.AsyncExec
 
_newAuto(String) - Method in interface test.simple.Garage
 
_newAuto(String) - Method in class test.simple.GarageImpl
 
_next - Variable in class org.ozoneDB.DxLib.DxListNode
 
_populate(Integer) - Method in interface test.simple.Garage
 
_populate(Integer) - Method in class test.simple.GarageImpl
 
_prev - Variable in class org.ozoneDB.DxLib.DxListNode
 
_setAll(Auto, int[], Integer[]) - Method in interface test.simple.Garage
 
_setAll(Auto, int[], Integer[]) - Method in class test.simple.GarageImpl
 
_thread - Variable in class org.ozoneDB.DxLib.net.DxAsyncClient
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
ozone core API

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