程序包 com.cnosdb.impl
类 BatchProcessor
java.lang.Object
com.cnosdb.impl.BatchProcessor
A BatchProcessor can be attached to a CnosDB Instance to collect single point writes and
aggregates them to BatchPoints to get a better write performance.
- 作者:
- stefan.majer [at] gmail.com
-
嵌套类概要
嵌套类修饰符和类型类说明static final classThe Builder to create a BatchProcessor instance. -
字段概要
字段 -
方法概要
修饰符和类型方法说明static BatchProcessor.BuilderStatic method to create the Builder for this BatchProcessor.boolean
-
字段详细资料
-
queue
-
-
方法详细资料
-
builder
Static method to create the Builder for this BatchProcessor.- 参数:
cnosDB- the cnosdb database handle.- 返回:
- the Builder to create the BatchProcessor.
-
getConsistencyLevel
-
getPrecision
-
isDropActionsOnQueueExhaustion
public boolean isDropActionsOnQueueExhaustion() -
getDroppedActionHandler
-