curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/QueueBuilder.java [74:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                client,
                consumer,
                serializer,
                queuePath,
                factory,
                executor,
                Integer.MAX_VALUE,
                false,
                lockPath,
                maxItems,
                putInBackground,
                finalFlushMs);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/QueueBuilder.java [95:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                client,
                consumer,
                serializer,
                queuePath,
                factory,
                executor,
                Integer.MAX_VALUE,
                false,
                lockPath,
                maxItems,
                putInBackground,
                finalFlushMs);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



