Uses of Class
org.fusesource.hawtdb.api.Paged.SliceType

Packages that use Paged.SliceType
org.fusesource.hawtdb.api The HawDB client API As implementation interfaces harden up, they will get moved into this package. 
 

Uses of Paged.SliceType in org.fusesource.hawtdb.api
 

Methods in org.fusesource.hawtdb.api that return Paged.SliceType
static Paged.SliceType Paged.SliceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Paged.SliceType[] Paged.SliceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fusesource.hawtdb.api with parameters of type Paged.SliceType
 java.nio.ByteBuffer Paged.slice(Paged.SliceType mode, int pageId, int count)
          Provides direct access to the memory associated with a page.
 



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