Class PlatformAffinityManager
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.PlatformAbstractTarget
-
- org.apache.ignite.internal.processors.platform.cache.affinity.PlatformAffinityManager
-
- All Implemented Interfaces:
PlatformTarget
public class PlatformAffinityManager extends PlatformAbstractTarget
AffinityManager wrapper for platforms.
-
-
Field Summary
Fields Modifier and Type Field Description static intOP_IS_ASSIGNMENT_VALID-
Fields inherited from class org.apache.ignite.internal.processors.platform.PlatformAbstractTarget
ERROR, FALSE, log, platformCtx, TRUE
-
-
Constructor Summary
Constructors Constructor Description PlatformAffinityManager(PlatformContext platformCtx, int cacheId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longprocessInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.-
Methods inherited from class org.apache.ignite.internal.processors.platform.PlatformAbstractTarget
convertException, platformContext, processInLongOutLong, processInObjectStreamOutObjectStream, processInStreamAsync, processInStreamOutLong, processInStreamOutObject, processInStreamOutStream, processOutObject, processOutStream, readAndListenFuture, readAndListenFuture, readAndListenFuture, throwUnsupported, wrapListenable
-
-
-
-
Field Detail
-
OP_IS_ASSIGNMENT_VALID
public static final int OP_IS_ASSIGNMENT_VALID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PlatformAffinityManager
public PlatformAffinityManager(PlatformContext platformCtx, int cacheId)
Constructor.- Parameters:
platformCtx- Context.
-
-
Method Detail
-
processInStreamOutLong
public long processInStreamOutLong(int type, BinaryRawReaderEx reader) throws IgniteCheckedExceptionProcess IN operation.- Specified by:
processInStreamOutLongin interfacePlatformTarget- Overrides:
processInStreamOutLongin classPlatformAbstractTarget- Parameters:
type- Type.reader- Binary reader.- Returns:
- Result.
- Throws:
IgniteCheckedException- In case of exception.
-
-