Class RequestBatchConfiguration
java.lang.Object
software.amazon.awssdk.services.sqs.internal.batchmanager.RequestBatchConfiguration
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(BatchOverrideConfiguration configuration) intintintint
-
Field Details
-
DEFAULT_MAX_BATCH_ITEMS
public static final int DEFAULT_MAX_BATCH_ITEMS- See Also:
-
DEFAULT_MAX_BATCH_BYTES_SIZE
public static final int DEFAULT_MAX_BATCH_BYTES_SIZE- See Also:
-
DEFAULT_MAX_BATCH_KEYS
public static final int DEFAULT_MAX_BATCH_KEYS- See Also:
-
DEFAULT_MAX_BUFFER_SIZE
public static final int DEFAULT_MAX_BUFFER_SIZE- See Also:
-
DEFAULT_MAX_BATCH_OPEN_IN_MS
-
DEFAULT_SHUTDOWN_TIMEOUT
Timeclose()waits for in-flight batch sends to complete so their callers receive real results before outstanding requests are cancelled.
-
-
Method Details
-
builder
-
builder
-
sendRequestFrequency
-
maxBatchItems
public int maxBatchItems() -
maxBatchKeys
public int maxBatchKeys() -
maxBufferSize
public int maxBufferSize() -
maxBatchBytesSize
public int maxBatchBytesSize() -
shutdownTimeout
-