Constructor and Description |
---|
Batch(int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(SourceNode src) |
void |
clear() |
List<SourceNode> |
getNodes() |
boolean |
isFull() |
boolean |
shouldBeEvicted() |
int |
size() |
public Batch(int capacity)
public int size()
public void add(SourceNode src)
public boolean shouldBeEvicted()
public boolean isFull()
public List<SourceNode> getNodes()
public void clear()
Copyright © 2017 Nuxeo. All rights reserved.