Uses of Class
org.elasticsearch.ingest.IngestInfo
-
Packages that use IngestInfo Package Description org.elasticsearch.action.admin.cluster.node.info org.elasticsearch.ingest -
-
Uses of IngestInfo in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return IngestInfo Modifier and Type Method Description IngestInfoNodeInfo. getIngest()Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type IngestInfo Constructor Description NodeInfo(Version version, Build build, DiscoveryNode node, Settings settings, OsInfo os, ProcessInfo process, JvmInfo jvm, ThreadPoolInfo threadPool, TransportInfo transport, HttpInfo http, PluginsAndModules plugins, IngestInfo ingest, ByteSizeValue totalIndexingBuffer) -
Uses of IngestInfo in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return IngestInfo Modifier and Type Method Description IngestInfoIngestService. info()Method parameters in org.elasticsearch.ingest with type arguments of type IngestInfo Modifier and Type Method Description voidIngestService. putPipeline(Map<DiscoveryNode,IngestInfo> ingestInfos, PutPipelineRequest request, ActionListener<AcknowledgedResponse> listener)Stores the specified pipeline definition in the request.
-