Uses of Class
org.apache.druid.client.indexing.QueryStatus.Status
-
Packages that use QueryStatus.Status Package Description org.apache.druid.client.indexing -
-
Uses of QueryStatus.Status in org.apache.druid.client.indexing
Methods in org.apache.druid.client.indexing that return QueryStatus.Status Modifier and Type Method Description QueryStatus.StatusQueryStatus. getStatusCode()static QueryStatus.StatusQueryStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryStatus.Status[]QueryStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.client.indexing with parameters of type QueryStatus.Status Constructor Description QueryStatus(String id, QueryStatus.Status status, long duration)
-