|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDiskBasedStrategy
An interface for implementations backed by a file on disk.
| Field Summary |
|---|
| Fields inherited from interface com.bigdata.rawstore.IAddressManager |
|---|
NULL |
| Method Summary | |
|---|---|
FileChannel |
getChannel()
The channel used to read and write on the file. |
File |
getFile()
The backing file. |
int |
getHeaderSize()
The size of the file header in bytes. |
RandomAccessFile |
getRandomAccessFile()
The object used to read and write on that file. |
| Methods inherited from interface com.bigdata.journal.IBufferStrategy |
|---|
closeForWrites, getBufferMode, getCounters, getExtent, getInitialExtent, getMaximumExtent, getNextOffset, getUserExtent, readRootBlock, transferTo, truncate, writeRootBlock |
| Methods inherited from interface com.bigdata.rawstore.IRawStore |
|---|
close, deleteResources, destroy, force, getResourceMetadata, getUUID, isFullyBuffered, isOpen, isReadOnly, isStable, read, size, write |
| Methods inherited from interface com.bigdata.rawstore.IAddressManager |
|---|
getByteCount, getOffset, packAddr, toAddr, toString, unpackAddr |
| Methods inherited from interface com.bigdata.rawstore.IStoreSerializer |
|---|
deserialize, deserialize, deserialize, serialize |
| Method Detail |
|---|
int getHeaderSize()
getHeaderSize in interface IBufferStrategyFile getFile()
getFile in interface IRawStoreRandomAccessFile getRandomAccessFile()
FileChannel getChannel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||