| Class | Description |
|---|---|
| JdbcQueue |
Abstract JDBC implementation of
IQueue. |
| KafkaQueue |
(Experimental) Kafka implementation of
IQueue. |
| LessLockingUniversalMySQLQueue |
Same as
UniversalJdbcQueue, but using a less-locking algorithm -
specific for MySQL, and requires onle 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. |
| RedisQueue |
Redis implementation of
IQueue. |
| UniversalJdbcQueue |
Universal JDBC implementation of
IQueue. |
| UniversalKafkaQueue |
Universal Kafka implementation of
IQueue. |
| UniversalRedisQueue |
Universal Redis implementation of
IQueue. |
Copyright © 2015 DDTH. All Rights Reserved.