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 boolean |
DEFAULT_IGNORE_NULL_FIELDS
The default option to ignore null fields on insertion.
|
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 |
---|---|
boolean |
getIgnoreNullFields() |
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 static final boolean DEFAULT_IGNORE_NULL_FIELDS
false
.public int getMaxConcurrentRequests()
public java.time.Duration getMaxConcurrentRequestsTimeout()
public boolean getIgnoreNullFields()
public static CassandraSinkBaseConfig.Builder newBuilder()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.