Uses of Class
com.gigaspaces.query.IdQuery
Packages that use IdQuery
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 IdQuery in com.gigaspaces.query
Methods in com.gigaspaces.query that return IdQueryModifier and TypeMethodDescriptionIdQuery.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 IdQuery in org.openspaces.core
Methods in org.openspaces.core with parameters of type IdQueryModifier and TypeMethodDescription<T> T<T> T<T> TDefaultGigaSpace.readById(IdQuery<T> query, long timeout, ReadModifiers modifiers) <T> TRead an object from the space matching the specified id query.<T> TRead an object from the space matching the specified id query.<T> TGigaSpace.readById(IdQuery<T> query, long timeout, ReadModifiers modifiers) Read an object from the space matching the specified id query.<T> TDefaultGigaSpace.readIfExistsById(IdQuery<T> query) <T> TDefaultGigaSpace.readIfExistsById(IdQuery<T> query, long timeout) <T> TDefaultGigaSpace.readIfExistsById(IdQuery<T> query, long timeout, ReadModifiers modifiers) <T> TGigaSpace.readIfExistsById(IdQuery<T> query) Read an object from the space matching the specified id query.<T> TGigaSpace.readIfExistsById(IdQuery<T> query, long timeout) Read an object from the space matching the specified id query.<T> TGigaSpace.readIfExistsById(IdQuery<T> query, long timeout, ReadModifiers modifiers) Read an object from the space matching the specified id query.<T> T<T> T<T> TDefaultGigaSpace.takeById(IdQuery<T> query, long timeout, TakeModifiers modifiers) <T> TTake (remove) an object from the space matching the specified id query.<T> TTake (remove) an object from the space matching the specified id query.<T> TGigaSpace.takeById(IdQuery<T> query, long timeout, TakeModifiers modifiers) Take (remove) an object from the space matching the specified id query.<T> TDefaultGigaSpace.takeIfExistsById(IdQuery<T> query) <T> TDefaultGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout) <T> TDefaultGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout, TakeModifiers modifiers) <T> TGigaSpace.takeIfExistsById(IdQuery<T> query) Take (remove) an object from the space matching the specified id query.<T> TGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout) Take (remove) an object from the space matching the specified id query.<T> TGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout, TakeModifiers modifiers) Take (remove) an object from the space matching the specified id query. -
Uses of IdQuery in org.openspaces.extensions
Methods in org.openspaces.extensions with parameters of type IdQueryModifier and TypeMethodDescriptionstatic <T,D extends Number>
DAtomically adds the given value to the current value of an entry's property.static <T,D extends Number>
DChangeExtension.addAndGet(GigaSpace gigaSpace, IdQuery<T> idQuery, String path, D delta, long timeout, TimeUnit timeUnit) Atomically adds the given value to the current value of an entry's property.static <T,D extends Number>
DChangeExtension.addAndGet(GigaSpace gigaSpace, IdQuery<T> idQuery, String path, D delta, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) Atomically adds the given value to the current value of an entry's property. -
Uses of IdQuery in org.openspaces.pu.container.jee.jetty.session
Methods in org.openspaces.pu.container.jee.jetty.session that return IdQuery