public interface PlatformTarget
| Modifier and Type | Method and Description |
|---|---|
Exception |
convertException(Exception e)
Convert caught exception.
|
long |
processInLongOutLong(int type,
long val)
Process IN operation.
|
PlatformTarget |
processInObjectStreamOutObjectStream(int type,
@Nullable PlatformTarget arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
PlatformAsyncResult |
processInStreamAsync(int type,
BinaryRawReaderEx reader)
Process asynchronous operation.
|
long |
processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
long |
processInStreamOutLong(int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Process IN operation.
|
PlatformTarget |
processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
void |
processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
PlatformTarget |
processOutObject(int type)
Process OUT operation.
|
void |
processOutStream(int type,
BinaryRawWriterEx writer)
Process OUT operation.
|
long processInLongOutLong(int type,
long val)
throws IgniteCheckedException
type - Type.val - Value.IgniteCheckedException - In case of exception.long processInStreamOutLong(int type,
BinaryRawReaderEx reader)
throws IgniteCheckedException
type - Type.reader - Binary reader.IgniteCheckedException - In case of exception.long processInStreamOutLong(int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
throws IgniteCheckedException
type - Type.reader - Binary reader.IgniteCheckedException - In case of exception.void processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
throws IgniteCheckedException
type - Type.reader - Binary reader.writer - Binary writer.IgniteCheckedException - In case of exception.PlatformTarget processInStreamOutObject(int type, BinaryRawReaderEx reader) throws IgniteCheckedException
type - Type.reader - Binary reader.IgniteCheckedException - In case of exception.PlatformTarget processInObjectStreamOutObjectStream(int type, @Nullable @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer) throws IgniteCheckedException
type - Type.arg - Argument.reader - Binary reader.writer - Binary writer.IgniteCheckedException - In case of exception.void processOutStream(int type,
BinaryRawWriterEx writer)
throws IgniteCheckedException
type - Type.writer - Binary writer.IgniteCheckedException - In case of exception.PlatformTarget processOutObject(int type) throws IgniteCheckedException
type - Type.IgniteCheckedException - In case of exception.PlatformAsyncResult processInStreamAsync(int type, BinaryRawReaderEx reader) throws IgniteCheckedException
type - Type.reader - Binary reader.IgniteCheckedException - In case of exception.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020