Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.controlsystem |
Provides the link between the archive server and the control-system specific
support modules.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<? extends ControlSystemChannel> |
ControlSystemSupport.createChannel(String channelName,
Map<String,String> options,
SampleBucketId currentBucketId,
SampleListener<SampleType> sampleListener)
Creates the control-system-specific support for an archived channel.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleListener.onSampleReceived(ControlSystemChannel channel,
SampleType sample,
int estimatedSampleSize)
Notifies the listener that a new sample is available.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.