GigaSpaces XAP 8.0 API

Uses of Interface
com.gigaspaces.client.TakeByIdsResult

Packages that use TakeByIdsResult
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 TakeByIdsResult in org.openspaces.core
 

Methods in org.openspaces.core that return TakeByIdsResult
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(Class<T> clazz, Object[] ids)
          Take (remove) objects from the space matching their IDs and the specified class.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, int modifiers)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(Class<T> clazz, Object[] ids, int modifiers)
          Take (remove) objects from the space matching their IDs and the specified class, with the provided ReadModifiers.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object routing)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object routingKey)
          Take (remove) objects from the space matching their IDs, the specified class and routing key.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object[] routings)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object[] routingKeys)
          Take (remove) objects from the space matching their IDs, the specified class and the routing keys.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object[] routings, int modifiers)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object[] routingKeys, int modifiers)
          Take (remove) objects from the space matching their IDs, the specified class and the routing keys, with the provided ReadModifiers.
<T> TakeByIdsResult<T>
DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object routing, int modifiers)
           
<T> TakeByIdsResult<T>
GigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object routingKey, int modifiers)
          Take (remove) objects from the space matching their IDs, the specified class type and routing key, 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.