Uses of Class
org.elasticsearch.search.internal.SearchContext.Lifetime
-
Packages that use SearchContext.Lifetime Package Description org.elasticsearch.search.internal -
-
Uses of SearchContext.Lifetime in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return SearchContext.Lifetime Modifier and Type Method Description static SearchContext.LifetimeSearchContext.Lifetime. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchContext.Lifetime[]SearchContext.Lifetime. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.search.internal with parameters of type SearchContext.Lifetime Modifier and Type Method Description voidSearchContext. addReleasable(Releasable releasable, SearchContext.Lifetime lifetime)Schedule the release of a resource.voidSearchContext. clearReleasables(SearchContext.Lifetime lifetime)
-