public interface PlatformTarget
| Modifier and Type | Method and Description |
|---|---|
long |
inLongOutLong(int type,
long val)
Operation accepting long value and returning long value.
|
Object |
inObjectStreamOutObjectStream(int type,
Object arg,
long inMemPtr,
long outMemPtr)
Operation accepting an object and a memory stream and returning result to another memory stream and an object.
|
long |
inStreamOutLong(int type,
long memPtr)
Operation accepting memory stream and returning long value.
|
Object |
inStreamOutObject(int type,
long memPtr)
Operation accepting memory stream and returning object.
|
void |
inStreamOutStream(int type,
long inMemPtr,
long outMemPtr)
Operation accepting one memory stream and returning result to another memory stream.
|
void |
listenFuture(long futId,
int typ)
Start listening for the future.
|
void |
listenFutureForOperation(long futId,
int typ,
int opId)
Start listening for the future for specific operation type.
|
Object |
outObject(int type)
Operation returning object result.
|
void |
outStream(int type,
long memPtr)
Operation returning result to memory stream.
|
long inLongOutLong(int type,
long val)
throws Exception
type - Operation type.val - Value.Exception - If case of failure.long inStreamOutLong(int type,
long memPtr)
throws Exception
type - Operation type.memPtr - Memory pointer.Exception - If case of failure.Object inStreamOutObject(int type, long memPtr) throws Exception
type - Operation type.memPtr - Memory pointer.Exception - If case of failure.void inStreamOutStream(int type,
long inMemPtr,
long outMemPtr)
throws Exception
type - Operation type.inMemPtr - Input memory pointer.outMemPtr - Output memory pointer.Exception - In case of failure.Object inObjectStreamOutObjectStream(int type, @Nullable Object arg, long inMemPtr, long outMemPtr) throws Exception
type - Operation type.arg - Argument (optional).inMemPtr - Input memory pointer.outMemPtr - Output memory pointer.Exception - In case of failure.void outStream(int type,
long memPtr)
throws Exception
type - Operation type.memPtr - Memory pointer.Exception - In case of failure.Object outObject(int type) throws Exception
type - Operation type.Exception - If failed.void listenFuture(long futId,
int typ)
throws Exception
futId - Future ID.typ - Result type.IgniteCheckedException - In case of failure.Exceptionvoid listenFutureForOperation(long futId,
int typ,
int opId)
throws Exception
futId - Future ID.typ - Result type.opId - Operation ID required to pick correct result writer.IgniteCheckedException - In case of failure.Exception
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016