Uses of Class
org.apache.activemq.store.kahadb.disk.index.ListNode
-
Packages that use ListNode Package Description org.apache.activemq.store.kahadb.disk.index org.apache.activemq.store.kahadb.plist -
-
Uses of ListNode in org.apache.activemq.store.kahadb.disk.index
Methods in org.apache.activemq.store.kahadb.disk.index that return ListNode Modifier and Type Method Description ListNode<Key,Value>ListIndex. createNode(Transaction tx)protected ListNode<Key,Value>ListIndex. getHead(Transaction tx)protected ListNode<Key,Value>ListIndex. getTail(Transaction tx)ListNode<Key,Value>ListNode.NodeMarshaller. readPayload(DataInput is)Methods in org.apache.activemq.store.kahadb.disk.index that return types with arguments of type ListNode Modifier and Type Method Description Page<ListNode<Key,Value>>ListNode. getPage()Iterator<ListNode<Key,Value>>ListIndex. listNodeIterator(Transaction tx)Methods in org.apache.activemq.store.kahadb.disk.index with parameters of type ListNode Modifier and Type Method Description protected voidListIndex. onLoad(ListNode<Key,Value> node, Transaction tx)voidListIndex. storeNode(Transaction tx, ListNode<Key,Value> node, boolean overflow)voidListNode.NodeMarshaller. writePayload(ListNode<Key,Value> node, DataOutput os)Method parameters in org.apache.activemq.store.kahadb.disk.index with type arguments of type ListNode Modifier and Type Method Description voidListNode. setPage(Page<ListNode<Key,Value>> page) -
Uses of ListNode in org.apache.activemq.store.kahadb.plist
Methods in org.apache.activemq.store.kahadb.plist with parameters of type ListNode Modifier and Type Method Description protected voidPListImpl. onLoad(ListNode<String,Location> node, Transaction tx)
-