| Package | Description |
|---|---|
| stream.data | |
| stream.lookup |
| Modifier and Type | Field and Description |
|---|---|
protected LookupService |
Lookup.lookup |
| Modifier and Type | Method and Description |
|---|---|
LookupService |
Lookup.getLookup() |
| Modifier and Type | Method and Description |
|---|---|
void |
Lookup.setLookup(LookupService lookup) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabase
This class is an abstract implementation of the LookupService which provides
an in-memory lookup table that is populated from a data source.
|
class |
CsvDatabase
An implementation of the AbstractDatabase lookup service, that reads data
from a CSV file at initialization time.
|
class |
JSONDatabase
This implementation of the AbstractDatabase lookup service uses a JSON stream
to populate the lookup table.
|
class |
SQLDatabase |
Copyright © 2018. All rights reserved.