Package | Description |
---|---|
org.apache.kahadb.index |
Modifier and Type | Method and 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(java.io.DataInput is) |
Modifier and Type | Method and Description |
---|---|
Page<ListNode<Key,Value>> |
ListNode.getPage() |
java.util.Iterator<ListNode<Key,Value>> |
ListIndex.listNodeIterator(Transaction tx) |
Modifier and Type | Method and Description |
---|---|
void |
ListIndex.storeNode(Transaction tx,
ListNode<Key,Value> node,
boolean overflow) |
void |
ListNode.NodeMarshaller.writePayload(ListNode<Key,Value> node,
java.io.DataOutput os) |
Modifier and Type | Method and Description |
---|---|
void |
ListNode.setPage(Page<ListNode<Key,Value>> page) |
Copyright © 2005-2014. All Rights Reserved.