Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
Modifier and Type | Method and Description |
---|---|
String |
DistribStateManager.createData(String path,
byte[] data,
org.apache.zookeeper.CreateMode mode) |
void |
DistribStateManager.makePath(String path) |
List<org.apache.zookeeper.OpResult> |
DistribStateManager.multi(Iterable<org.apache.zookeeper.Op> ops) |
Modifier and Type | Method and Description |
---|---|
String |
ZkDistribStateManager.createData(String path,
byte[] data,
org.apache.zookeeper.CreateMode mode) |
void |
ZkDistribStateManager.makePath(String path) |
List<org.apache.zookeeper.OpResult> |
ZkDistribStateManager.multi(Iterable<org.apache.zookeeper.Op> ops) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.