类的使用
com.cnosdb.CnosDBMapperException
使用CnosDBMapperException的程序包
-
com.cnosdb.impl中CnosDBMapperException的使用
修饰符和类型方法说明<T> List<T>CnosDBResultMapper.toPOJO(QueryResult queryResult, Class<T> clazz) Process aQueryResultobject returned by the CnosDB client inspecting the internal data structure and creating the respective object instances based on the Class passed as parameter.<T> List<T>CnosDBResultMapper.toPOJO(QueryResult queryResult, Class<T> clazz, String measurementName) Process aQueryResultobject returned by the CnosDB client inspecting the internal data structure and creating the respective object instances based on the Class passed as parameter.<T> List<T>CnosDBResultMapper.toPOJO(QueryResult queryResult, Class<T> clazz, String measurementName, TimeUnit precision) Process aQueryResultobject returned by the CnosDB client inspecting the internal data structure and creating the respective object instances based on the Class passed as parameter.<T> List<T>CnosDBResultMapper.toPOJO(QueryResult queryResult, Class<T> clazz, TimeUnit precision) Process aQueryResultobject returned by the CnosDB client inspecting the internal data structure and creating the respective object instances based on the Class passed as parameter.