Modifier and Type | Method and Description |
---|---|
SampleDecimator<ChannelAccessSample> |
ChannelAccessControlSystemSupport.createSampleDecimator(String channelName,
Map<String,String> options,
long intervalStartTime,
long intervalLength) |
ListenableFuture<SampleWithSizeEstimate<ChannelAccessSample>> |
ChannelAccessControlSystemSupport.generateChannelDisabledSample(String channelName,
Map<String,String> options,
SampleBucketId currentBucketId) |
ListenableFuture<com.aquenos.cassandra.pvarchiver.common.ObjectResultSet<ChannelAccessSample>> |
ChannelAccessControlSystemSupport.getSamples(SampleBucketId bucketId,
long timeStampGreaterThanOrEqualTo,
long timeStampLessThanOrEqualTo,
int limit) |
ListenableFuture<com.aquenos.cassandra.pvarchiver.common.ObjectResultSet<ChannelAccessSample>> |
ChannelAccessControlSystemSupport.getSamplesInReverseOrder(SampleBucketId bucketId,
long timeStampGreaterThanOrEqualTo,
long timeStampLessThanOrEqualTo,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelAccessControlSystemSupport.serializeSampleToJsonV1(ChannelAccessSample sample,
JsonGenerator jsonGenerator) |
ListenableFuture<Void> |
ChannelAccessControlSystemSupport.writeSample(ChannelAccessSample sample,
SampleBucketId bucketId,
int newBucketSize) |
Modifier and Type | Method and Description |
---|---|
ListenableFuture<ChannelAccessArchivingChannel> |
ChannelAccessControlSystemSupport.createChannel(String channelName,
Map<String,String> options,
SampleBucketId currentBucketId,
SampleListener<ChannelAccessSample> sampleListener) |
Copyright © 2011–2016 aquenos GmbH. All rights reserved.