Uses of Interface
org.apache.ignite.binary.BinaryWriter
-
Packages that use BinaryWriter 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 BinaryWriter in org.apache.ignite.binary
Methods in org.apache.ignite.binary with parameters of type BinaryWriter Modifier and Type Method Description voidBinarylizable. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidBinaryReflectiveSerializer. writeBinary(Object obj, BinaryWriter writer)Writes fields to provided writer.voidBinarySerializer. writeBinary(Object obj, BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryWriter Modifier and Type Class Description classBinaryWriterExImplBinary writer implementation.Methods in org.apache.ignite.internal.binary with parameters of type BinaryWriter Modifier and Type Method Description voidBinaryTreeMap. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidBinaryTreeSet. writeBinary(BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.processors.closure
Methods in org.apache.ignite.internal.processors.closure with parameters of type BinaryWriter Modifier and Type Method Description voidGridClosureProcessor.C1. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidGridClosureProcessor.C2. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidGridClosureProcessor.C4. writeBinary(BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type BinaryWriter Modifier and Type Method Description voidPlatformJavaObjectFactoryProxy. writeBinary(BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.processors.platform.entityframework
Methods in org.apache.ignite.internal.processors.platform.entityframework with parameters of type BinaryWriter Modifier and Type Method Description voidPlatformDotNetEntityFrameworkCacheEntry. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidPlatformDotNetEntityFrameworkCacheKey. writeBinary(BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession with parameters of type BinaryWriter Modifier and Type Method Description voidPlatformDotNetSessionData. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidPlatformDotNetSessionLockResult. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidPlatformDotNetSessionSetAndUnlockProcessor. writeBinary(BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.websession
Methods in org.apache.ignite.internal.websession with parameters of type BinaryWriter Modifier and Type Method Description voidWebSessionAttributeProcessor. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidWebSessionEntity. writeBinary(BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.lang
Methods in org.apache.ignite.lang with parameters of type BinaryWriter Modifier and Type Method Description voidIgniteUuid. writeBinary(BinaryWriter writer)Writes fields to provided writer.
-