Modifier and Type | Method and Description |
---|---|
void |
AsynchronousFile.read(long position,
long size,
ByteBuffer directByteBuffer,
AIOCallback aioCallback) |
void |
AsynchronousFile.write(long position,
long size,
ByteBuffer directByteBuffer,
AIOCallback aioCallback)
Any error will be reported on the callback interface
|
Modifier and Type | Method and Description |
---|---|
void |
AsynchronousFileImpl.read(long position,
long size,
ByteBuffer directByteBuffer,
AIOCallback aioPackage) |
void |
AsynchronousFileImpl.write(long position,
long size,
ByteBuffer directByteBuffer,
AIOCallback aioCallback) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOAsyncTask
This class is just a direct extension of AIOCallback.
|
interface |
IOCompletion
A IOCompletion
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSequentialFile.DelegateCallback |
class |
SimpleWaitIOCallback
A SimpleWaitIOCallback
|
class |
SyncIOCompletion
Internal class used to manage explicit syncs on the Journal through callbacks.
|
class |
TransactionCallback
A TransactionCallback
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationContext
This represents a set of operations done as part of replication.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationContextImpl
Each instance of OperationContextImpl is associated with an executor (usually an ordered Executor).
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.