Uses of Interface
org.apache.ignite.binary.BinaryReader
-
Packages that use BinaryReader Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary Contains binary APIs internal implementation.org.apache.ignite.internal.processors.closure TODO.org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.entityframework org.apache.ignite.internal.processors.platform.websession org.apache.ignite.internal.websession org.apache.ignite.lang Contains general language constructs and functional APIs for distributed computations. -
-
Uses of BinaryReader in org.apache.ignite.binary
Methods in org.apache.ignite.binary with parameters of type BinaryReader Modifier and Type Method Description voidBinarylizable. readBinary(BinaryReader reader)Reads fields from provided reader.voidBinaryReflectiveSerializer. readBinary(Object obj, BinaryReader reader)Reads fields from provided reader.voidBinarySerializer. readBinary(Object obj, BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryReader Modifier and Type Class Description classBinaryReaderExImplBinary reader implementation.Methods in org.apache.ignite.internal.binary with parameters of type BinaryReader Modifier and Type Method Description voidBinaryTreeMap. readBinary(BinaryReader reader)Reads fields from provided reader.voidBinaryTreeSet. readBinary(BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.internal.processors.closure
Methods in org.apache.ignite.internal.processors.closure with parameters of type BinaryReader Modifier and Type Method Description voidGridClosureProcessor.C1. readBinary(BinaryReader reader)Reads fields from provided reader.voidGridClosureProcessor.C2. readBinary(BinaryReader reader)Reads fields from provided reader.voidGridClosureProcessor.C4. readBinary(BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type BinaryReader Modifier and Type Method Description voidPlatformJavaObjectFactoryProxy. readBinary(BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.internal.processors.platform.entityframework
Methods in org.apache.ignite.internal.processors.platform.entityframework with parameters of type BinaryReader Modifier and Type Method Description voidPlatformDotNetEntityFrameworkCacheEntry. readBinary(BinaryReader reader)Reads fields from provided reader.voidPlatformDotNetEntityFrameworkCacheKey. readBinary(BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession with parameters of type BinaryReader Modifier and Type Method Description voidPlatformDotNetSessionData. readBinary(BinaryReader reader)Reads fields from provided reader.voidPlatformDotNetSessionLockResult. readBinary(BinaryReader reader)Reads fields from provided reader.voidPlatformDotNetSessionSetAndUnlockProcessor. readBinary(BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.internal.websession
Methods in org.apache.ignite.internal.websession with parameters of type BinaryReader Modifier and Type Method Description voidWebSessionAttributeProcessor. readBinary(BinaryReader reader)Reads fields from provided reader.voidWebSessionEntity. readBinary(BinaryReader reader)Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.lang
Methods in org.apache.ignite.lang with parameters of type BinaryReader Modifier and Type Method Description voidIgniteUuid. readBinary(BinaryReader reader)Reads fields from provided reader.
-