Package | Description |
---|---|
org.fusesource.hawtdb.api |
The HawDB client API
|
org.fusesource.hawtdb.internal.io |
Provides low level IO access.
|
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 |
---|---|
void |
MemoryMappedFile.close() |
void |
MemoryMappedFile.read(long position,
org.fusesource.hawtbuf.Buffer data) |
void |
MemoryMappedFile.read(long position,
byte[] data) |
void |
MemoryMappedFile.read(long position,
byte[] data,
int offset,
int length) |
ByteBuffer |
MemoryMappedFile.read(long position,
int length) |
MemoryMappedFile.ChannelTransfer |
MemoryMappedFile.readChannelTansfer(int position,
int length) |
void |
MemoryMappedFile.sync() |
void |
MemoryMappedFile.write(long position,
org.fusesource.hawtbuf.Buffer data) |
void |
MemoryMappedFile.write(long position,
byte[] data) |
void |
MemoryMappedFile.write(long position,
byte[] data,
int offset,
int length) |
void |
MemoryMappedFile.write(long position,
ByteBuffer data) |
void |
MemoryMappedFile.writeChannelTansfer(long position,
MemoryMappedFile.ChannelTransfer transfer) |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.