Class IncompleteStoreObject
java.lang.Object
org.apache.ignite.internal.persistence.store.IncompleteObject<StoreObject>
org.apache.ignite.internal.persistence.store.IncompleteStoreObject
Cache object container that accumulates partial binary data
unless all of them ready.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int4 bytes - cache object length, 1 byte - type.Fields inherited from class org.apache.ignite.internal.persistence.store.IncompleteObject
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ignite.internal.persistence.store.IncompleteObject
data, getNextLink, isReady, object, object, setNextLink
-
Field Details
-
HEAD_LEN
public static final int HEAD_LEN4 bytes - cache object length, 1 byte - type.- See Also:
-
-
Constructor Details
-
IncompleteStoreObject
- Parameters:
buf- Byte buffer.
-
-
Method Details
-
readData
- Overrides:
readDatain classIncompleteObject<StoreObject>- Parameters:
buf- Read remaining data.
-
type
public byte type()- Returns:
- Data type.
-