org.terracotta.async
Interface AsyncConfig2

All Superinterfaces:
AsyncConfig
All Known Implementing Classes:
DefaultAsyncConfig

public interface AsyncConfig2
extends AsyncConfig

Author:
Alex Snaps

Method Summary
 int getMaxQueueSize()
          The maximum size of items the Async coordinator can hold.
 
Methods inherited from interface org.terracotta.async.AsyncConfig
getBatchSize, getMaxAllowedFallBehind, getRateLimit, getRetryAttemptDelay, getRetryAttempts, getWorkDelay, isBatchingEnabled, isStealingEnabled, isSynchronousWrite
 

Method Detail

getMaxQueueSize

int getMaxQueueSize()
The maximum size of items the Async coordinator can hold.

Returns:


Copyright © 2015 Terracotta, Inc.. All Rights Reserved.