|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RandomAccess | |
|---|---|
| net.metanotion.io | |
| net.metanotion.io.appenddb | The AppendDB package implements net.metanotion.io.BlockIO<Integer,byte[],Transaction>, and provides non-nested, threadsafe, mostly lock free, ACID transactions. |
| net.metanotion.io.s3 | |
| Uses of RandomAccess in net.metanotion.io |
|---|
| Classes in net.metanotion.io that implement RandomAccess | |
|---|---|
class |
ByteCordRandomAccess
|
class |
JRandomAccess
Adapter to convert a java.io.RandomAccessFile nto a net.metantion.io.RandomAccess. |
| Methods in net.metanotion.io that return RandomAccess | |
|---|---|
RandomAccess |
RAMDiskFileSystem.openRandomAccess(File f)
|
RandomAccess |
MountingFileSystem.openRandomAccess(File f)
|
RandomAccess |
JFileSystemAdapter.openRandomAccess(File f)
|
RandomAccess |
JavaFileSystem.openRandomAccess(File f)
|
RandomAccess |
FileSystem.openRandomAccess(File f)
Open a file for reading and writing. |
RandomAccess |
ChRootFileSystem.openRandomAccess(File f)
|
| Constructors in net.metanotion.io with parameters of type RandomAccess | |
|---|---|
JNLPRandomAccess(RandomAccess raf)
|
|
| Uses of RandomAccess in net.metanotion.io.appenddb |
|---|
| Fields in net.metanotion.io.appenddb declared as RandomAccess | |
|---|---|
protected RandomAccess |
AppendBlockIO.appendFile
Handle to the file backing this device. |
| Methods in net.metanotion.io.appenddb with parameters of type RandomAccess | |
|---|---|
void |
AppendBlockIO.compact(RandomAccess outfile)
Compact this block device to outfile. |
static void |
RecoverDB.recover(RandomAccess appendFile,
long maxBytes)
|
| Constructors in net.metanotion.io.appenddb with parameters of type RandomAccess | |
|---|---|
AppendBlockIO(RandomAccess appendFile,
long maxBytes)
Create a n Append BlockIO device with given file and transaction log. |
|
| Uses of RandomAccess in net.metanotion.io.s3 |
|---|
| Methods in net.metanotion.io.s3 that return RandomAccess | |
|---|---|
RandomAccess |
S3FileSystem.openRandomAccess(File f)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||