Class | Description |
---|---|
QueueBatchUniqueProcessor<E> |
A template for processing data in batch from a queue.
一个从队列中取得数据并批量处理的模板,数据一批批被取走并处理。 |
QueueConsumer<E> |
A template for consuming data from a queue.
一个从队列中取数据进行处理的模板。 |
QueueConsumerGroup<E> |
A group of QueueConsumer(s) that work on on the same queue simultaneously.
一批并行处理同一个队列的QueueConsumer。 |
QueueProcessor<E> |
A template for processing data one by one from a queue.
一个从队列中逐个取得数据进行处理的模板,数据一个一个被取走并处理。 |
RangedSequencer |
It generates sequence of incremental numbers, within a range that can be specified,
without repeating or missing of any number.
序列值生成器,保证不重复渐增,支持最大最小值的范围设定。 |
Sequencer |
It generates sequence of incremental numbers, ranging from 0 to Long.MAX_VALUE,
without repeating or missing of any number.
生成序列数字,保证不重复渐增,范围从0到Long.MAX_VALUE,循环往复。 |
Copyright © 2014. All Rights Reserved.