类的使用
com.cnosdb.dto.BatchPoints
使用BatchPoints的程序包
-
com.cnosdb中BatchPoints的使用
参数类型为BatchPoints的com.cnosdb中的方法修饰符和类型方法说明voidCnosDB.write(BatchPoints batchPoints) Write a set of Points to the cnosdb database with the new (>= 0.9.0rc32) lineprotocol.voidCnosDB.writeWithRetry(BatchPoints batchPoints) Write a set of Points to the cnosdb database with the new (>= 0.9.0rc32) lineprotocol. -
com.cnosdb.dto中BatchPoints的使用
返回BatchPoints的com.cnosdb.dto中的方法修饰符和类型方法说明BatchPoints.Builder.build()Create a new BatchPoints instance.Add a single Point to these batches.参数类型为BatchPoints的com.cnosdb.dto中的方法修饰符和类型方法说明booleanBatchPoints.isMergeAbleWith(BatchPoints that) Test whether is possible to merge two BatchPoints objects.booleanBatchPoints.mergeIn(BatchPoints that) Merge two BatchPoints objects. -
com.cnosdb.impl中BatchPoints的使用
参数类型为BatchPoints的com.cnosdb.impl中的方法修饰符和类型方法说明voidCnosDBImpl.write(BatchPoints batchPoints) voidCnosDBImpl.writeWithRetry(BatchPoints batchPoints)