Class BinaryThreadLocalContext
- java.lang.Object
-
- org.apache.ignite.internal.binary.BinaryThreadLocalContext
-
public class BinaryThreadLocalContext extends Object
Contains thread-local data for binary marshalling.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryMemoryAllocatorChunkchunk()static BinaryThreadLocalContextget()Get current context.BinaryWriterSchemaHolderschemaHolder()
-
-
-
Method Detail
-
get
public static BinaryThreadLocalContext get()
Get current context.- Returns:
- Context.
-
chunk
public BinaryMemoryAllocatorChunk chunk()
- Returns:
- Memory chunk.
-
schemaHolder
public BinaryWriterSchemaHolder schemaHolder()
- Returns:
- Schema holder.
-
-