public class AsyncResultFilterEvent<T> extends Object
AsyncResultFilter
event.Constructor and Description |
---|
AsyncResultFilterEvent(AsyncResult<T> currentResult,
AsyncResult<T>[] receivedResults,
int totalExpectedResults)
Constructs a new async result filter event
|
Modifier and Type | Method and Description |
---|---|
AsyncResult<T> |
getCurrentResult()
Returns the current result that caused this event.
|
AsyncResult<T>[] |
getReceivedResults()
Returns the received results without the current result.
|
int |
getTotalExpectedResults()
Returns the total expected results of this execution.
|
public AsyncResultFilterEvent(AsyncResult<T> currentResult, AsyncResult<T>[] receivedResults, int totalExpectedResults)
currentResult
- The current resultreceivedResults
- The received results so far without the current resulttotalExpectedResults
- The total results that are expected of this executionpublic AsyncResult<T> getCurrentResult()
public AsyncResult<T>[] getReceivedResults()
public int getTotalExpectedResults()
Copyright © GigaSpaces.