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 sorting
|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
Collection<Pair<String,byte[]>> |
DistributedQueue.peekElements(int max,
long waitMillis,
Predicate<String> acceptFilter)
Peek multiple elements from the queue in a single call.
|
Modifier and Type | Field and Description |
---|---|
Predicate<Pair<Object,Object>> |
Suggester.Hint.valueValidator |
Modifier and Type | Method and Description |
---|---|
Pair<Row,ReplicaInfo> |
Row.removeReplica(String coll,
String shard,
Replica.Type type) |
Constructor and Description |
---|
Row(String node,
List<Pair<String,Suggestion.ConditionType>> params,
List<String> perReplicaAttributes,
Policy.Session session) |
Modifier and Type | Method and Description |
---|---|
Collection<Pair<String,byte[]>> |
DistributedQueue.peekElements(int max,
long waitMillis,
Predicate<String> acceptFilter) |
Modifier and Type | Field and Description |
---|---|
static ValidatingJsonMap.PredicateWithErrMsg<Pair> |
ValidatingJsonMap.ENUM_OF |
Modifier and Type | Method and Description |
---|---|
static Pair |
Pair.parse(Map m) |
Modifier and Type | Method and Description |
---|---|
Object |
ValidatingJsonMap.get(String key,
ValidatingJsonMap.PredicateWithErrMsg<Pair> predicate,
Object arg) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.