Uses of Class
org.elasticsearch.cluster.routing.allocation.RoutingAllocation.DebugMode
-
Packages that use RoutingAllocation.DebugMode Package Description org.elasticsearch.cluster.routing.allocation -
-
Uses of RoutingAllocation.DebugMode in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return RoutingAllocation.DebugMode Modifier and Type Method Description RoutingAllocation.DebugModeRoutingAllocation. getDebugMode()static RoutingAllocation.DebugModeRoutingAllocation.DebugMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingAllocation.DebugMode[]RoutingAllocation.DebugMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.cluster.routing.allocation with parameters of type RoutingAllocation.DebugMode Modifier and Type Method Description voidRoutingAllocation. setDebugMode(RoutingAllocation.DebugMode debug)
-