Uses of Class
org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry
-
-
Uses of NamedXContentRegistry.Entry in org.elasticsearch.client
Constructor parameters in org.elasticsearch.client with type arguments of type NamedXContentRegistry.Entry Constructor Description RestHighLevelClient(RestClientBuilder restClientBuilder, List<NamedXContentRegistry.Entry> namedXContentEntries)Creates aRestHighLevelClientgiven the low levelRestClientBuilderthat allows to build theRestClientto be used to perform requests and parsers for custom response sections added to Elasticsearch through plugins.RestHighLevelClient(RestClient restClient, CheckedConsumer<RestClient,IOException> doClose, List<NamedXContentRegistry.Entry> namedXContentEntries)Creates aRestHighLevelClientgiven the low levelRestClientthat it should use to perform requests and a list of entries that allow to parse custom response sections added to Elasticsearch through plugins. -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type NamedXContentRegistry.Entry Modifier and Type Method Description static List<NamedXContentRegistry.Entry>ClusterModule. getNamedXWriteables() -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.common.network
Methods in org.elasticsearch.common.network that return types with arguments of type NamedXContentRegistry.Entry Modifier and Type Method Description static List<NamedXContentRegistry.Entry>NetworkModule. getNamedXContents() -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.common.xcontent
Constructor parameters in org.elasticsearch.common.xcontent with type arguments of type NamedXContentRegistry.Entry Constructor Description NamedXContentRegistry(List<NamedXContentRegistry.Entry> entries) -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return types with arguments of type NamedXContentRegistry.Entry Modifier and Type Method Description List<NamedXContentRegistry.Entry>IndicesModule. getNamedXContents() -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type NamedXContentRegistry.Entry Modifier and Type Method Description List<NamedXContentRegistry.Entry>Plugin. getNamedXContent()Returns parsers for named objects this plugin will parse fromXContentParser.namedObject(Class, String, Object). -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.plugins.spi
Methods in org.elasticsearch.plugins.spi that return types with arguments of type NamedXContentRegistry.Entry Modifier and Type Method Description List<NamedXContentRegistry.Entry>NamedXContentProvider. getNamedXContentParsers() -
Uses of NamedXContentRegistry.Entry in org.elasticsearch.search
Methods in org.elasticsearch.search that return types with arguments of type NamedXContentRegistry.Entry Modifier and Type Method Description List<NamedXContentRegistry.Entry>SearchModule. getNamedXContents()
-