Uses of Class
org.apache.solr.cluster.Replica.ReplicaType
-
Packages that use Replica.ReplicaType Package Description org.apache.solr.cluster This package contains the interfaces giving access to cluster state, including nodes, collections and the structure of the collections (shards and replicas).org.apache.solr.cluster.placement This package contains interfaces visible by plugins (i.e.org.apache.solr.cluster.placement.impl Implementation classes (not visible to plugins, subject to change at any time) for the interfaces inorg.apache.solr.cluster.placementand to make them work with the rest of Solr. -
-
Uses of Replica.ReplicaType in org.apache.solr.cluster
Methods in org.apache.solr.cluster that return Replica.ReplicaType Modifier and Type Method Description Replica.ReplicaTypeReplica. getType()static Replica.ReplicaTypeReplica.ReplicaType. valueOf(String name)Returns the enum constant of this type with the specified name.static Replica.ReplicaType[]Replica.ReplicaType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Replica.ReplicaType in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return Replica.ReplicaType Modifier and Type Method Description Replica.ReplicaTypeReplicaPlacement. getReplicaType()Methods in org.apache.solr.cluster.placement with parameters of type Replica.ReplicaType Modifier and Type Method Description ReplicaPlacementPlacementPlanFactory. createReplicaPlacement(SolrCollection solrCollection, String shardName, Node node, Replica.ReplicaType replicaType)Creates aReplicaPlacementto be passed toPlacementPlanfactory methods.intPlacementRequest. getCountReplicasToCreate(Replica.ReplicaType replicaType)Returns the number of replica to create for the given replica type. -
Uses of Replica.ReplicaType in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl with parameters of type Replica.ReplicaType Modifier and Type Method Description ReplicaPlacementPlacementPlanFactoryImpl. createReplicaPlacement(SolrCollection solrCollection, String shardName, Node node, Replica.ReplicaType replicaType)intPlacementRequestImpl. getCountReplicasToCreate(Replica.ReplicaType replicaType)
-