Class ClearContext
java.lang.Object
com.gigaspaces.internal.server.space.BatchQueryOperationContext
com.gigaspaces.internal.server.space.ClearContext
Context for clear operation - accumulates operation exceptions
- Since:
- 7.1
- Author:
- anna
-
Field Summary
Fields inherited from class com.gigaspaces.internal.server.space.BatchQueryOperationContext
_processedUids -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisClear()protected booleanbooleanvoidHandles 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, isInProcessedUids, needToProcessExecption, processReturnedValueForBatchOperation, reachedMaxEntries, reachedMinEntries, setExceptions, setResults
-
Constructor Details
-
ClearContext
-
-
Method Details
-
onException
Description copied from class:BatchQueryOperationContextHandles an exception that was thrown while executing the batch operation- Specified by:
onExceptionin classBatchQueryOperationContext- Parameters:
t-
-
needProcessEntriesForReturnedResult
public boolean needProcessEntriesForReturnedResult()- Overrides:
needProcessEntriesForReturnedResultin classBatchQueryOperationContext
-
isClear
public boolean isClear()- Overrides:
isClearin classBatchQueryOperationContext
-
keepResultsInBatchContext
protected boolean keepResultsInBatchContext()- Overrides:
keepResultsInBatchContextin classBatchQueryOperationContext
-