Uses of Class
org.apache.solr.cloud.api.collections.ReindexCollectionCmd.State
-
Packages that use ReindexCollectionCmd.State Package Description org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections api -
-
Uses of ReindexCollectionCmd.State in org.apache.solr.cloud.api.collections
Methods in org.apache.solr.cloud.api.collections that return ReindexCollectionCmd.State Modifier and Type Method Description static ReindexCollectionCmd.StateReindexCollectionCmd.State. get(Object p)static ReindexCollectionCmd.StateReindexCollectionCmd.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ReindexCollectionCmd.State[]ReindexCollectionCmd.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-