K
- keyV
- valuepublic class CachedQueryEntry<K,V> extends QueryableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected Data |
keyData |
protected K |
keyObject |
protected Data |
valueData |
protected V |
valueObject |
extractors, serializationService
Constructor and Description |
---|
CachedQueryEntry() |
CachedQueryEntry(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getKey() |
Data |
getKeyData() |
protected Object |
getTargetObject(boolean key) |
V |
getValue() |
Data |
getValueData() |
int |
hashCode() |
void |
init(InternalSerializationService serializationService,
Data key,
Object value,
Extractors extractors) |
V |
setValue(V value) |
getAttributeType, getAttributeValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected Data keyData
protected Data valueData
protected K keyObject
protected V valueObject
public CachedQueryEntry()
public CachedQueryEntry(InternalSerializationService serializationService, Data key, Object value, Extractors extractors)
public void init(InternalSerializationService serializationService, Data key, Object value, Extractors extractors)
public K getKey()
public V getValue()
public Data getKeyData()
getKeyData
in class QueryableEntry<K,V>
public Data getValueData()
getValueData
in class QueryableEntry<K,V>
protected Object getTargetObject(boolean key)
getTargetObject
in class QueryableEntry<K,V>
public boolean equals(Object o)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.