Package com.gigaspaces.client
Class ReadTakeByIdsResult<T>
java.lang.Object
com.gigaspaces.client.ReadTakeByIdsResult<T>
- All Implemented Interfaces:
ReadByIdsResult<T>,TakeByIdsResult<T>,Iterable<T>
- Direct Known Subclasses:
ReadByIdsResultImpl,TakeByIdsResultImpl
public abstract class ReadTakeByIdsResult<T>
extends Object
implements ReadByIdsResult<T>, TakeByIdsResult<T>
ReadByIds operation results holder.
- Since:
- 7.1.1
- Author:
- idan
-
Field Details
-
_results
-
-
Constructor Details
-
ReadTakeByIdsResult
-
-
Method Details
-
iterator
Description copied from interface:ReadByIdsResultReturns an iterator over the readByIds operation results.- Specified by:
iteratorin interfaceIterable<T>- Specified by:
iteratorin interfaceReadByIdsResult<T>- Specified by:
iteratorin interfaceTakeByIdsResult<T>
-
getResultsArray
Description copied from interface:ReadByIdsResultReturns the results array for thereadByIdsoperation.The array's size is the same as that of the given Ids array. Unmatched Ids will have a
nullvalue in the corresponding results array index.- Specified by:
getResultsArrayin interfaceReadByIdsResult<T>- Specified by:
getResultsArrayin interfaceTakeByIdsResult<T>- Returns:
- Results array.
-