Uses of Interface
com.gigaspaces.client.TakeByIdsResult
Packages that use TakeByIdsResult
Package
Description
Deprecated: use
org.openspaces.core instead.Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of TakeByIdsResult in com.gigaspaces.client
Classes in com.gigaspaces.client that implement TakeByIdsResultModifier and TypeClassDescriptionclassclassReadByIds operation results holder.class -
Uses of TakeByIdsResult in org.openspaces.core
Methods in org.openspaces.core that return TakeByIdsResultModifier and TypeMethodDescription<T> TakeByIdsResult<T><T> TakeByIdsResult<T>DefaultGigaSpace.takeByIds(IdsQuery<T> query, TakeModifiers modifiers) <T> TakeByIdsResult<T><T> TakeByIdsResult<T><T> TakeByIdsResult<T><T> TakeByIdsResult<T>DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object[] routings, TakeModifiers modifiers) <T> TakeByIdsResult<T>DefaultGigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object routing, 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.<T> TakeByIdsResult<T>Take (remove) objects from the space matching their IDs and the specified class.<T> TakeByIdsResult<T>Take (remove) objects from the space matching their IDs, the specified class and routing key.<T> TakeByIdsResult<T>Take (remove) objects from the space matching their IDs, the specified class and the routing keys.<T> TakeByIdsResult<T>GigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object[] routingKeys, TakeModifiers modifiers) Take (remove) objects from the space matching their IDs, the specified class and the routing keys, with the providedReadModifiers.<T> TakeByIdsResult<T>GigaSpace.takeByIds(Class<T> clazz, Object[] ids, Object routingKey, TakeModifiers modifiers) Take (remove) objects from the space matching their IDs, the specified class type and routing key, with the providedReadModifiers.