|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListNode | |
|---|---|
| org.apache.kahadb.index | |
| Uses of ListNode in org.apache.kahadb.index |
|---|
| Methods in org.apache.kahadb.index that return ListNode | |
|---|---|
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.kahadb.index that return types with arguments of type ListNode | |
|---|---|
Page<ListNode<Key,Value>> |
ListNode.getPage()
|
Iterator<ListNode<Key,Value>> |
ListIndex.listNodeIterator(Transaction tx)
|
| Methods in org.apache.kahadb.index with parameters of type ListNode | |
|---|---|
void |
ListIndex.storeNode(Transaction tx,
ListNode<Key,Value> node,
boolean overflow)
|
void |
ListNode.NodeMarshaller.writePayload(ListNode<Key,Value> node,
DataOutput os)
|
| Method parameters in org.apache.kahadb.index with type arguments of type ListNode | |
|---|---|
void |
ListNode.setPage(Page<ListNode<Key,Value>> page)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||