Uses of Class
com.gigaspaces.query.IdsQuery
Packages that use IdsQuery
Package
Description
Provides classes and interfaces to execute queries on space entries.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of IdsQuery in com.gigaspaces.query
Methods in com.gigaspaces.query that return IdsQueryModifier and TypeMethodDescriptionIdsQuery.setProjections(String... properties) Sets projection properties which specifies that a result for an operation using this query should contain data for the specified projection properties. -
Uses of IdsQuery in org.openspaces.core
Methods in org.openspaces.core with parameters of type IdsQueryModifier and TypeMethodDescription<T> ReadByIdsResult<T><T> ReadByIdsResult<T>DefaultGigaSpace.readByIds(IdsQuery<T> query, ReadModifiers modifiers) <T> ReadByIdsResult<T>Read objects from the space matching the specified IDs query.<T> ReadByIdsResult<T>GigaSpace.readByIds(IdsQuery<T> query, ReadModifiers modifiers) Read objects from the space matching the specified IDs query, with the providedReadModifiers.<T> TakeByIdsResult<T><T> TakeByIdsResult<T>DefaultGigaSpace.takeByIds(IdsQuery<T> query, TakeModifiers modifiers) <T> TakeByIdsResult<T>Take (remove) objects from the space matching the specified IDs query.<T> TakeByIdsResult<T>GigaSpace.takeByIds(IdsQuery<T> query, TakeModifiers modifiers) Take (remove) objects from the space matching the specified IDs query, with the providedReadModifiers.