Uses of Enum Class
org.apache.solr.common.cloud.Replica.State
Packages that use Replica.State
Package
Description
Convenience classes for dealing with various types of Solr requests.
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
-
Uses of Replica.State in org.apache.solr.client.solrj.request
Fields in org.apache.solr.client.solrj.request declared as Replica.StateMethods in org.apache.solr.client.solrj.request that return Replica.StateMethods in org.apache.solr.client.solrj.request with parameters of type Replica.StateModifier and TypeMethodDescriptionvoidCoreAdminRequest.WaitForState.setState(Replica.State state) -
Uses of Replica.State in org.apache.solr.common.cloud
Fields in org.apache.solr.common.cloud declared as Replica.StateMethods in org.apache.solr.common.cloud that return Replica.StateModifier and TypeMethodDescriptionReplica.getState()Returns theReplica.Stateof this replica.static Replica.Statestatic Replica.StateConverts the state string to a State instance.static Replica.StateReturns the enum constant of this class with the specified name.static Replica.State[]Replica.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.common.cloud with parameters of type Replica.StateConstructors in org.apache.solr.common.cloud with parameters of type Replica.StateModifierConstructorDescriptionReplica(String name, String node, String collection, String shard, String core, Replica.State state, Replica.Type type, Map<String, Object> props) State(String replica, Replica.State state, Boolean isLeader, int version) State(String replica, Replica.State state, Boolean isLeader, int version, PerReplicaStates.State duplicate)