public abstract class QueryableEntry extends Object implements Map.Entry
| Modifier and Type | Field and Description |
|---|---|
protected Extractors |
extractors |
protected SerializationService |
serializationService |
| Constructor and Description |
|---|
QueryableEntry() |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
getAttributeType(String attributeName) |
Object |
getAttributeValue(String attributeName) |
abstract Object |
getKey() |
abstract Data |
getKeyData() |
protected abstract Object |
getTargetObject(boolean key) |
abstract Object |
getValue() |
abstract Data |
getValueData() |
protected SerializationService serializationService
protected Extractors extractors
public Object getAttributeValue(String attributeName) throws QueryException
QueryExceptionpublic AttributeType getAttributeType(String attributeName) throws QueryException
QueryExceptionpublic abstract Data getKeyData()
public abstract Data getValueData()
protected abstract Object getTargetObject(boolean key)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.