public interface PlatformTargetProxy
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,
@Nullable Object arg,
long inMemPtr,
long outMemPtr)
Operation accepting an object and a memory stream and returning result to another memory stream and an object.
|
void |
inStreamAsync(int type,
long memPtr)
Asynchronous operation accepting memory stream.
|
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.
|
Object |
inStreamOutObjectAsync(int type,
long memPtr)
Asynchronous operation accepting memory stream and returning PlatformListenableTarget.
|
void |
inStreamOutStream(int type,
long inMemPtr,
long outMemPtr)
Operation accepting one memory stream and returning result to another memory stream.
|
Object |
outObject(int type)
Operation returning object result.
|
void |
outStream(int type,
long memPtr)
Operation returning result to memory stream.
|
PlatformTarget |
unwrap()
Returns the underlying target.
|
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 @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 inStreamAsync(int type,
long memPtr)
throws Exception
type - Operation type.memPtr - Memory pointer.Exception - If case of failure.Object inStreamOutObjectAsync(int type, long memPtr) throws Exception
type - Operation type.memPtr - Memory pointer.Exception - If case of failure.PlatformTarget unwrap()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021