public class SplitIndexCommand extends UpdateCommand
Modifier and Type | Field and Description |
---|---|
List<SolrCore> |
cores |
List<String> |
paths |
List<DocRouter.Range> |
ranges |
String |
routeFieldName |
DocRouter |
router |
SolrQueryResponse |
rsp |
String |
splitKey |
SolrIndexSplitter.SplitMethod |
splitMethod |
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, IGNORE_INDEXWRITER, PEER_SYNC, REPLAY, req, route, version
Constructor and Description |
---|
SplitIndexCommand(SolrQueryRequest req,
SolrQueryResponse rsp,
List<String> paths,
List<SolrCore> cores,
List<DocRouter.Range> ranges,
DocRouter router,
String routeFieldName,
String splitKey,
SolrIndexSplitter.SplitMethod splitMethod) |
Modifier and Type | Method and Description |
---|---|
String |
name() |
String |
toString() |
clone, getFlags, getReq, getRoute, getVersion, setFlags, setReq, setRoute, setVersion
public final SolrQueryResponse rsp
public final List<DocRouter.Range> ranges
public final DocRouter router
public final String routeFieldName
public final String splitKey
public final SolrIndexSplitter.SplitMethod splitMethod
public SplitIndexCommand(SolrQueryRequest req, SolrQueryResponse rsp, List<String> paths, List<SolrCore> cores, List<DocRouter.Range> ranges, DocRouter router, String routeFieldName, String splitKey, SolrIndexSplitter.SplitMethod splitMethod)
public String name()
name
in class UpdateCommand
public String toString()
toString
in class UpdateCommand
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.