public class IncompleteObject<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
| Constructor and Description |
|---|
IncompleteObject()
Constructor.
|
IncompleteObject(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
data() |
long |
getNextLink() |
boolean |
isReady() |
T |
object() |
void |
object(T obj) |
void |
readData(ByteBuffer buf) |
void |
setNextLink(long nextLink) |
public IncompleteObject(byte[] data)
data - Data bytes.public IncompleteObject()
public T object()
public void object(T obj)
obj - Cache object.public boolean isReady()
True if cache object is fully assembled.public byte[] data()
public void readData(ByteBuffer buf)
buf - Read remaining data.public long getNextLink()
public void setNextLink(long nextLink)
nextLink - Next data page link for fragmented rows.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020