public static class BTreeNode.DataPagedAccessor<Key,Value> extends AbstractStreamPagedAccessor<org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value>>
| Constructor and Description |
|---|
DataPagedAccessor(BTreeIndex<Key,Value> index) |
| Modifier and Type | Method and Description |
|---|---|
protected org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value> |
decode(Paged paged,
DataInputStream is) |
protected void |
encode(Paged paged,
DataOutputStream os,
org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value> data) |
load, pagesLinked, storepublic DataPagedAccessor(BTreeIndex<Key,Value> index)
protected void encode(Paged paged, DataOutputStream os, org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value> data) throws IOException
encode in class AbstractStreamPagedAccessor<org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value>>IOExceptionprotected org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value> decode(Paged paged, DataInputStream is) throws IOException
decode in class AbstractStreamPagedAccessor<org.fusesource.hawtdb.internal.index.BTreeNode.Data<Key,Value>>IOExceptionCopyright © 2009–2016 FuseSource, Corp.. All rights reserved.