Uses of Interface
org.apache.ignite.internal.processors.platform.memory.PlatformMemory
-
-
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type PlatformMemory Modifier and Type Method Description longPlatformAbstractTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformProcessorImpl. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.BinaryRawReaderExPlatformContext. reader(PlatformMemory mem)Get memory reader.BinaryRawReaderExPlatformContextImpl. reader(PlatformMemory mem)Get memory reader.BinaryRawWriterExPlatformContext. writer(PlatformMemory mem)Get memory writer.BinaryRawWriterExPlatformContextImpl. writer(PlatformMemory mem)Get memory writer. -
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type PlatformMemory Modifier and Type Method Description longPlatformCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.longPlatformCache. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformCache. writeResult(PlatformMemory mem, Object obj)Writes the result to reused stream, if any.longPlatformCache. writeResult(PlatformMemory mem, Object obj, PlatformWriterClosure clo)Writes the result to reused stream, if any. -
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform.callback
Methods in org.apache.ignite.internal.processors.platform.callback with parameters of type PlatformMemory Modifier and Type Method Description longPlatformCallbackGateway. pluginCallback(long callbackId, PlatformMemory outMem, PlatformMemory inMem)Invoke plugin callback by id. -
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type PlatformMemory Modifier and Type Method Description longPlatformComputeTaskSession. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation. -
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform.entityframework
Methods in org.apache.ignite.internal.processors.platform.entityframework with parameters of type PlatformMemory Modifier and Type Method Description longPlatformDotNetEntityFrameworkCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type. -
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform.memory
Classes in org.apache.ignite.internal.processors.platform.memory that implement PlatformMemory Modifier and Type Class Description classPlatformAbstractMemoryInterop memory chunk abstraction.classPlatformExternalMemoryInterop external memory chunk.classPlatformPooledMemoryInterop pooled memory chunk.classPlatformUnpooledMemoryInterop un-pooled memory chunk.Fields in org.apache.ignite.internal.processors.platform.memory declared as PlatformMemory Modifier and Type Field Description protected PlatformMemoryPlatformOutputStreamImpl. memUnderlying memory chunk.Methods in org.apache.ignite.internal.processors.platform.memory that return PlatformMemory Modifier and Type Method Description PlatformMemoryPlatformMemoryManager. allocate()Allocates memory.PlatformMemoryPlatformMemoryManager. allocate(int cap)Allocates memory having at least the given capacity.PlatformMemoryPlatformMemoryManagerImpl. allocate()Allocates memory.PlatformMemoryPlatformMemoryManagerImpl. allocate(int cap)Allocates memory having at least the given capacity.PlatformMemoryPlatformMemoryPool. allocate(int cap)Allocate memory chunk, optionally pooling it.PlatformMemoryPlatformMemoryManager. get(long memPtr)Gets memory from existing pointer.PlatformMemoryPlatformMemoryManagerImpl. get(long memPtr)Gets memory from existing pointer.PlatformMemoryPlatformMemoryPool. get(long memPtr)Get pooled memory chunk.Constructors in org.apache.ignite.internal.processors.platform.memory with parameters of type PlatformMemory Constructor Description PlatformBigEndianInputStreamImpl(PlatformMemory mem)Constructor.PlatformBigEndianOutputStreamImpl(PlatformMemory mem)Constructor.PlatformInputStreamImpl(PlatformMemory mem)Constructor.PlatformOutputStreamImpl(PlatformMemory mem)Constructor. -
Uses of PlatformMemory in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession with parameters of type PlatformMemory Modifier and Type Method Description longPlatformDotNetSessionCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.
-