Class BinaryObject

java.lang.Object
org.gridgain.internal.dr.binary.BinaryObject
All Implemented Interfaces:
CacheObject

public class BinaryObject extends Object implements CacheObject
Binary object implementation.
  • Method Details

    • typeId

      public int typeId()
      Returns type ID.
    • fieldByOrder

      @Nullable public <F> F fieldByOrder(int order)
      Get field by order as it defined in object BinarySchema.
    • hasSchema

      public boolean hasSchema()
      Returns true if object has schema, false otherwise.
    • schemaId

      public int schemaId()
      Get binary object schema id.
    • readSchema

      public BinarySchema readSchema()
      Reads and returns binary object schema from the object itself.