Package | Description |
---|---|
org.fusesource.hawtdb.api |
The HawDB client API
|
org.fusesource.hawtdb.internal.page |
Implementations paged IO.
|
Modifier and Type | Method and Description |
---|---|
static Paged.SliceType |
Paged.SliceType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
Paged.slice(Paged.SliceType mode,
int pageId,
int count)
Provides direct access to the memory associated with a page.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
HawtPageFile.slice(Paged.SliceType type,
int pageId,
int size) |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.