Uses of Class
org.apache.solr.common.cloud.Replica.State
-
Packages that use Replica.State Package Description org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of Replica.State in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling that return Replica.State Modifier and Type Method Description Replica.StateReplicaInfo. getState() -
Uses of Replica.State in org.apache.solr.client.solrj.request
Fields in org.apache.solr.client.solrj.request declared as Replica.State Modifier and Type Field Description protected Replica.StateCoreAdminRequest.WaitForState. stateMethods in org.apache.solr.client.solrj.request that return Replica.State Modifier and Type Method Description Replica.StateCoreAdminRequest.WaitForState. getState()Methods in org.apache.solr.client.solrj.request with parameters of type Replica.State Modifier and Type Method Description voidCoreAdminRequest.WaitForState. setState(Replica.State state) -
Uses of Replica.State in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return Replica.State Modifier and Type Method Description Replica.StateReplica. getState()Returns theReplica.Stateof this replica.static Replica.StateReplica.State. getState(String stateStr)Converts the state string to a State instance.static Replica.StateReplica.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Replica.State[]Replica.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.common.cloud with parameters of type Replica.State Modifier and Type Method Description List<ZkCoreNodeProps>ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName, Replica.State mustMatchStateFilter)List<ZkCoreNodeProps>ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName, Replica.State mustMatchStateFilter, Replica.State mustNotMatchStateFilter)List<ZkCoreNodeProps>ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName, Replica.State mustMatchStateFilter, Replica.State mustNotMatchStateFilter, EnumSet<Replica.Type> acceptReplicaType)
-