GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.query.IdQuery

Packages that use IdQuery
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 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)
          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)
          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)
          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)
          Take (remove) an object from the space matching the specified id query.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.