Class IncompleteStoreObject

java.lang.Object
org.apache.ignite.internal.persistence.store.IncompleteObject<StoreObject>
org.apache.ignite.internal.persistence.store.IncompleteStoreObject

public final class IncompleteStoreObject extends IncompleteObject<StoreObject>
Cache object container that accumulates partial binary data unless all of them ready.
  • Field Details

    • HEAD_LEN

      public static final int HEAD_LEN
      4 bytes - cache object length, 1 byte - type.
      See Also:
  • Constructor Details

    • IncompleteStoreObject

      public IncompleteStoreObject(ByteBuffer buf)
      Parameters:
      buf - Byte buffer.
  • Method Details