Uses of Class
org.apache.solr.crossdc.common.CrossDcConf.ExpandDbq
-
Packages that use CrossDcConf.ExpandDbq Package Description org.apache.solr.crossdc.common Common code for managing Cross DC replication.org.apache.solr.crossdc.update.processor UpdateRequestProcessor
s for Cross DC replication. -
-
Uses of CrossDcConf.ExpandDbq in org.apache.solr.crossdc.common
Methods in org.apache.solr.crossdc.common that return CrossDcConf.ExpandDbq Modifier and Type Method Description static CrossDcConf.ExpandDbq
CrossDcConf.ExpandDbq. getOrDefault(String strValue, CrossDcConf.ExpandDbq defaultValue)
static CrossDcConf.ExpandDbq
CrossDcConf.ExpandDbq. valueOf(String name)
Returns the enum constant of this type with the specified name.static CrossDcConf.ExpandDbq[]
CrossDcConf.ExpandDbq. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.crossdc.common with parameters of type CrossDcConf.ExpandDbq Modifier and Type Method Description static CrossDcConf.ExpandDbq
CrossDcConf.ExpandDbq. getOrDefault(String strValue, CrossDcConf.ExpandDbq defaultValue)
-
Uses of CrossDcConf.ExpandDbq in org.apache.solr.crossdc.update.processor
Constructors in org.apache.solr.crossdc.update.processor with parameters of type CrossDcConf.ExpandDbq Constructor Description MirroringUpdateProcessor(UpdateRequestProcessor next, boolean doMirroring, boolean indexUnmirrorableDocs, boolean mirrorCommits, CrossDcConf.ExpandDbq expandDbq, long maxMirroringBatchSizeBytes, org.apache.solr.common.params.SolrParams mirroredReqParams, DistributedUpdateProcessor.DistribPhase distribPhase, RequestMirroringHandler requestMirroringHandler, ProducerMetrics producerMetrics)
-