Uses of Class
org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
-
-
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description static List<NamedWriteableRegistry.Entry>ClusterModule. getNamedWriteables() -
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return types with arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description static List<NamedWriteableRegistry.Entry>GeoShapeType. getShapeWriteables() -
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.common.io.stream
Constructor parameters in org.elasticsearch.common.io.stream with type arguments of type NamedWriteableRegistry.Entry Constructor Description NamedWriteableRegistry(List<NamedWriteableRegistry.Entry> entries)Constructs a new registry from the given entries. -
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.common.network
Methods in org.elasticsearch.common.network that return types with arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description static List<NamedWriteableRegistry.Entry>NetworkModule. getNamedWriteables() -
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return types with arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description List<NamedWriteableRegistry.Entry>IndicesModule. getNamedWriteables() -
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description List<NamedWriteableRegistry.Entry>Plugin. getNamedWriteables()Returns parsers forNamedWriteablethis plugin will use over the transport protocol. -
Uses of NamedWriteableRegistry.Entry in org.elasticsearch.search
Methods in org.elasticsearch.search that return types with arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description List<NamedWriteableRegistry.Entry>SearchModule. getNamedWriteables()Method parameters in org.elasticsearch.search with type arguments of type NamedWriteableRegistry.Entry Modifier and Type Method Description static voidSearchModule. registerSmoothingModels(List<NamedWriteableRegistry.Entry> namedWriteables)
-