public class PlatformEvents extends PlatformAbstractTarget
ERROR, FALSE, log, platformCtx, TRUE| Constructor and Description |
|---|
PlatformEvents(PlatformContext platformCtx,
IgniteEvents events)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteInternalFuture |
currentFuture()
When overridden in a derived class, gets future for the current operation.
|
protected PlatformFutureUtils.Writer |
futureWriter(int opId)
When overridden in a derived class, gets a custom future writer.
|
protected long |
processInLongOutLong(int type,
long val)
Process IN operation.
|
protected long |
processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
protected Object |
processOutObject(int type)
Process OUT operation.
|
protected void |
processOutStream(int type,
BinaryRawWriterEx writer)
Process OUT operation.
|
convertException, inLongOutLong, inObjectStreamOutObjectStream, inStreamOutLong, inStreamOutObject, inStreamOutStream, listenFuture, listenFutureForOperation, outObject, outStream, platformContext, processInObjectStreamOutObjectStream, processInStreamOutLong, processInStreamOutObject, readAndListenFuture, readAndListenFuture, readAndListenFuture, readAndListenFuture, readAndListenFuture, throwUnsupportedpublic PlatformEvents(PlatformContext platformCtx, IgniteEvents events)
platformCtx - Context.events - Ignite events.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 void processOutStream(int type,
BinaryRawWriterEx writer)
throws IgniteCheckedException
processOutStream in class PlatformAbstractTargettype - Type.writer - Binary writer.IgniteCheckedException - In case of exception.protected Object processOutObject(int type) throws IgniteCheckedException
processOutObject in class PlatformAbstractTargettype - Type.IgniteCheckedException - In case of exception.protected long processInLongOutLong(int type,
long val)
throws IgniteCheckedException
processInLongOutLong in class PlatformAbstractTargettype - Type.val - Value.IgniteCheckedException - In case of exception.protected IgniteInternalFuture currentFuture() throws IgniteCheckedException
currentFuture in class PlatformAbstractTargetIgniteCheckedException - If failed.@Nullable protected PlatformFutureUtils.Writer futureWriter(int opId)
futureWriter in class PlatformAbstractTargetopId - Operation id.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016