public abstract class DataLoader<T> extends Object
| Constructor and Description |
|---|
DataLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected abstract void |
read(List<T> queue) |
void |
stop() |
java.util.stream.Stream<T> |
stream() |
public void clear()
throws InterruptedException
InterruptedExceptionpublic void stop()
public java.util.stream.Stream<T> stream()
Copyright © 2019 SimiaCryptus Software. All rights reserved.