| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.platform | |
| org.apache.ignite.internal.processors.platform.memory |
| Modifier and Type | Method and Description |
|---|---|
BinaryRawReaderEx |
PlatformContextImpl.reader(PlatformMemory mem)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContext.reader(PlatformMemory mem)
Get memory reader.
|
BinaryRawWriterEx |
PlatformContextImpl.writer(PlatformMemory mem)
Get memory writer.
|
BinaryRawWriterEx |
PlatformContext.writer(PlatformMemory mem)
Get memory writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformAbstractMemory
Interop memory chunk abstraction.
|
class |
PlatformExternalMemory
Interop external memory chunk.
|
class |
PlatformPooledMemory
Interop pooled memory chunk.
|
class |
PlatformUnpooledMemory
Interop un-pooled memory chunk.
|
| Modifier and Type | Field and Description |
|---|---|
protected PlatformMemory |
PlatformOutputStreamImpl.mem
Underlying memory chunk.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformMemory |
PlatformMemoryManagerImpl.allocate()
Allocates memory.
|
PlatformMemory |
PlatformMemoryManager.allocate()
Allocates memory.
|
PlatformMemory |
PlatformMemoryPool.allocate(int cap)
Allocate memory chunk, optionally pooling it.
|
PlatformMemory |
PlatformMemoryManagerImpl.allocate(int cap)
Allocates memory having at least the given capacity.
|
PlatformMemory |
PlatformMemoryManager.allocate(int cap)
Allocates memory having at least the given capacity.
|
PlatformMemory |
PlatformMemoryPool.get(long memPtr)
Get pooled memory chunk.
|
PlatformMemory |
PlatformMemoryManagerImpl.get(long memPtr)
Gets memory from existing pointer.
|
PlatformMemory |
PlatformMemoryManager.get(long memPtr)
Gets memory from existing pointer.
|
| Constructor and Description |
|---|
PlatformBigEndianInputStreamImpl(PlatformMemory mem)
Constructor.
|
PlatformBigEndianOutputStreamImpl(PlatformMemory mem)
Constructor.
|
PlatformInputStreamImpl(PlatformMemory mem)
Constructor.
|
PlatformOutputStreamImpl(PlatformMemory mem)
Constructor.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016