public static enum ElasticsearchUpsertTableSinkBase.SinkOption extends Enum<ElasticsearchUpsertTableSinkBase.SinkOption>
Modifier and Type | Method and Description |
---|---|
static ElasticsearchUpsertTableSinkBase.SinkOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticsearchUpsertTableSinkBase.SinkOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticsearchUpsertTableSinkBase.SinkOption DISABLE_FLUSH_ON_CHECKPOINT
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_MAX_ACTIONS
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_MAX_SIZE
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_INTERVAL
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_BACKOFF_ENABLED
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_BACKOFF_TYPE
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_BACKOFF_RETRIES
public static final ElasticsearchUpsertTableSinkBase.SinkOption BULK_FLUSH_BACKOFF_DELAY
public static final ElasticsearchUpsertTableSinkBase.SinkOption REST_MAX_RETRY_TIMEOUT
public static final ElasticsearchUpsertTableSinkBase.SinkOption REST_PATH_PREFIX
public static ElasticsearchUpsertTableSinkBase.SinkOption[] values()
for (ElasticsearchUpsertTableSinkBase.SinkOption c : ElasticsearchUpsertTableSinkBase.SinkOption.values()) System.out.println(c);
public static ElasticsearchUpsertTableSinkBase.SinkOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.