Uses of Interface
org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk
-
Packages that use BinaryMemoryAllocatorChunk Package Description org.apache.ignite.internal.binary.streams -
-
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 static BinaryMemoryAllocatorChunkBinaryStreams. threadLocalChunk()BinaryMemoryAllocatorChunkBinaryStreamsFactory. threadLocalChunk()Methods in org.apache.ignite.internal.binary.streams with parameters of type BinaryMemoryAllocatorChunk Modifier and Type Method Description static BinaryOutputStreamBinaryStreams. outputStream(int cap, BinaryMemoryAllocatorChunk chunk)BinaryOutputStreamBinaryStreamsFactory. outputStream(int cap, BinaryMemoryAllocatorChunk chunk)
-