| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NotifyBatch
Enables batching of notifications. Requires setting size() and time()
 which control when the batched notifications will be sent to the listener.
| Required Element Summary | |
|---|---|
 int | 
size
The batch size controls the number of notifications that will be sent in each batch.  | 
 int | 
time
The batch time controls the elapsed time until the batch buffer is cleared and sent.  | 
| Optional Element Summary | |
|---|---|
 boolean | 
passArrayAsIs
When batching is turned on, should the batch of events be passed as an Object[] to
 the listener. | 
 int | 
pendingThreshold
The batch pending threshold controls the number of notifications that will be accumulated before they are sent.  | 
| Element Detail | 
|---|
public abstract int size
public abstract int time
public abstract int pendingThreshold
public abstract boolean passArrayAsIs
Object[] to
 the listener. Default to false which means it will be passed one event at a time.
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||