public interface ElasticsearchMonitoringExporterClient extends Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
post(com.fasterxml.jackson.databind.node.ObjectNode monitoredTransfers,
org.joda.time.DateTime start,
org.joda.time.DateTime stop,
String serverId)
Will use a "bulk" request to upsert data into ElasticSearch
|
boolean post(com.fasterxml.jackson.databind.node.ObjectNode monitoredTransfers, org.joda.time.DateTime start, org.joda.time.DateTime stop, String serverId)
monitoredTransfers
- the Json objet to push as POSTstart
- the DateTime for the 'from' intervalstop
- the DateTime for the 'to' intervalserverId
- the serverId that is sending this monitoring informationCopyright © 2009–2022 Waarp. All rights reserved.