public class PlatformClusterGroup extends PlatformAbstractTarget
FALSE, log, platformCtx, TRUE| Constructor and Description |
|---|
PlatformClusterGroup(PlatformContext platformCtx,
ClusterGroupEx prj)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformClusterGroup |
forDaemons() |
PlatformClusterGroup |
forOldest() |
PlatformClusterGroup |
forOthers(PlatformClusterGroup exclude) |
PlatformClusterGroup |
forRandom() |
PlatformClusterGroup |
forRemotes() |
PlatformClusterGroup |
forYoungest() |
protected long |
processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected Object |
processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN operation with managed object as result.
|
protected void |
processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
protected void |
processOutStream(int type,
BinaryRawWriterEx writer)
Process OUT operation.
|
ClusterGroupEx |
projection() |
void |
resetMetrics()
Resets local I/O, job, and task execution metrics.
|
convertException, currentFuture, futureWriter, inObjectStreamOutStream, inStreamOutLong, inStreamOutObject, inStreamOutStream, listenFuture, listenFutureAndGet, listenFutureForOperation, listenFutureForOperationAndGet, outLong, outObject, outStream, platformContext, processInObjectStreamOutStream, processOutLong, processOutObject, throwUnsupportedpublic PlatformClusterGroup(PlatformContext platformCtx, ClusterGroupEx prj)
platformCtx - Context.prj - Projection.protected void processOutStream(int type,
BinaryRawWriterEx writer)
throws IgniteCheckedException
processOutStream in class PlatformAbstractTargettype - Type.writer - Binary writer.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 long processInStreamOutLong(int type,
BinaryRawReaderEx reader)
throws IgniteCheckedException
processInStreamOutLong in class PlatformAbstractTargettype - Type.reader - Binary reader.IgniteCheckedException - In case of exception.protected Object processInStreamOutObject(int type, BinaryRawReaderEx reader) throws IgniteCheckedException
processInStreamOutObject in class PlatformAbstractTargettype - Type.reader - Binary reader.IgniteCheckedException - In case of exception.public PlatformClusterGroup forOthers(PlatformClusterGroup exclude)
exclude - Projection to exclude.public PlatformClusterGroup forRemotes()
public PlatformClusterGroup forDaemons()
public PlatformClusterGroup forRandom()
public PlatformClusterGroup forOldest()
public PlatformClusterGroup forYoungest()
public ClusterGroupEx projection()
public void resetMetrics()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016