| Package | Description |
|---|---|
| org.apache.activemq.store.kahadb.disk.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(DataInput is) |
| Modifier and Type | Method and Description |
|---|---|
Page<ListNode<Key,Value>> |
ListNode.getPage() |
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,
DataOutput os) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNode.setPage(Page<ListNode<Key,Value>> page) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.