Uses of Class
org.apache.activemq.store.kahadb.disk.util.VariableMarshaller
Packages that use VariableMarshaller
-
Uses of VariableMarshaller in org.apache.activemq.store.kahadb
Subclasses of VariableMarshaller in org.apache.activemq.store.kahadbModifier and TypeClassDescriptionprotected classprotected classprotected classprotected static classprotected class -
Uses of VariableMarshaller in org.apache.activemq.store.kahadb.disk.index
Subclasses of VariableMarshaller in org.apache.activemq.store.kahadb.disk.indexModifier and TypeClassDescriptionstatic classBTreeNode.Marshaller<Key,Value> The Marshaller is used to store and load the data in the BTreeNode into a Page.static final classListNode.NodeMarshaller<Key,Value> The Marshaller is used to store and load the data in the ListNode into a Page.