Uses of Interface
com.gigaspaces.client.ReadByIdsResult
Packages that use ReadByIdsResult
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 ReadByIdsResult in com.gigaspaces.client
Classes in com.gigaspaces.client that implement ReadByIdsResultModifier and TypeClassDescriptionclassclassReadByIds operation results holder.class -
Uses of ReadByIdsResult in org.openspaces.core
Methods in org.openspaces.core that return ReadByIdsResultModifier and TypeMethodDescription<T> ReadByIdsResult<T><T> ReadByIdsResult<T>DefaultGigaSpace.readByIds(IdsQuery<T> query, ReadModifiers modifiers) <T> ReadByIdsResult<T><T> ReadByIdsResult<T><T> ReadByIdsResult<T><T> ReadByIdsResult<T>DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, Object[] routings, ReadModifiers modifiers) <T> ReadByIdsResult<T>DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, Object routing, ReadModifiers modifiers) <T> ReadByIdsResult<T>Read objects from the space matching the specified IDs query.<T> ReadByIdsResult<T>GigaSpace.readByIds(IdsQuery<T> query, ReadModifiers modifiers) Read objects from the space matching the specified IDs query, with the providedReadModifiers.<T> ReadByIdsResult<T>Read objects from the space matching their IDs and the specified class.<T> ReadByIdsResult<T>Read objects from the space matching their IDs, the specified class and routing key.<T> ReadByIdsResult<T>Read objects from the space matching their IDs, the specified class and the routing keys.<T> ReadByIdsResult<T>GigaSpace.readByIds(Class<T> clazz, Object[] ids, Object[] routingKeys, ReadModifiers modifiers) Read objects from the space matching their IDs, the specified class and the routing keys, with the providedReadModifiers.<T> ReadByIdsResult<T>GigaSpace.readByIds(Class<T> clazz, Object[] ids, Object routingKey, ReadModifiers modifiers) Read objects from the space matching their IDs, the specified class type and routing key, with the providedReadModifiers.