public class CollectionMutator extends Object
Modifier and Type | Field and Description |
---|---|
protected SolrCloudManager |
cloudManager |
protected DistribStateManager |
stateManager |
Constructor and Description |
---|
CollectionMutator(SolrCloudManager cloudManager) |
Modifier and Type | Method and Description |
---|---|
ZkWriteCommand |
createShard(ClusterState clusterState,
ZkNodeProps message) |
ZkWriteCommand |
deleteShard(ClusterState clusterState,
ZkNodeProps message) |
ZkWriteCommand |
modifyCollection(ClusterState clusterState,
ZkNodeProps message) |
static DocCollection |
updateSlice(String collectionName,
DocCollection collection,
Slice slice) |
protected final SolrCloudManager cloudManager
protected final DistribStateManager stateManager
public CollectionMutator(SolrCloudManager cloudManager)
public ZkWriteCommand createShard(ClusterState clusterState, ZkNodeProps message)
public ZkWriteCommand deleteShard(ClusterState clusterState, ZkNodeProps message)
public ZkWriteCommand modifyCollection(ClusterState clusterState, ZkNodeProps message)
public static DocCollection updateSlice(String collectionName, DocCollection collection, Slice slice)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.