com.hazelcast.query.impl
Class QueryEntry
java.lang.Object
com.hazelcast.query.impl.QueryEntry
- All Implemented Interfaces:
- QueryableEntry, QueryResultEntry, Map.Entry
public class QueryEntry
- extends Object
- implements QueryableEntry
Entry of the Query.
QueryEntry
public QueryEntry(SerializationService serializationService,
Data indexKey,
Object key,
Object value)
getValue
public Object getValue()
- Specified by:
getValue
in interface QueryableEntry
- Specified by:
getValue
in interface Map.Entry
getKey
public Object getKey()
- Specified by:
getKey
in interface QueryableEntry
- Specified by:
getKey
in interface Map.Entry
getAttribute
public Comparable getAttribute(String attributeName)
throws QueryException
- Specified by:
getAttribute
in interface QueryableEntry
- Throws:
QueryException
getAttributeType
public AttributeType getAttributeType(String attributeName)
- Specified by:
getAttributeType
in interface QueryableEntry
getKeyData
public Data getKeyData()
- Specified by:
getKeyData
in interface QueryResultEntry
getValueData
public Data getValueData()
- Specified by:
getValueData
in interface QueryResultEntry
getIndexKey
public Data getIndexKey()
- Specified by:
getIndexKey
in interface QueryResultEntry
setValue
public Object setValue(Object value)
- Specified by:
setValue
in interface Map.Entry
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Map.Entry
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry
- Overrides:
hashCode
in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.