| Package | Description |
|---|---|
| com.github.ddth.queue.impl.universal |
| Class and Description |
|---|
| LessLockingUniversalMySQLQueue
Same as
UniversalJdbcQueue, but using a less-locking algorithm -
specific for MySQL, and requires only one single db table for both queue and
ephemeral storages. |
| LessLockingUniversalPgSQLQueue
Same as
UniversalJdbcQueue, but using a less-locking algorithm -
specific for PgSQL, and requires only one single db table for both queue and
ephemeral storages. |
| UniversalDisruptorQueue
Universal LMAX Disruptor implementation of
IQueue. |
| UniversalInmemQueue
Universal in-memory implementation of
IQueue. |
| UniversalJdbcQueue
Universal JDBC implementation of
IQueue. |
| UniversalKafkaQueue
(Experimental) Universal Kafka implementation of
IQueue. |
| UniversalQueueMessage |
| UniversalRedisQueue
Universal Redis implementation of
IQueue. |
| UniversalRocksDbQueue
Universal RocskDB implementation of
IQueue. |
Copyright © 2016 DDTH. All rights reserved.