com.hazelcast.query.impl
Interface QueryableEntry
- All Superinterfaces:
- Map.Entry, QueryResultEntry
- All Known Implementing Classes:
- QueryEntry
public interface QueryableEntry
- extends Map.Entry, QueryResultEntry
This interface contains methods related to Queryable Entry which means searched an indexed by sql query or predicate .
getValue
Object getValue()
- Specified by:
getValue
in interface Map.Entry
getKey
Object getKey()
- Specified by:
getKey
in interface Map.Entry
getAttribute
Comparable getAttribute(String attributeName)
throws QueryException
- Throws:
QueryException
getAttributeType
AttributeType getAttributeType(String attributeName)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.