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, store
public 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>>
IOException
protected 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>>
IOException
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.