Interface | Description |
---|---|
Batcher |
Defines minimal set of batch submission operations
|
BatchSubmitter | |
CountProducer |
Class | Description |
---|---|
AbstractBatcher |
Base batcher implementation, handles concurrency and locking throughput
throttling.
|
CassandraSubmitter |
Submits directly to Cassandra for insertion
|
ScheduledBatcher |
Invokes
BatchSubmitter.submit(com.usergrid.count.AbstractBatcher.Batch)
every batchInterval seconds. |
SimpleBatcher |
A simple Batcher implementation that keeps a sum of the
number of
Count operations which have been applied. |
Slf4JBatchSubmitter |
A BatchSubmitter that prints contents to the configured slf4j logger logger
|
Exception | Description |
---|---|
CounterProcessingUnavailableException |
Copyright © 2013. All Rights Reserved.