T - the type parameterpublic abstract class DataLoader<T> extends Object
| Constructor and Description |
|---|
DataLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear.
|
protected abstract void |
read(List<T> queue)
Read.
|
void |
stop()
Stop.
|
Stream<T> |
stream()
Stream stream.
|
public void clear()
throws InterruptedException
InterruptedException - the interrupted exceptionpublic void stop()
Copyright © 2019 SimiaCryptus Software. All rights reserved.