|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagedAccessor | |
---|---|
org.fusesource.hawtdb.api | The HawDB client API As implementation interfaces harden up, they will get moved into this package. |
Uses of PagedAccessor in org.fusesource.hawtdb.api |
---|
Classes in org.fusesource.hawtdb.api that implement PagedAccessor | |
---|---|
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. |
Methods in org.fusesource.hawtdb.api with parameters of type PagedAccessor | ||
---|---|---|
|
Paged.clear(PagedAccessor<T> pagedAccessor,
int page)
Frees any pages associated with the value stored at the given page if any. |
|
|
Paged.get(PagedAccessor<T> pagedAccessor,
int page)
Gets an object previously put at the given page. |
|
|
Paged.put(PagedAccessor<T> pagedAccessor,
int page,
T value)
Put an object at a given page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |