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) |
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 Data getKeyData()
getKeyData
in interface QueryResultEntry
public Data getValueData()
getValueData
in interface QueryResultEntry
public Data getIndexKey()
getIndexKey
in interface QueryResultEntry
public boolean equals(Object o)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.