Uses of Interface
org.elasticsearch.common.TriFunction
-
Packages that use TriFunction Package Description org.elasticsearch.action.admin.cluster.node.tasks.list org.elasticsearch.client.transform org.elasticsearch.index org.elasticsearch.index.similarity -
-
Uses of TriFunction in org.elasticsearch.action.admin.cluster.node.tasks.list
Methods in org.elasticsearch.action.admin.cluster.node.tasks.list with parameters of type TriFunction Modifier and Type Method Description protected static <T> ConstructingObjectParser<T,Void>ListTasksResponse. setupParser(String name, TriFunction<List<TaskInfo>,List<TaskOperationFailure>,List<ElasticsearchException>,T> ctor) -
Uses of TriFunction in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform with parameters of type TriFunction Modifier and Type Method Description protected static <T extends AcknowledgedTasksResponse>
ConstructingObjectParser<T,Void>AcknowledgedTasksResponse. generateParser(String name, TriFunction<Boolean,List<TaskOperationFailure>,List<? extends ElasticsearchException>,T> ctor, String ackFieldName) -
Uses of TriFunction in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type TriFunction Modifier and Type Method Description voidIndexModule. addSimilarity(String name, TriFunction<Settings,Version,ScriptService,Similarity> similarity)Registers the givenSimilaritywith the given name. -
Uses of TriFunction in org.elasticsearch.index.similarity
Fields in org.elasticsearch.index.similarity with type parameters of type TriFunction Modifier and Type Field Description static Map<String,TriFunction<Settings,Version,ScriptService,Similarity>>SimilarityService. BUILT_INConstructor parameters in org.elasticsearch.index.similarity with type arguments of type TriFunction Constructor Description SimilarityService(IndexSettings indexSettings, ScriptService scriptService, Map<String,TriFunction<Settings,Version,ScriptService,Similarity>> similarities)
-