Uses of Class
org.apache.solr.common.cloud.PerReplicaStates.Operation.Type
-
Packages that use PerReplicaStates.Operation.Type Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of PerReplicaStates.Operation.Type in org.apache.solr.common.cloud
Fields in org.apache.solr.common.cloud declared as PerReplicaStates.Operation.Type Modifier and Type Field Description PerReplicaStates.Operation.TypePerReplicaStates.Operation. typMethods in org.apache.solr.common.cloud that return PerReplicaStates.Operation.Type Modifier and Type Method Description static PerReplicaStates.Operation.TypePerReplicaStates.Operation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PerReplicaStates.Operation.Type[]PerReplicaStates.Operation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.common.cloud with parameters of type PerReplicaStates.Operation.Type Constructor Description Operation(PerReplicaStates.Operation.Type typ, PerReplicaStates.State replicaState)
-