类的使用
com.cnosdb.CnosDBMapperException

使用CnosDBMapperException的程序包
程序包
说明
 
  • com.cnosdb.implCnosDBMapperException的使用

    修饰符和类型
    方法
    说明
    <T> List<T>
    CnosDBResultMapper.toPOJO(QueryResult queryResult, Class<T> clazz)
    Process a QueryResult object 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 a QueryResult object 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 a QueryResult object 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 a QueryResult object returned by the CnosDB client inspecting the internal data structure and creating the respective object instances based on the Class passed as parameter.