IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

Package com.ibm.websphere.objectgrid.query

This package contains the primary interfaces for ObjectQuery API.

See:
          Description

Interface Summary
ObjectQuery An ObjectQuery provides a mechanism for introspecting one or more ObjectMaps using standard ObjectGrid query language syntax.
 

Enum Summary
ObjectQuery.ResultType The result type indicates when the query engine will return the cached objects results in their native Object form or in the RAW form.
 

Exception Summary
NonUniqueResultException Thrown when ObjectQuery.getSingleResult() is invoked and there is more than one result from the query.
NoResultException Thrown when ObjectQuery.getSingleResult() is invoked and there is no result to return.
ObjectQueryException Base exception class for all checked exceptions thrown by the ObjectGrid query component.
 

Package com.ibm.websphere.objectgrid.query Description

This package contains the primary interfaces for ObjectQuery API.

Overview

The ObjectQuery API allows querying serializable objects that are stored in the ObjectGrid cache. Similar to the com.ibm.websphere.objectgrid.em.Query, which queries entities, this query API allows querying non-entity objects.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.