跳过导航链接
A B C D E F G H I K N O P R S T V 

A

ActionRequestFailureHandler - org.apache.flink.streaming.connectors.elasticsearch中的接口
An implementation of ActionRequestFailureHandler is provided by the user to define how failed ActionRequests should be handled, e.g. dropping them, reprocessing malformed documents, or simply requesting them to be sent to Elasticsearch again if the failure is only temporary.
add(ActionRequest...) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.RequestIndexer
已过时。
use the DeleteRequest, IndexRequest or UpdateRequest
add(DeleteRequest...) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.RequestIndexer
Add multiple DeleteRequest to the indexer to prepare for sending requests to Elasticsearch.
add(IndexRequest...) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.RequestIndexer
Add multiple IndexRequest to the indexer to prepare for sending requests to Elasticsearch.
add(UpdateRequest...) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.RequestIndexer
Add multiple UpdateRequest to the indexer to prepare for sending requests to Elasticsearch.

B

buildBulkProcessor(BulkProcessor.Listener) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
Build the BulkProcessor.
bulkFlushBackoffConstant() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.
bulkFlushBackoffDelay(long) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.
bulkFlushBackoffExponential() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.
bulkFlushBackoffMaxRetries(int) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.
BulkFlushBackoffPolicy() - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
bulkFlushInterval(long) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.
bulkFlushMaxActions(int) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.
bulkFlushMaxSize(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures how to buffer elements before sending them in bulk to the cluster for efficiency.

C

cleanup() - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchApiCallBridge
Perform any necessary state cleanup.
close() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_BACKOFF_DELAY - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_BACKOFF_ENABLE - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_BACKOFF_RETRIES - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_BACKOFF_TYPE - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_INTERVAL_MS - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_MAX_ACTIONS - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
CONFIG_KEY_BULK_FLUSH_MAX_SIZE_MB - 类 中的静态变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
configure(String[], TypeInformation<?>[]) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
configureBulkProcessorBackoff(BulkProcessor.Builder, ElasticsearchSinkBase.BulkFlushBackoffPolicy) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchApiCallBridge
Set backoff-related configurations on the provided BulkProcessor.Builder.
connectionMaxRetryTimeout(int) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Sets connection properties to be used during REST communication to Elasticsearch.
connectionPathPrefix(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Sets connection properties to be used during REST communication to Elasticsearch.
CONNECTOR_BULK_FLUSH_BACKOFF_DELAY - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_BACKOFF_MAX_RETRIES - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_BACKOFF_TYPE - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_BACKOFF_TYPE_VALUE_CONSTANT - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_BACKOFF_TYPE_VALUE_DISABLED - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_BACKOFF_TYPE_VALUE_EXPONENTIAL - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_INTERVAL - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_MAX_ACTIONS - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_BULK_FLUSH_MAX_SIZE - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_CONNECTION_MAX_RETRY_TIMEOUT - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_CONNECTION_PATH_PREFIX - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_DOCUMENT_TYPE - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FAILURE_HANDLER - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FAILURE_HANDLER_CLASS - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FAILURE_HANDLER_VALUE_CUSTOM - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FAILURE_HANDLER_VALUE_FAIL - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FAILURE_HANDLER_VALUE_IGNORE - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FAILURE_HANDLER_VALUE_RETRY - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_FLUSH_ON_CHECKPOINT - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_HOSTS - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_HOSTS_HOSTNAME - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_HOSTS_PORT - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_HOSTS_PROTOCOL - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_INDEX - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_KEY_DELIMITER - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_KEY_NULL_LITERAL - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_TYPE_VALUE_ELASTICSEARCH - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
CONNECTOR_VERSION_VALUE_6 - 类 中的静态变量org.apache.flink.table.descriptors.ElasticsearchValidator
 
convertInetSocketAddresses(List<InetSocketAddress>) - 类 中的静态方法org.apache.flink.streaming.connectors.elasticsearch.util.ElasticsearchUtils
Utility method to convert a List of InetSocketAddress to Elasticsearch TransportAddress.
copy(boolean, TableSchema, List<ElasticsearchUpsertTableSinkBase.Host>, String, String, String, String, SerializationSchema<Row>, XContentType, ActionRequestFailureHandler, Map<ElasticsearchUpsertTableSinkBase.SinkOption, String>, ElasticsearchUpsertTableSinkBase.RequestFactory) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
createBulkProcessorBuilder(C, BulkProcessor.Listener) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchApiCallBridge
Creates a BulkProcessor.Builder for creating the bulk processor.
createBulkProcessorIndexer(BulkProcessor, boolean, AtomicLong) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchApiCallBridge
Creates a RequestIndexer that is able to work with BulkProcessor binary compatible.
createClient(Map<String, String>) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchApiCallBridge
Creates an Elasticsearch client implementing AutoCloseable.
createDeleteRequest(String, String, String) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.RequestFactory
Creates a delete request to be added to a RequestIndexer.
createElasticsearchUpsertTableSink(boolean, TableSchema, List<ElasticsearchUpsertTableSinkBase.Host>, String, String, String, String, SerializationSchema<Row>, XContentType, ActionRequestFailureHandler, Map<ElasticsearchUpsertTableSinkBase.SinkOption, String>) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkFactoryBase
 
createIndexRequest(String, String, XContentType, byte[]) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.RequestFactory
Creates an index request to be added to a RequestIndexer.
createSinkFunction(List<ElasticsearchUpsertTableSinkBase.Host>, ActionRequestFailureHandler, Map<ElasticsearchUpsertTableSinkBase.SinkOption, String>, ElasticsearchUpsertTableSinkBase.ElasticsearchUpsertSinkFunction) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
createStreamTableSink(Map<String, String>) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkFactoryBase
 
createUpdateRequest(String, String, String, XContentType, byte[]) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.RequestFactory
Creates an update request to be added to a RequestIndexer.

D

disableFlushOnCheckpoint() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
Disable flushing on checkpoint.
disableFlushOnCheckpoint() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Disables flushing on checkpoint.
documentType(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Declares the Elasticsearch document type for every record.

E

Elasticsearch - org.apache.flink.table.descriptors中的类
Connector descriptor for the Elasticsearch search engine.
Elasticsearch() - 类 的构造器org.apache.flink.table.descriptors.Elasticsearch
Connector descriptor for the Elasticsearch search engine.
ElasticsearchApiCallBridge<C extends AutoCloseable> - org.apache.flink.streaming.connectors.elasticsearch中的接口
An ElasticsearchApiCallBridge is used to bridge incompatible Elasticsearch Java API calls across different versions.
ElasticsearchSinkBase<T,C extends AutoCloseable> - org.apache.flink.streaming.connectors.elasticsearch中的类
Base class for all Flink Elasticsearch Sinks.
ElasticsearchSinkBase(ElasticsearchApiCallBridge<C>, Map<String, String>, ElasticsearchSinkFunction<T>, ActionRequestFailureHandler) - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
ElasticsearchSinkBase.BulkFlushBackoffPolicy - org.apache.flink.streaming.connectors.elasticsearch中的类
Provides a backoff policy for bulk requests.
ElasticsearchSinkBase.FlushBackoffType - org.apache.flink.streaming.connectors.elasticsearch中的枚举
Used to control whether the retry delay should increase exponentially or remain constant.
ElasticsearchSinkFunction<T> - org.apache.flink.streaming.connectors.elasticsearch中的接口
Creates multiple ActionRequests from an element in a stream.
ElasticsearchUpsertSinkFunction(String, String, String, String, SerializationSchema<Row>, XContentType, ElasticsearchUpsertTableSinkBase.RequestFactory, int[]) - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.ElasticsearchUpsertSinkFunction
 
ElasticsearchUpsertTableSinkBase - org.apache.flink.streaming.connectors.elasticsearch中的类
A version-agnostic Elasticsearch UpsertStreamTableSink.
ElasticsearchUpsertTableSinkBase(boolean, TableSchema, List<ElasticsearchUpsertTableSinkBase.Host>, String, String, String, String, SerializationSchema<Row>, XContentType, ActionRequestFailureHandler, Map<ElasticsearchUpsertTableSinkBase.SinkOption, String>, ElasticsearchUpsertTableSinkBase.RequestFactory) - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
ElasticsearchUpsertTableSinkBase.ElasticsearchUpsertSinkFunction - org.apache.flink.streaming.connectors.elasticsearch中的类
Sink function for converting upserts into Elasticsearch ActionRequests.
ElasticsearchUpsertTableSinkBase.Host - org.apache.flink.streaming.connectors.elasticsearch中的类
Entity for describing a host of Elasticsearch.
ElasticsearchUpsertTableSinkBase.RequestFactory - org.apache.flink.streaming.connectors.elasticsearch中的接口
For version-agnostic creating of ActionRequests.
ElasticsearchUpsertTableSinkBase.SinkOption - org.apache.flink.streaming.connectors.elasticsearch中的枚举
Keys for optional parameterization of the sink.
ElasticsearchUpsertTableSinkFactoryBase - org.apache.flink.streaming.connectors.elasticsearch中的类
Version-agnostic table factory for creating an UpsertStreamTableSink for Elasticsearch.
ElasticsearchUpsertTableSinkFactoryBase() - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkFactoryBase
 
ElasticsearchUtils - org.apache.flink.streaming.connectors.elasticsearch.util中的类
Suite of utility methods for Elasticsearch.
ElasticsearchUtils() - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.util.ElasticsearchUtils
 
ElasticsearchValidator - org.apache.flink.table.descriptors中的类
The validator for Elasticsearch.
ElasticsearchValidator() - 类 的构造器org.apache.flink.table.descriptors.ElasticsearchValidator
 
elasticsearchVersion() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkFactoryBase
 
emitDataStream(DataStream<Tuple2<Boolean, Row>>) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
equals(Object) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.ElasticsearchUpsertSinkFunction
 
equals(Object) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
equals(Object) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.Host
 
extractFailureCauseFromBulkItemResponse(BulkItemResponse) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchApiCallBridge
Extracts the cause of failure of a bulk item action.

F

failureHandlerCustom(Class<? extends ActionRequestFailureHandler>) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures a failure handling strategy in case a request to Elasticsearch fails.
failureHandlerFail() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures a failure handling strategy in case a request to Elasticsearch fails.
failureHandlerIgnore() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures a failure handling strategy in case a request to Elasticsearch fails.
failureHandlerRetryRejected() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Configures a failure handling strategy in case a request to Elasticsearch fails.

G

getBackoffType() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
getDelayMillis() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
getFieldNames() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
getFieldTypes() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
getMaxRetryCount() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
getOutputType() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
getRecordType() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 

H

hashCode() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.ElasticsearchUpsertSinkFunction
 
hashCode() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
hashCode() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.Host
 
Host(String, int, String) - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.Host
 
host(String, int, String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Adds an Elasticsearch host to connect to.
hostname - 类 中的变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.Host
 

I

IgnoringFailureHandler - org.apache.flink.streaming.connectors.elasticsearch.util中的类
Ignores all kinds of failures and drops the affected ActionRequest.
IgnoringFailureHandler() - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.util.IgnoringFailureHandler
 
index(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Declares the Elasticsearch index for every record.
initializeState(FunctionInitializationContext) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
invoke(T, SinkFunction.Context) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 

K

keyDelimiter(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Sets a custom key delimiter in case the Elasticsearch ID needs to be constructed from multiple fields.
keyNullLiteral(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Sets a custom representation for null fields in keys.

N

NoOpFailureHandler - org.apache.flink.streaming.connectors.elasticsearch.util中的类
An ActionRequestFailureHandler that simply fails the sink on any failures.
NoOpFailureHandler() - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.util.NoOpFailureHandler
 

O

onFailure(ActionRequest, Throwable, int, RequestIndexer) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ActionRequestFailureHandler
Handle a failed ActionRequest.
onFailure(ActionRequest, Throwable, int, RequestIndexer) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.util.IgnoringFailureHandler
 
onFailure(ActionRequest, Throwable, int, RequestIndexer) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.util.NoOpFailureHandler
 
onFailure(ActionRequest, Throwable, int, RequestIndexer) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.util.RetryRejectedExecutionFailureHandler
 
open(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
org.apache.flink.streaming.connectors.elasticsearch - 程序包 org.apache.flink.streaming.connectors.elasticsearch
 
org.apache.flink.streaming.connectors.elasticsearch.util - 程序包 org.apache.flink.streaming.connectors.elasticsearch.util
 
org.apache.flink.table.descriptors - 程序包 org.apache.flink.table.descriptors
 

P

port - 类 中的变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.Host
 
process(T, RuntimeContext, RequestIndexer) - 接口 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkFunction
Process the incoming element to produce multiple ActionsRequests.
process(Tuple2<Boolean, Row>, RuntimeContext, RequestIndexer) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.ElasticsearchUpsertSinkFunction
 
protocol - 类 中的变量org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.Host
 

R

RequestIndexer - org.apache.flink.streaming.connectors.elasticsearch中的接口
Users add multiple delete, index or update requests to a RequestIndexer to prepare them for sending to an Elasticsearch cluster.
requiredContext() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkFactoryBase
 
RetryRejectedExecutionFailureHandler - org.apache.flink.streaming.connectors.elasticsearch.util中的类
An ActionRequestFailureHandler that re-adds requests that failed due to temporary EsRejectedExecutionExceptions (which means that Elasticsearch node queues are currently full), and fails for all other failures.
RetryRejectedExecutionFailureHandler() - 类 的构造器org.apache.flink.streaming.connectors.elasticsearch.util.RetryRejectedExecutionFailureHandler
 

S

setBackoffType(ElasticsearchSinkBase.FlushBackoffType) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
setDelayMillis(long) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
setIsAppendOnly(Boolean) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
setKeyFields(String[]) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase
 
setMaxRetryCount(int) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.BulkFlushBackoffPolicy
 
snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase
 
supportedProperties() - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkFactoryBase
 

T

toConnectorProperties() - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
 

V

validate(DescriptorProperties) - 类 中的方法org.apache.flink.table.descriptors.ElasticsearchValidator
 
valueOf(String) - 枚举 中的静态方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.FlushBackoffType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.SinkOption
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.FlushBackoffType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchUpsertTableSinkBase.SinkOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version(String) - 类 中的方法org.apache.flink.table.descriptors.Elasticsearch
Sets the Elasticsearch version to be used.
A B C D E F G H I K N O P R S T V 
跳过导航链接

Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.