public interface IMetricEngine
Modifier and Type | Method and Description |
---|---|
void |
close() |
DataPointBase |
get(Criteria criteria) |
List<?> |
list(Criteria criteria) |
Pong |
ping() |
void |
post(DataPointer dataPointer) |
void |
purge(ResourceModel resourceModel) |
void |
purge(ResourceModel resourceModel,
ResourcePurgeConf purgeConf) |
void |
purgeEverything() |
void post(DataPointer dataPointer)
DataPointBase get(Criteria criteria)
void purge(ResourceModel resourceModel, ResourcePurgeConf purgeConf)
void purge(ResourceModel resourceModel)
void purgeEverything()
Pong ping()
void close()
Copyright © 2015–2019. All rights reserved.