| Package | Description |
|---|---|
| technology.dice.dicewhere.building | |
| technology.dice.dicewhere.lineprocessing |
| Modifier and Type | Method and Description |
|---|---|
default void |
DatabaseBuilderListener.lineAdded(ProviderKey provider,
SerializedLine serializedLine) |
default void |
DatabaseBuilderListener.lineOutOfOrder(ProviderKey provider,
SerializedLine serializedLine,
Exception e) |
| Constructor and Description |
|---|
DatabaseBuilder(ProviderKey provider,
BlockingQueue<SerializedLine> source,
DatabaseBuilderListener listener) |
DatabaseBuilder(ProviderKey provider,
BlockingQueue<SerializedLine> source,
DatabaseBuilderListener listener,
Decorator<? extends DecoratorInformation> decorator) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LineProcessorListener.dequeueError(ProviderKey provider,
SerializedLine serializedLine,
Exception e) |
void |
LineprocessorListenerForProvider.dequeueError(SerializedLine serializedLine,
Exception e) |
default void |
LineProcessorListener.lineProcessed(ProviderKey provider,
SerializedLine serializedLine,
long timeElapsed) |
void |
LineprocessorListenerForProvider.lineProcessed(SerializedLine serializedLine,
long timeElapsed) |
| Constructor and Description |
|---|
LineProcessor(ExecutorService executorService,
BlockingQueue<SerializedLine> destination,
LineParser parser,
boolean retainOriginalLine,
LineprocessorListenerForProvider progressListener,
int workersCount) |
Copyright © 2021. All rights reserved.