public final class CassandraSinkBaseConfig extends Object implements Serializable
CassandraSinkBase
.Modifier and Type | Class and Description |
---|---|
static class |
CassandraSinkBaseConfig.Builder
Builder for the
CassandraSinkBaseConfig . |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_CONCURRENT_REQUESTS
The default maximum number of concurrent requests.
|
static java.time.Duration |
DEFAULT_MAX_CONCURRENT_REQUESTS_TIMEOUT
The default timeout duration when acquiring a permit to execute.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxConcurrentRequests() |
java.time.Duration |
getMaxConcurrentRequestsTimeout() |
static CassandraSinkBaseConfig.Builder |
newBuilder() |
String |
toString() |
public static final int DEFAULT_MAX_CONCURRENT_REQUESTS
Integer.MAX_VALUE
.public static final java.time.Duration DEFAULT_MAX_CONCURRENT_REQUESTS_TIMEOUT
Long.MAX_VALUE
.public int getMaxConcurrentRequests()
public java.time.Duration getMaxConcurrentRequestsTimeout()
public static CassandraSinkBaseConfig.Builder newBuilder()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.