com.hazelcast.util
Class QueryResultSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
com.hazelcast.util.QueryResultSet
- All Implemented Interfaces:
- DataSerializable, IdentifiedDataSerializable, Iterable, Collection, Set
public class QueryResultSet
- extends AbstractSet
- implements IdentifiedDataSerializable
Collection(Set) class for result of query operations.
QueryResultSet
public QueryResultSet()
QueryResultSet
public QueryResultSet(SerializationService serializationService,
IterationType iterationType,
boolean data)
rawIterator
public Iterator<Map.Entry> rawIterator()
add
public boolean add(QueryResultEntry entry)
remove
public boolean remove(QueryResultEntry entry)
contains
public boolean contains(QueryResultEntry entry)
add
public boolean add(Object entry)
- Specified by:
add in interface Collection- Specified by:
add in interface Set- Overrides:
add in class AbstractCollection
iterator
public Iterator iterator()
- Specified by:
iterator in interface Iterable- Specified by:
iterator in interface Collection- Specified by:
iterator in interface Set- Specified by:
iterator in class AbstractCollection
size
public int size()
- Specified by:
size in interface Collection- Specified by:
size in interface Set- Specified by:
size in class AbstractCollection
getFactoryId
public int getFactoryId()
- Description copied from interface:
IdentifiedDataSerializable
- Returns DataSerializableFactory factory id for this class.
- Specified by:
getFactoryId in interface IdentifiedDataSerializable
- Returns:
- factory id
getId
public int getId()
- Description copied from interface:
IdentifiedDataSerializable
- Returns type identifier for this class. Id should be unique per DataSerializableFactory.
- Specified by:
getId in interface IdentifiedDataSerializable
- Returns:
- type id
writeData
public void writeData(ObjectDataOutput out)
throws IOException
- Description copied from interface:
DataSerializable
- Writes object fields to output stream
- Specified by:
writeData in interface DataSerializable
- Parameters:
out - output
- Throws:
IOException
readData
public void readData(ObjectDataInput in)
throws IOException
- Description copied from interface:
DataSerializable
- Reads fields from the input stream
- Specified by:
readData in interface DataSerializable
- Parameters:
in - input
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class AbstractCollection
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.