public class QueryResultSet extends AbstractSet implements IdentifiedDataSerializable
Constructor and Description |
---|
QueryResultSet() |
QueryResultSet(SerializationService serializationService,
IterationType iterationType,
boolean data) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object entry) |
boolean |
add(QueryResultEntry entry) |
int |
getFactoryId() |
int |
getId() |
Iterator |
iterator() |
Iterator<Map.Entry> |
rawIterator() |
void |
readData(ObjectDataInput in) |
int |
size() |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
equals, hashCode, removeAll
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public QueryResultSet()
public QueryResultSet(SerializationService serializationService, IterationType iterationType, boolean data)
public boolean add(QueryResultEntry entry)
public boolean add(Object entry)
add
in interface Collection
add
in interface Set
add
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in interface Set
size
in class AbstractCollection
public int getFactoryId()
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
getId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
public String toString()
toString
in class AbstractCollection
Copyright © 2014 Hazelcast, Inc.. All rights reserved.