public class PlatformMessaging extends PlatformAbstractTarget
| Modifier and Type | Field and Description |
|---|---|
static int |
OP_LOC_LISTEN |
static int |
OP_REMOTE_LISTEN |
static int |
OP_SEND |
static int |
OP_SEND_MULTI |
static int |
OP_SEND_ORDERED |
static int |
OP_STOP_LOC_LISTEN |
static int |
OP_STOP_REMOTE_LISTEN |
FALSE, log, platformCtx, TRUE| Constructor and Description |
|---|
PlatformMessaging(PlatformContext platformCtx,
IgniteMessaging messaging)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteInternalFuture |
currentFuture()
|
protected long |
processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
PlatformMessaging |
withAsync()
Gets messaging with asynchronous mode enabled.
|
convertException, futureWriter, inObjectStreamOutStream, inStreamOutLong, inStreamOutObject, inStreamOutStream, listenFuture, listenFutureAndGet, listenFutureForOperation, listenFutureForOperationAndGet, outLong, outObject, outStream, platformContext, processInObjectStreamOutStream, processInStreamOutObject, processOutLong, processOutObject, processOutStream, throwUnsupportedpublic static final int OP_LOC_LISTEN
public static final int OP_REMOTE_LISTEN
public static final int OP_SEND
public static final int OP_SEND_MULTI
public static final int OP_SEND_ORDERED
public static final int OP_STOP_LOC_LISTEN
public static final int OP_STOP_REMOTE_LISTEN
public PlatformMessaging(PlatformContext platformCtx, IgniteMessaging messaging)
platformCtx - Context.messaging - Ignite messaging.public PlatformMessaging withAsync()
protected long processInStreamOutLong(int type,
BinaryRawReaderEx reader)
throws IgniteCheckedException
processInStreamOutLong in class PlatformAbstractTargettype - Type.reader - Binary reader.IgniteCheckedException - In case of exception.protected void processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
throws IgniteCheckedException
processInStreamOutStream in class PlatformAbstractTargettype - Type.reader - Binary reader.writer - Binary writer.IgniteCheckedException - In case of exception.protected IgniteInternalFuture currentFuture() throws IgniteCheckedException
currentFuture in class PlatformAbstractTargetIgniteCheckedException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016