类的使用
com.cnosdb.dto.Point
使用Point的程序包
-
com.cnosdb中Point的使用
返回变量类型为Point的类型的com.cnosdb中的方法参数类型为Point的com.cnosdb中的方法修饰符和类型方法说明voidWrite a single Point to the database through UDP.voidWrite a single Point to the default database.voidWrite a single Point to the database.类型变量类型为Point的com.cnosdb中的方法参数修饰符和类型方法说明BatchOptions.droppedActionHandler(Consumer<Point> droppedActionHandler) Handler to handle dropped actions due to queue actions.CnosDB.enableBatch(int actions, int flushDuration, TimeUnit flushDurationTimeUnit, ThreadFactory threadFactory, BiConsumer<Iterable<Point>, Throwable> exceptionHandler) Enable batching of single Point writes to speed up writes significant.CnosDB.enableBatch(int actions, int flushDuration, TimeUnit flushDurationTimeUnit, ThreadFactory threadFactory, BiConsumer<Iterable<Point>, Throwable> exceptionHandler, CnosDB.ConsistencyLevel consistency) Enable batching of single Point writes with consistency set for an entire batch flushDurations is reached first, a batch write is issued.BatchOptions.exceptionHandler(BiConsumer<Iterable<Point>, Throwable> exceptionHandler) -
com.cnosdb.dto中Point的使用
返回Point的com.cnosdb.dto中的方法返回变量类型为Point的类型的com.cnosdb.dto中的方法参数类型为Point的com.cnosdb.dto中的方法修饰符和类型方法说明Add a Point to this set of points.Add a single Point to these batches.Add a set of Points to this set of points.类型变量类型为Point的com.cnosdb.dto中的方法参数修饰符和类型方法说明BatchPoints.Builder.points(Collection<Point> pointsToAdd) Add a set of Points to this set of points. -
com.cnosdb.impl中Point的使用
返回变量类型为Point的类型的com.cnosdb.impl中的方法参数类型为Point的com.cnosdb.impl中的方法修饰符和类型方法说明voidWrite a single Point to the database through UDP.voidvoid类型变量类型为Point的com.cnosdb.impl中的方法参数修饰符和类型方法说明BatchProcessor.Builder.droppedActionHandler(Consumer<Point> handler) A callback to be used when an actions are dropped on action queue exhaustion.CnosDBImpl.enableBatch(int actions, int flushDuration, TimeUnit flushDurationTimeUnit, ThreadFactory threadFactory, BiConsumer<Iterable<Point>, Throwable> exceptionHandler) CnosDBImpl.enableBatch(int actions, int flushDuration, TimeUnit flushDurationTimeUnit, ThreadFactory threadFactory, BiConsumer<Iterable<Point>, Throwable> exceptionHandler, CnosDB.ConsistencyLevel consistency) BatchProcessor.Builder.exceptionHandler(BiConsumer<Iterable<Point>, Throwable> handler) A callback to be used when an error occurs during a batchwrite.