Uses of Interface
org.fusesource.hawtdb.api.PagedAccessor

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
<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.
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.