curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/DistributedDelayQueue.java [63:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        client,
                        consumer,
                        serializer,
                        queuePath,
                        threadFactory,
                        executor,
                        minItemsBeforeRefresh,
                        true,
                        lockPath,
                        maxItems,
                        putInBackground,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/DistributedPriorityQueue.java [57:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                client,
                consumer,
                serializer,
                queuePath,
                threadFactory,
                executor,
                minItemsBeforeRefresh,
                true,
                lockPath,
                maxItems,
                putInBackground,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



