| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gigaspaces.async.AsyncResultFilterEvent<T>
public class AsyncResultFilterEvent<T>
Represents an AsyncResultFilter event.
| Constructor Summary | |
|---|---|
AsyncResultFilterEvent(AsyncResult<T> currentResult,
                       AsyncResult<T>[] receivedResults,
                       int totalExpectedResults)
Constructs a new async result filter event  | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
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 execution| Method Detail | 
|---|
public AsyncResult<T> getCurrentResult()
public AsyncResult<T>[] getReceivedResults()
public int getTotalExpectedResults()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||