Uses of Class
org.elasticsearch.common.lease.Releasables
-
Packages that use Releasables Package Description org.elasticsearch.common.lease -
-
Uses of Releasables in org.elasticsearch.common.lease
Methods in org.elasticsearch.common.lease that return Releasables Modifier and Type Method Description static ReleasablesReleasables. valueOf(String name)Returns the enum constant of this type with the specified name.static Releasables[]Releasables. values()Returns an array containing the constants of this enum type, in the order they are declared.
-