org.influxdb.msgpack.QueryResultModelPath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of influxdb-java Show documentation
Show all versions of influxdb-java Show documentation
Java API to access the InfluxDB REST API
package org.influxdb.msgpack;
import java.util.ArrayList;
import java.util.List;
/**
* A simple object model path, used internally for navigating on QueryResult objects
* when traverse and parse the MessagePack data.
*
* @author hoan.le [at] bonitoo.io
*
*/
class QueryResultModelPath {
private List names = new ArrayList<>();
private List