public interface Batcher
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(Node node)
Adds node to batch collection.
|
void |
clear()
In case user asked for
|
int |
executeBatch()
executes batch.
|
int |
getBatchSize()
Returns batch size
|
void addBatch(Node node)
node - data node.int executeBatch()
int getBatchSize()
void clear()
Copyright © 2015. All Rights Reserved.