Uses of Class
org.apache.kahadb.util.VariableMarshaller

Packages that use VariableMarshaller
org.apache.kahadb.index   
org.apache.kahadb.util   
 

Uses of VariableMarshaller in org.apache.kahadb.index
 

Subclasses of VariableMarshaller in org.apache.kahadb.index
static class BTreeNode.Marshaller<Key,Value>
          The Marshaller is used to store and load the data in the BTreeNode into a Page.
 

Uses of VariableMarshaller in org.apache.kahadb.util
 

Subclasses of VariableMarshaller in org.apache.kahadb.util
 class ObjectMarshaller
          Implementation of a Marshaller for Objects
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.