Package | Description |
---|---|
org.fusesource.hawtdb.api |
The HawDB client API
|
org.fusesource.hawtdb.internal.index |
Index implementations.
|
org.fusesource.hawtdb.internal.page |
Implementations paged IO.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStreamPagedAccessor<T>
Abstract base class for implementations of EncoderDecoder which use stream encoding/decoding.
|
class |
CodecPagedAccessor<T>
A EncoderDecoder which uses a Marshaller to encode/decode the values.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
Paged.clear(PagedAccessor<T> pagedAccessor,
int page)
Frees any pages associated with the value stored at the given page if any.
|
<T> T |
Paged.get(PagedAccessor<T> pagedAccessor,
int page)
Gets an object previously put at the given page.
|
<T> void |
Paged.put(PagedAccessor<T> pagedAccessor,
int page,
T value)
Put an object at a given page.
|
Modifier and Type | Class and Description |
---|---|
static class |
BTreeNode.DataPagedAccessor<Key,Value> |
Modifier and Type | Method and Description |
---|---|
<T> T |
ReadCache.cacheLoad(PagedAccessor<T> marshaller,
int pageId) |
<T> void |
HawtPageFile.clear(PagedAccessor<T> pagedAccessor,
int page) |
<T> T |
HawtPageFile.get(PagedAccessor<T> pagedAccessor,
int page) |
<T> void |
HawtPageFile.put(PagedAccessor<T> pagedAccessor,
int page,
T value) |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.