@Deprecated public class QueryResultSet extends AbstractSet implements IdentifiedDataSerializable
| Constructor and Description |
|---|
QueryResultSet()
Deprecated.
|
QueryResultSet(SerializationService serializationService,
IterationType iterationType,
boolean binary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object row)
Deprecated.
|
boolean |
add(QueryResultRow row)
Deprecated.
|
boolean |
contains(QueryResultRow row)
Deprecated.
|
int |
getFactoryId()
Deprecated.
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Deprecated.
Returns type identifier for this class.
|
Iterator |
iterator()
Deprecated.
|
Iterator<Map.Entry> |
rawIterator()
Deprecated.
|
void |
readData(ObjectDataInput in)
Deprecated.
Reads fields from the input stream
|
boolean |
remove(QueryResultRow row)
Deprecated.
|
int |
size()
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeData(ObjectDataOutput out)
Deprecated.
Writes object fields to output stream
|
equals, hashCode, removeAlladdAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArraypublic QueryResultSet()
public QueryResultSet(SerializationService serializationService, IterationType iterationType, boolean binary)
public boolean add(QueryResultRow row)
public boolean remove(QueryResultRow row)
public boolean contains(QueryResultRow row)
public boolean add(Object row)
add in interface Collectionadd in interface Setadd in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionpublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic String toString()
toString in class AbstractCollectionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.