Uses of Class
org.elasticsearch.common.util.PageCacheRecycler.Type
-
Packages that use PageCacheRecycler.Type Package Description org.elasticsearch.common.util -
-
Uses of PageCacheRecycler.Type in org.elasticsearch.common.util
Fields in org.elasticsearch.common.util with type parameters of type PageCacheRecycler.Type Modifier and Type Field Description static Setting<PageCacheRecycler.Type>PageCacheRecycler. TYPE_SETTINGMethods in org.elasticsearch.common.util that return PageCacheRecycler.Type Modifier and Type Method Description static PageCacheRecycler.TypePageCacheRecycler.Type. parse(String type)static PageCacheRecycler.TypePageCacheRecycler.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PageCacheRecycler.Type[]PageCacheRecycler.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-