Uses of Class
org.apache.solr.client.solrj.cloud.autoscaling.ReplicaInfo
-
Packages that use ReplicaInfo Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud.org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of ReplicaInfo in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that return types with arguments of type ReplicaInfo Modifier and Type Method Description Map<String,Map<String,List<ReplicaInfo>>>NodeStateProvider. getReplicaInfo(String node, Collection<String> keys)Get the details of each replica in a node. -
Uses of ReplicaInfo in org.apache.solr.client.solrj.cloud.autoscaling
Fields in org.apache.solr.client.solrj.cloud.autoscaling with type parameters of type ReplicaInfo Modifier and Type Field Description Map<String,Map<String,List<ReplicaInfo>>>Row. collectionVsShardVsReplicasMethods in org.apache.solr.client.solrj.cloud.autoscaling that return ReplicaInfo Modifier and Type Method Description ReplicaInfoRow. getReplica(String coll, String shard, Replica.Type type)Methods in org.apache.solr.client.solrj.cloud.autoscaling that return types with arguments of type ReplicaInfo Modifier and Type Method Description Map<String,Map<String,List<ReplicaInfo>>>DelegatingNodeStateProvider. getReplicaInfo(String node, Collection<String> keys)Methods in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type ReplicaInfo Modifier and Type Method Description booleanClause. isMatch(ReplicaInfo r, String collection, String shard)voidCoresVariable. projectAddReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> ops, boolean strictMode)voidFreeDiskVariable. projectAddReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> ops, boolean strictMode)default voidVariable. projectAddReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector, boolean strictMode)voidVariable.Type. projectAddReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector, boolean strictMode)Simulate a replica addition to a node in the clustervoidWithCollectionVariable. projectAddReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector, boolean strictMode)voidCoresVariable. projectRemoveReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector)voidFreeDiskVariable. projectRemoveReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector)default voidVariable. projectRemoveReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector)voidVariable.Type. projectRemoveReplica(Cell cell, ReplicaInfo ri, Consumer<org.apache.solr.client.solrj.cloud.autoscaling.Row.OperationInfo> opCollector)Method parameters in org.apache.solr.client.solrj.cloud.autoscaling with type arguments of type ReplicaInfo Modifier and Type Method Description voidRow. forEachReplica(String coll, Consumer<ReplicaInfo> consumer)voidRow. forEachReplica(Consumer<ReplicaInfo> consumer)static voidRow. forEachReplica(Map<String,Map<String,List<ReplicaInfo>>> collectionVsShardVsReplicas, Consumer<ReplicaInfo> consumer)static voidRow. forEachReplica(Map<String,Map<String,List<ReplicaInfo>>> collectionVsShardVsReplicas, Consumer<ReplicaInfo> consumer)voidRow. forEachShard(String collection, BiConsumer<String,List<ReplicaInfo>> consumer)Constructor parameters in org.apache.solr.client.solrj.cloud.autoscaling with type arguments of type ReplicaInfo Constructor Description Row(String node, Cell[] cells, boolean anyValueMissing, Map<String,Map<String,List<ReplicaInfo>>> collectionVsShardVsReplicas, boolean isLive, Policy.Session session, Map perRowCache, Map globalCache) -
Uses of ReplicaInfo in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl with type parameters of type ReplicaInfo Modifier and Type Field Description protected Map<String,Map<String,Map<String,List<ReplicaInfo>>>>SolrClientNodeStateProvider. nodeVsCollectionVsShardVsReplicaInfoMethods in org.apache.solr.client.solrj.impl that return types with arguments of type ReplicaInfo Modifier and Type Method Description Map<String,Map<String,List<ReplicaInfo>>>SolrClientNodeStateProvider. getReplicaInfo(String node, Collection<String> keys)Method parameters in org.apache.solr.client.solrj.impl with type arguments of type ReplicaInfo Modifier and Type Method Description protected Map<String,Object>SolrClientNodeStateProvider. fetchReplicaMetrics(String node, Map<String,Pair<String,ReplicaInfo>> metricsKeyVsTagReplica)voidSolrClientNodeStateProvider. forEachReplica(String node, Consumer<ReplicaInfo> consumer)
-