public class AvailBufferedStorageDispatcher extends Object implements Consumer<AvailDataPoint>
| Modifier and Type | Class and Description |
|---|---|
class |
AvailBufferedStorageDispatcher.Worker |
| Constructor and Description |
|---|
AvailBufferedStorageDispatcher(SchedulerConfiguration config,
StorageAdapter storageAdapter,
Diagnostics diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AvailDataPoint sample) |
void |
report(Throwable e) |
void |
shutdown() |
void |
start() |
public AvailBufferedStorageDispatcher(SchedulerConfiguration config, StorageAdapter storageAdapter, Diagnostics diagnostics)
public void start()
public void shutdown()
public void accept(AvailDataPoint sample)
accept in interface Consumer<AvailDataPoint>public void report(Throwable e)
report in interface Consumer<AvailDataPoint>Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.