Uses of Interface
org.apache.ignite.internal.binary.BinaryPositionReadable
-
Packages that use BinaryPositionReadable 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.binary.streams Contains binary APIs implementation for streams.org.apache.ignite.internal.processors.platform.memory -
-
Uses of BinaryPositionReadable in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary with parameters of type BinaryPositionReadable Modifier and Type Method Description static intBinaryUtils. dataStartRelative(BinaryPositionReadable in, int start)static intBinaryUtils. fieldOffsetRelative(BinaryPositionReadable stream, int pos, int fieldOffsetSize)Get relative field offset.static IgniteBiTuple<Integer,Integer>BinaryUtils. footerAbsolute(BinaryPositionReadable in, int start)Get object's footer.static intBinaryUtils. footerStartAbsolute(BinaryPositionReadable in, int start)Get object's footer.static intBinaryUtils. footerStartRelative(BinaryPositionReadable in, int start)Get footer start of the object.static intBinaryUtils. length(BinaryPositionReadable in, int start)Get binary object length.static intBinaryUtils. rawOffsetAbsolute(BinaryPositionReadable in, int start)Get absolute raw offset of the object.static intBinaryUtils. rawOffsetRelative(BinaryPositionReadable in, int start)Get relative raw offset of the object. -
Uses of BinaryPositionReadable in org.apache.ignite.internal.binary.builder
Classes in org.apache.ignite.internal.binary.builder that implement BinaryPositionReadable Modifier and Type Class Description classBinaryBuilderReader -
Uses of BinaryPositionReadable in org.apache.ignite.internal.binary.streams
Subinterfaces of BinaryPositionReadable in org.apache.ignite.internal.binary.streams Modifier and Type Interface Description interfaceBinaryInputStreamBinary input stream.Classes in org.apache.ignite.internal.binary.streams that implement BinaryPositionReadable Modifier and Type Class Description classBinaryAbstractInputStreamBinary abstract input stream.classBinaryByteBufferInputStreamInput stream overByteBuffer.classBinaryHeapInputStreamBinary heap input stream.classBinaryOffheapInputStreamBinary off-heap input stream. -
Uses of BinaryPositionReadable in org.apache.ignite.internal.processors.platform.memory
Subinterfaces of BinaryPositionReadable in org.apache.ignite.internal.processors.platform.memory Modifier and Type Interface Description interfacePlatformInputStreamInterop output stream,Classes in org.apache.ignite.internal.processors.platform.memory that implement BinaryPositionReadable Modifier and Type Class Description classPlatformBigEndianInputStreamImplInterop input stream implementation working with BIG ENDIAN architecture.classPlatformInputStreamImplInterop input stream implementation.
-