Package | Description |
---|---|
org.apache.activemq.store.kahadb.disk.index | |
org.apache.activemq.store.kahadb.plist |
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 |
---|---|
protected void |
ListIndex.onLoad(ListNode<Key,Value> node,
Transaction tx) |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
PListImpl.onLoad(ListNode<String,Location> node,
Transaction tx) |
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.