Uses of Interface
org.apache.ignite.binary.BinaryRawWriter
-
Packages that use BinaryRawWriter Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary -
-
Uses of BinaryRawWriter in org.apache.ignite.binary
Methods in org.apache.ignite.binary that return BinaryRawWriter Modifier and Type Method Description BinaryRawWriterBinaryWriter. rawWriter()Gets raw writer. -
Uses of BinaryRawWriter in org.apache.ignite.internal.binary
Subinterfaces of BinaryRawWriter in org.apache.ignite.internal.binary Modifier and Type Interface Description interfaceBinaryWriterExExtended writer interface.
-