Class PlatformDotNetEntityFrameworkCacheExtension
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.entityframework.PlatformDotNetEntityFrameworkCacheExtension
-
- All Implemented Interfaces:
PlatformCacheExtension
public class PlatformDotNetEntityFrameworkCacheExtension extends Object implements PlatformCacheExtension
EntityFramework cache extension.
-
-
Constructor Summary
Constructors Constructor Description PlatformDotNetEntityFrameworkCacheExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intid()Get extension ID.longprocessInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.StringtoString()
-
-
-
Method Detail
-
id
public int id()
Get extension ID. Must be unique among all extensions.- Specified by:
idin interfacePlatformCacheExtension- Returns:
- Extension ID.
-
processInOutStreamLong
public long processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem) throws IgniteCheckedException
Invokes in-out operation with long return type.- Specified by:
processInOutStreamLongin interfacePlatformCacheExtension- Parameters:
target- Target cache.type- Operation type.reader- Reader.mem- Memory.- Returns:
- Result.
- Throws:
IgniteCheckedException- If failed.
-
-