Uses of Package
org.apache.kahadb.util

Packages that use org.apache.kahadb.util
org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the store 
org.apache.activemq.broker.scheduler   
org.apache.activemq.store.kahadb   
org.apache.activemq.store.kahadb.plist   
org.apache.kahadb.index   
org.apache.kahadb.journal journal based data storage - scalable and fast 
org.apache.kahadb.page   
org.apache.kahadb.util   
 

Classes in org.apache.kahadb.util used by org.apache.activemq.broker.region.cursors
ByteSequence
           
 

Classes in org.apache.kahadb.util used by org.apache.activemq.broker.scheduler
ByteSequence
           
 

Classes in org.apache.kahadb.util used by org.apache.activemq.store.kahadb
LockFile
          Used to lock a File.
Marshaller
           
VariableMarshaller
          Convenience base class for Marshaller implementations which do not deepCopy and which use variable size encodings.
 

Classes in org.apache.kahadb.util used by org.apache.activemq.store.kahadb.plist
ByteSequence
           
 

Classes in org.apache.kahadb.util used by org.apache.kahadb.index
Marshaller
           
VariableMarshaller
          Convenience base class for Marshaller implementations which do not deepCopy and which use variable size encodings.
 

Classes in org.apache.kahadb.util used by org.apache.kahadb.journal
ByteSequence
           
LinkedNode
          Provides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class.
LinkedNodeList
          Provides a list of LinkedNode objects.
SequenceSet
          Keeps track of a added long values.
 

Classes in org.apache.kahadb.util used by org.apache.kahadb.page
Marshaller
           
 

Classes in org.apache.kahadb.util used by org.apache.kahadb.util
ByteSequence
           
DiskBenchmark.Report
           
IntegerMarshaller
          Implementation of a Marshaller for a Integer
LinkedNode
          Provides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class.
LinkedNodeList
          Provides a list of LinkedNode objects.
LongMarshaller
          Implementation of a Marshaller for a Long
Marshaller
           
Sequence
          Represents a range of numbers.
Sequence.Closure
           
SequenceSet
          Keeps track of a added long values.
SequenceSet.Marshaller
           
StringMarshaller
          Implementation of a Marshaller for Strings
VariableMarshaller
          Convenience base class for Marshaller implementations which do not deepCopy and which use variable size encodings.
 



Copyright © 2005-2012. All Rights Reserved.