Uses of Class
org.apache.solr.update.SolrIndexSplitter.SplitMethod
-
Packages that use SolrIndexSplitter.SplitMethod Package Description org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections apiorg.apache.solr.update APIs and classes for managing index updates -
-
Uses of SolrIndexSplitter.SplitMethod in org.apache.solr.cloud.api.collections
Methods in org.apache.solr.cloud.api.collections with parameters of type SolrIndexSplitter.SplitMethod Modifier and Type Method Description static voidSplitShardCmd. checkDiskSpace(String collection, String shard, org.apache.solr.common.cloud.Replica parentShardLeader, SolrIndexSplitter.SplitMethod method, org.apache.solr.client.solrj.cloud.SolrCloudManager cloudManager) -
Uses of SolrIndexSplitter.SplitMethod in org.apache.solr.update
Fields in org.apache.solr.update declared as SolrIndexSplitter.SplitMethod Modifier and Type Field Description SolrIndexSplitter.SplitMethodSplitIndexCommand. splitMethodMethods in org.apache.solr.update that return SolrIndexSplitter.SplitMethod Modifier and Type Method Description static SolrIndexSplitter.SplitMethodSolrIndexSplitter.SplitMethod. get(String p)static SolrIndexSplitter.SplitMethodSolrIndexSplitter.SplitMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SolrIndexSplitter.SplitMethod[]SolrIndexSplitter.SplitMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.update with parameters of type SolrIndexSplitter.SplitMethod Constructor Description SplitIndexCommand(SolrQueryRequest req, SolrQueryResponse rsp, List<String> paths, List<SolrCore> cores, List<org.apache.solr.common.cloud.DocRouter.Range> ranges, org.apache.solr.common.cloud.DocRouter router, String routeFieldName, String splitKey, SolrIndexSplitter.SplitMethod splitMethod)
-