GigaSpaces XAP 8.0 API

Uses of Interface
com.gigaspaces.client.ReadByIdsResult

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

Methods in org.openspaces.core that return ReadByIdsResult
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(Class<T> clazz, Object[] ids)
          Read objects from the space matching their IDs and the specified class.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, int modifiers)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(Class<T> clazz, Object[] ids, int modifiers)
          Read objects from the space matching their IDs and the specified class, with the provided ReadModifiers.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, Object routing)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(Class<T> clazz, Object[] ids, Object routingKey)
          Read objects from the space matching their IDs, the specified class and routing key.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, Object[] routings)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(Class<T> clazz, Object[] ids, Object[] routingKeys)
          Read objects from the space matching their IDs, the specified class and the routing keys.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, Object[] routings, int modifiers)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(Class<T> clazz, Object[] ids, Object[] routingKeys, int modifiers)
          Read objects from the space matching their IDs, the specified class and the routing keys, with the provided ReadModifiers.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(Class<T> clazz, Object[] ids, Object routing, int modifiers)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(Class<T> clazz, Object[] ids, Object routingKey, int modifiers)
          Read objects from the space matching their IDs, the specified class type and routing key, with the provided ReadModifiers.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(IdsQuery<T> query)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(IdsQuery<T> query)
          Read objects from the space matching the specified IDs query.
<T> ReadByIdsResult<T>
DefaultGigaSpace.readByIds(IdsQuery<T> query, int modifiers)
           
<T> ReadByIdsResult<T>
GigaSpace.readByIds(IdsQuery<T> query, int modifiers)
          Read objects from the space matching the specified IDs query, with the provided ReadModifiers.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.