Class TakeMultipleContext
java.lang.Object
com.gigaspaces.internal.server.space.BatchQueryOperationContext
com.gigaspaces.internal.server.space.TakeMultipleContext
Context for takeMultiple operation - accumulates operation results and exceptions
- Since:
- 7.1
- Author:
- anna
-
Field Summary
Fields inherited from class com.gigaspaces.internal.server.space.BatchQueryOperationContext
_processedUids -
Constructor Summary
ConstructorsConstructorDescriptionTakeMultipleContext(ITemplatePacket template, int maxEntries, int minEntries) -
Method Summary
Modifier and TypeMethodDescriptionvoidHandles an exception that was thrown while executing the batch operationMethods inherited from class com.gigaspaces.internal.server.space.BatchQueryOperationContext
addResult, addToProcessedUidsIfNeeded, createProcessedUidsIfNeeded, createResultList, getExceptions, getMaxEntries, getMinEntries, getNumResults, getResults, hasAnyEntries, isClear, isInProcessedUids, keepResultsInBatchContext, needProcessEntriesForReturnedResult, needToProcessExecption, processReturnedValueForBatchOperation, reachedMaxEntries, reachedMinEntries, setExceptions, setResults
-
Constructor Details
-
TakeMultipleContext
-
-
Method Details
-
onException
Description copied from class:BatchQueryOperationContextHandles an exception that was thrown while executing the batch operation- Specified by:
onExceptionin classBatchQueryOperationContext- Parameters:
t-
-