public final class BatchControl
extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BatchControl.Builder
Batch control builder.
|
Modifier and Type | Method and Description |
---|---|
int |
getLimit()
Gets the batch limit.
|
Optional<ElapsedTime> |
getWait()
Gets the batch wait.
|
static BatchControl.Builder |
newBuilder()
Returns a new builder.
|
void |
reset()
Resets.
|
@Nonnull @CheckReturnValue public static BatchControl.Builder newBuilder()
@CheckReturnValue public int getLimit()
@Nonnull @CheckReturnValue public Optional<ElapsedTime> getWait()
public void reset()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.