Uses of Class
org.elasticsearch.cluster.routing.UnassignedInfo.Reason
-
Packages that use UnassignedInfo.Reason Package Description org.elasticsearch.cluster.routing -
-
Uses of UnassignedInfo.Reason in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return UnassignedInfo.Reason Modifier and Type Method Description UnassignedInfo.ReasonUnassignedInfo. getReason()The reason why the shard is unassigned.static UnassignedInfo.ReasonUnassignedInfo.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static UnassignedInfo.Reason[]UnassignedInfo.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.cluster.routing with parameters of type UnassignedInfo.Reason Constructor Description UnassignedInfo(UnassignedInfo.Reason reason, String message)creates an UnassignedInfo object based on **current** timeUnassignedInfo(UnassignedInfo.Reason reason, String message, Exception failure, int failedAllocations, long unassignedTimeNanos, long unassignedTimeMillis, boolean delayed, UnassignedInfo.AllocationStatus lastAllocationStatus, Set<String> failedNodeIds)
-