Package | Description |
---|---|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.objects.nio |
Support for extended binary serialization of objects.
|
Modifier and Type | Method and Description |
---|---|
protected AsynchronousFileChannelInputStream |
DiskStorage.openInputStream()
Create input stream on the specified channel.
|
protected AsynchronousFileChannelInputStream |
DiskStorage.takeInputStream(long position)
Retrieves an input stream for this storage's file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiskStorage.returnInputStream(AsynchronousFileChannelInputStream stream)
Return the taken stream back into the waiting queue.
|
Modifier and Type | Method and Description |
---|---|
void |
AsynchronousFileChannelInputStream.AsynchronousReadCallback.completed(AsynchronousFileChannelInputStream input)
Invoked when the asynchronous read is completed.
|
void |
AsynchronousFileChannelInputStream.AsynchronousReadCallback.failed(AsynchronousFileChannelInputStream input,
java.lang.Throwable exc)
Invoked when the asynchronous read has failed.
|