public abstract class Retriever<K,O,V>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Retriever.Callback<K,O,V> |
Constructor and Description |
---|
Retriever(int maxSimultaneousRetrievals) |
Modifier and Type | Method and Description |
---|---|
void |
retrieve(K key,
O options,
Retriever.Callback<K,O,V> callback) |