GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.query.IdsQuery

Packages that use IdsQuery
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
 

Uses of IdsQuery in org.openspaces.core
 

Methods in org.openspaces.core with parameters of type IdsQuery
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(IdsQuery<T> query)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(IdsQuery<T> query)
          Read objects from the space matching the specified IDs query.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(IdsQuery<T> query, int modifiers)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(IdsQuery<T> query, int modifiers)
          Read objects from the space matching the specified IDs query, with the provided ReadModifiers.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(IdsQuery<T> query)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(IdsQuery<T> query)
          Take (remove) objects from the space matching the specified IDs query.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(IdsQuery<T> query, int modifiers)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(IdsQuery<T> query, int modifiers)
          Take (remove) objects from the space matching the specified IDs query, with the provided ReadModifiers.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.