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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic QueryEntry(SerializationService serializationService, Data indexKey, Object key, Object value)
public Object getValue()
getValue in interface QueryableEntrygetValue in interface Map.Entrypublic Object getKey()
getKey in interface QueryableEntrygetKey in interface Map.Entrypublic Comparable getAttribute(String attributeName) throws QueryException
getAttribute in interface QueryableEntryQueryExceptionpublic AttributeType getAttributeType(String attributeName)
getAttributeType in interface QueryableEntrypublic boolean equals(Object o)
public int hashCode()
public Data getKeyData()
getKeyData in interface QueryResultEntrypublic Data getValueData()
getValueData in interface QueryResultEntrypublic Data getIndexKey()
getIndexKey in interface QueryResultEntryCopyright © 2021 Hazelcast, Inc.. All rights reserved.