public class AvailBufferedStorageDispatcher extends Object implements AvailCompletionHandler
| 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 |
onCompleted(AvailDataPoint sample) |
void |
onFailed(Throwable e) |
void |
shutdown() |
void |
start() |
public AvailBufferedStorageDispatcher(SchedulerConfiguration config, StorageAdapter storageAdapter, Diagnostics diagnostics)
public void start()
public void shutdown()
public void onCompleted(AvailDataPoint sample)
onCompleted in interface CompletionHandler<AvailDataPoint>public void onFailed(Throwable e)
onFailed in interface CompletionHandler<AvailDataPoint>Copyright © 2015 Red Hat, Inc.. All rights reserved.