Uses of Class
org.apache.ignite.internal.binary.BinaryContext
-
Packages that use BinaryContext Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation.org.apache.ignite.internal.binary.builder Contains classes specific to binary builder API.org.apache.ignite.internal.cdc org.apache.ignite.internal.client.thin org.apache.ignite.internal.jdbc.thin org.apache.ignite.internal.processors.cache.binary Implementation of binary processor. -
-
Uses of BinaryContext in org.apache.ignite.internal.binary
Fields in org.apache.ignite.internal.binary declared as BinaryContext Modifier and Type Field Description protected BinaryContextBinaryArray. ctxContext.Methods in org.apache.ignite.internal.binary that return BinaryContext Modifier and Type Method Description abstract BinaryContextBinaryObjectExImpl. context()Get binary context.BinaryContextBinaryObjectImpl. context()Get binary context.BinaryContextBinaryObjectOffheapImpl. context()Get binary context.BinaryContextBinaryReaderExImpl. context()BinaryContextBinaryTypeImpl. context()BinaryContextBinaryWriterExImpl. context()BinaryContextGridBinaryMarshaller. context()@Nullable BinaryContextBinaryContextHolder. get()BinaryContextGridBinaryMarshaller. pushContext()Push binary context and return the old one.@Nullable BinaryContextBinaryContextHolder. set(@Nullable BinaryContext newCtx)static BinaryContextGridBinaryMarshaller. threadLocalContext()Methods in org.apache.ignite.internal.binary with parameters of type BinaryContext Modifier and Type Method Description voidBinaryObjectImpl. context(BinaryContext ctx)static BinaryArrayBinaryUtils. doReadBinaryArray(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles, boolean detach, boolean deserialize, boolean isEnumArray)static BinaryEnumObjectImplBinaryUtils. doReadBinaryEnum(BinaryInputStream in, BinaryContext ctx)Read binary enum.static BinaryObjectBinaryUtils. doReadBinaryObject(BinaryInputStream in, BinaryContext ctx, boolean detach)static ClassBinaryUtils. doReadClass(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr)static ClassBinaryUtils. doReadClass(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, boolean deserialize)static ClassBinaryUtils. doReadClass(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, int typeId)static Collection<?>BinaryUtils. doReadCollection(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles, boolean detach, boolean deserialize, BinaryCollectionFactory factory)static Object[]BinaryUtils. doReadEnumArray(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, Class<?> cls)static Map<?,?>BinaryUtils. doReadMap(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles, boolean detach, boolean deserialize, BinaryMapFactory factory)static @Nullable ObjectBinaryUtils. doReadObject(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles)static Object[]BinaryUtils. doReadObjectArray(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles, boolean detach, boolean deserialize)static ObjectBinaryUtils. doReadOptimized(BinaryInputStream in, BinaryContext ctx, @Nullable ClassLoader clsLdr)Read object serialized using optimized marshaller.static ObjectBinaryUtils. doReadProxy(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles)static voidGridBinaryMarshaller. popContext(@Nullable BinaryContext oldCtx)Pop binary context and restore the old one.static ClassBinaryUtils. resolveClass(BinaryContext ctx, int typeId, @Nullable String clsName, @Nullable ClassLoader ldr, boolean registerMeta)Resolve the class.@Nullable BinaryContextBinaryContextHolder. set(@Nullable BinaryContext newCtx)voidBinaryMarshaller. setBinaryContext(BinaryContext ctx, IgniteConfiguration cfg)SetsBinaryContext.static BinaryTypeBinaryUtils. type(BinaryContext ctx, BinaryObjectEx obj)Create binary type which is used by users.static BinaryTypeBinaryUtils. typeProxy(BinaryContext ctx, BinaryObjectEx obj)Create binary type proxy.static @Nullable ObjectBinaryUtils. unmarshal(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr)static @Nullable ObjectBinaryUtils. unmarshal(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles)static @Nullable ObjectBinaryUtils. unmarshal(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles, boolean detach)static @Nullable ObjectBinaryUtils. unmarshal(BinaryInputStream in, BinaryContext ctx, ClassLoader ldr, BinaryReaderHandlesHolder handles, boolean detach, boolean deserialize)BinaryTypeImplBinaryMetadata. wrap(BinaryContext ctx)Wrap metadata into binary type. -
Uses of BinaryContext in org.apache.ignite.internal.binary.builder
Methods in org.apache.ignite.internal.binary.builder that return BinaryContext Modifier and Type Method Description BinaryContextBinaryBuilderReader. binaryContext()Constructors in org.apache.ignite.internal.binary.builder with parameters of type BinaryContext Constructor Description BinaryObjectBuilderImpl(BinaryContext ctx, int typeId, String typeName)BinaryObjectBuilderImpl(BinaryContext ctx, String clsName) -
Uses of BinaryContext in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc with parameters of type BinaryContext Modifier and Type Method Description static voidCdcUtils. registerBinaryMeta(BinaryContext ctx, IgniteLogger log, BinaryMetadata meta)Registermeta.static voidCdcUtils. registerMapping(BinaryContext ctx, IgniteLogger log, TypeMapping mapping)Registermapping. -
Uses of BinaryContext in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return BinaryContext Modifier and Type Method Description BinaryContextClientBinary. binaryContext() -
Uses of BinaryContext in org.apache.ignite.internal.jdbc.thin
Constructors in org.apache.ignite.internal.jdbc.thin with parameters of type BinaryContext Constructor Description JdbcThinTcpIo(ConnectionProperties connProps, InetSocketAddress sockAddr, BinaryContext ctx, int timeout)Start connection and perform handshake. -
Uses of BinaryContext in org.apache.ignite.internal.processors.cache.binary
Subclasses of BinaryContext in org.apache.ignite.internal.processors.cache.binary Modifier and Type Class Description static classCacheObjectBinaryProcessorImpl.TestBinaryContextMethods in org.apache.ignite.internal.processors.cache.binary that return BinaryContext Modifier and Type Method Description BinaryContextCacheObjectBinaryProcessorImpl. binaryContext()
-