GigaSpaces XAP 9.7.2 API

Uses of Class
com.gigaspaces.query.IdQuery

Packages that use IdQuery
com.gigaspaces.query Provides classes and interfaces to execute queries on space entries. 
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
org.openspaces.extensions   
 

Uses of IdQuery in com.gigaspaces.query
 

Methods in com.gigaspaces.query that return IdQuery
 IdQuery<T> IdQuery.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 IdQuery
<T> T
DefaultGigaSpace.readById(IdQuery<T> query)
           
<T> T
GigaSpace.readById(IdQuery<T> query)
          Read an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.readById(IdQuery<T> query, long timeout)
           
<T> T
GigaSpace.readById(IdQuery<T> query, long timeout)
          Read an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.readById(IdQuery<T> query, long timeout, int modifiers)
           
<T> T
GigaSpace.readById(IdQuery<T> query, long timeout, int modifiers)
          Deprecated. since 9.0.1 - use GigaSpace.readById(IdQuery, long, ReadModifiers) instead.
<T> T
DefaultGigaSpace.readById(IdQuery<T> query, long timeout, ReadModifiers modifiers)
           
<T> T
GigaSpace.readById(IdQuery<T> query, long timeout, ReadModifiers modifiers)
          Read an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.readIfExistsById(IdQuery<T> query)
           
<T> T
GigaSpace.readIfExistsById(IdQuery<T> query)
          Read an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.readIfExistsById(IdQuery<T> query, long timeout)
           
<T> T
GigaSpace.readIfExistsById(IdQuery<T> query, long timeout)
          Read an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.readIfExistsById(IdQuery<T> query, long timeout, int modifiers)
           
<T> T
GigaSpace.readIfExistsById(IdQuery<T> query, long timeout, int modifiers)
          Deprecated. since 9.0.1 - use GigaSpace.readIfExistsById(IdQuery, long, ReadModifiers) instead.
<T> T
DefaultGigaSpace.readIfExistsById(IdQuery<T> query, long timeout, ReadModifiers modifiers)
           
<T> T
GigaSpace.readIfExistsById(IdQuery<T> query, long timeout, ReadModifiers modifiers)
          Read an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.takeById(IdQuery<T> query)
           
<T> T
GigaSpace.takeById(IdQuery<T> query)
          Take (remove) an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.takeById(IdQuery<T> query, long timeout)
           
<T> T
GigaSpace.takeById(IdQuery<T> query, long timeout)
          Take (remove) an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.takeById(IdQuery<T> query, long timeout, int modifiers)
           
<T> T
GigaSpace.takeById(IdQuery<T> query, long timeout, int modifiers)
          Deprecated. since 9.0.1 - use GigaSpace.takeById(IdQuery, long, TakeModifiers) instead.
<T> T
DefaultGigaSpace.takeById(IdQuery<T> query, long timeout, TakeModifiers modifiers)
           
<T> T
GigaSpace.takeById(IdQuery<T> query, long timeout, TakeModifiers modifiers)
          Take (remove) an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query)
           
<T> T
GigaSpace.takeIfExistsById(IdQuery<T> query)
          Take (remove) an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout)
           
<T> T
GigaSpace.takeIfExistsById(IdQuery<T> query, long timeout)
          Take (remove) an object from the space matching the specified id query.
<T> T
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout, int modifiers)
           
<T> T
GigaSpace.takeIfExistsById(IdQuery<T> query, long timeout, int modifiers)
          Deprecated. since 9.0.1 - use GigaSpace.takeIfExistsById(IdQuery, long, TakeModifiers) instead.
<T> T
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query, long timeout, TakeModifiers modifiers)
           
<T> T
GigaSpace.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 IdQuery
static
<T,D extends Number>
D
ChangeExtension.addAndGet(GigaSpace gigaSpace, IdQuery<T> idQuery, String path, D delta)
          Atomically adds the given value to the current value of an entry's property.
static
<T,D extends Number>
D
ChangeExtension.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.
static
<T,D extends Number>
D
ChangeExtension.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.
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.