public class CacheQueryResult extends Object implements Externalizable
| Constructor and Description |
|---|
CacheQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
getFieldsMetadata() |
Collection<?> |
getItems() |
boolean |
getLast() |
long |
getQueryId() |
void |
readExternal(ObjectInput in) |
void |
setFieldsMetadata(Collection<?> fieldsMeta) |
void |
setItems(Collection<?> items) |
void |
setLast(boolean last) |
void |
setQueryId(long qryId) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public long getQueryId()
public void setQueryId(long qryId)
qryId - Query ID.public Collection<?> getItems()
public void setItems(Collection<?> items)
items - Items.public void setFieldsMetadata(Collection<?> fieldsMeta)
fieldsMeta - Fields metadata.public Collection<?> getFieldsMetadata()
public boolean getLast()
public void setLast(boolean last)
last - Last flag.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016