Interface TagHistoryBridgeRpc
public interface TagHistoryBridgeRpc
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
queryTagCalculations
(List<? extends Path> paths, List<Aggregate> calculations, Date startDate, Date endDate, List<String> aliases, int queryFlags) void
queryTagDensity
(List<? extends Path> paths, Date startDate, Date endDate) void
queryTagHistory
(List<? extends Path> paths, Date startDate, Date endDate, int returnSize, Aggregate aggregationMode, ReturnFormat format, List<String> aliases, List<Aggregate> colAggModes, int queryFlags, int timeoutMillis)
-
Field Details
-
SERIALIZER
-
-
Method Details
-
queryTagHistory
void queryTagHistory(List<? extends Path> paths, Date startDate, Date endDate, int returnSize, Aggregate aggregationMode, ReturnFormat format, List<String> aliases, List<Aggregate> colAggModes, int queryFlags, int timeoutMillis) throws Exception - Throws:
Exception
-
queryTagCalculations
void queryTagCalculations(List<? extends Path> paths, List<Aggregate> calculations, Date startDate, Date endDate, List<String> aliases, int queryFlags) throws Exception - Throws:
Exception
-
queryTagDensity
- Throws:
Exception
-