Package step.core.timeseries.accessor
Interface BucketAccessor
-
- All Superinterfaces:
step.core.accessors.Accessor<Bucket>
- All Known Implementing Classes:
BucketAccessorImpl
public interface BucketAccessor extends step.core.accessors.Accessor<Bucket>
-
-
Field Summary
Fields Modifier and Type Field Description static StringENTITY_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeSeriesChartResponsecollect(Query query)Map<Map<String,Object>,Map<Long,Bucket>>collectBuckets(Query query)
-