Package org.apache.ignite.internal.binary
Contains binary APIs internal implementation.
-
Interface Summary Interface Description BinaryFieldEx BinaryIdentityResolver Interface to compute hash codes for new binary objects and compare them for equality.BinaryMetadataHandler Binary metadata handler.BinaryObjectEx Extended binary object interface.BinaryPositionReadable Interface allowing for positioned read.BinaryRawReaderEx Extended reader interface.BinaryRawWriterEx Extended writer interface.BinaryReaderHandlesHolder Holder for handles.BinaryWriteReplacer Interface to perform write replace. -
Class Summary Class Description BinaryAbstractIdentityResolver Abstract identity resolver with common routines.BinaryArray Binary object representing array.BinaryArrayIdentityResolver Identity resolver implementation which compares raw array content of the binary object.BinaryCachingMetadataHandler Simple caching metadata handler.BinaryClassDescriptor Binary class descriptor.BinaryContext Binary context.BinaryContextHolder Binary context holder.BinaryEnumArray Ignite distinguishes between array of objects and array of enums.BinaryEnumCache Cache for enum constants.BinaryEnumObjectImpl Binary enum object.BinaryFieldAccessor Field accessor to speedup access.BinaryFieldImpl Implementation of binary field descriptor.BinaryFieldMetadata Binary field metadata.BinaryInternalMapper Internal binary mapper.BinaryMarshaller Implementation ofMarshallerthat lets to serialize and deserialize all objects in the binary format.BinaryMetadata Binary metadata which is passed over a wire.BinaryMethodWriteReplacer Write replacer based on method invocation.BinaryNoopMetadataHandler No-op metadata handler.BinaryObjectExImpl Internal binary object interface.BinaryObjectImpl Binary object implementation.BinaryObjectOffheapImpl Binary object implementation over offheap memoryBinaryPrimitives Primitives writer.BinaryReaderExImpl Binary reader implementation.BinaryReaderHandles Reader handles.BinaryReaderHandlesHolderImpl Simple holder for handles.BinarySchema Schema describing binary object content.BinarySchema.Builder Schema builder.BinarySchemaRegistry Binary schema registry.BinarySerializedFieldComparator Compares fiels in serialized form when possible.BinaryThreadLocalContext Contains thread-local data for binary marshalling.BinaryTreeMap BinaryTreeMapwrapper.BinaryTreeMapWriteReplacer BinaryTreeMapwrite replacer.BinaryTreeSet BinaryTreeSetwrapper.BinaryTreeSetWriteReplacer BinaryTreeSetwrite replacer.BinaryTypeImpl Binary type implementation.BinaryTypeProxy Binary type proxy.BinaryUtils Binary utils.BinaryWriterExImpl Binary writer implementation.BinaryWriterHandles Writer handles.BinaryWriterSchemaHolder Binary writer schema holder.CrossObjectReferenceResolver GridBinaryMarshaller Binary objects marshaller. -
Enum Summary Enum Description BinarySchema.Confirmation Order confirmation result.BinaryWriteMode Various write modes for binary objects.