org.apache.solr.cloud
Class CloudDescriptor
java.lang.Object
org.apache.solr.cloud.CloudDescriptor
public class CloudDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloudDescriptor
public CloudDescriptor()
setShardId
public void setShardId(String shardId)
getShardId
public String getShardId()
getCollectionName
public String getCollectionName()
setCollectionName
public void setCollectionName(String collectionName)
getRoles
public String getRoles()
setRoles
public void setRoles(String roles)
getParams
public SolrParams getParams()
- Optional parameters that can change how a core is created.
setParams
public void setParams(SolrParams params)
getNumShards
public Integer getNumShards()
setNumShards
public void setNumShards(int numShards)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.