Uses of Interface
org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk
-
Packages that use BinaryMemoryAllocatorChunk Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation.org.apache.ignite.internal.binary.streams Contains binary APIs implementation for streams. -
-
Uses of BinaryMemoryAllocatorChunk in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryMemoryAllocatorChunk Modifier and Type Method Description BinaryMemoryAllocatorChunkBinaryThreadLocalContext. chunk() -
Uses of BinaryMemoryAllocatorChunk in org.apache.ignite.internal.binary.streams
Methods in org.apache.ignite.internal.binary.streams that return BinaryMemoryAllocatorChunk Modifier and Type Method Description abstract BinaryMemoryAllocatorChunkBinaryMemoryAllocator. chunk()Constructors in org.apache.ignite.internal.binary.streams with parameters of type BinaryMemoryAllocatorChunk Constructor Description BinaryHeapOutputStream(int cap, BinaryMemoryAllocatorChunk chunk)Constructor.BinaryHeapOutputStream(int cap, BinaryMemoryAllocatorChunk chunk, boolean disableAutoClose)Constructor.
-