public class QueryEntry extends Object implements QueryableEntry
Constructor and Description |
---|
QueryEntry(SerializationService serializationService,
Data indexKey,
Object key,
Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Comparable |
getAttribute(String attributeName) |
AttributeType |
getAttributeType(String attributeName) |
Data |
getIndexKey() |
Object |
getKey() |
Data |
getKeyData() |
Object |
getValue() |
Data |
getValueData() |
int |
hashCode() |
Object |
setValue(Object value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public QueryEntry(SerializationService serializationService, Data indexKey, Object key, Object value)
public Object getValue()
getValue
in interface QueryableEntry
getValue
in interface Map.Entry
public Object getKey()
getKey
in interface QueryableEntry
getKey
in interface Map.Entry
public Comparable getAttribute(String attributeName) throws QueryException
getAttribute
in interface QueryableEntry
QueryException
public AttributeType getAttributeType(String attributeName)
getAttributeType
in interface QueryableEntry
public boolean equals(Object o)
public int hashCode()
public Data getKeyData()
getKeyData
in interface QueryResultEntry
public Data getValueData()
getValueData
in interface QueryResultEntry
public Data getIndexKey()
getIndexKey
in interface QueryResultEntry
Copyright © 2014 Hazelcast, Inc.. All rights reserved.