Uses of Enum Class
org.apache.solr.crossdc.common.CrossDcConf.ExpandDbq
Packages that use CrossDcConf.ExpandDbq
Package
Description
Common code for managing Cross DC replication.
UpdateRequestProcessors for Cross DC replication.-
Uses of CrossDcConf.ExpandDbq in org.apache.solr.crossdc.common
Methods in org.apache.solr.crossdc.common that return CrossDcConf.ExpandDbqModifier and TypeMethodDescriptionstatic CrossDcConf.ExpandDbqCrossDcConf.ExpandDbq.getOrDefault(String strValue, CrossDcConf.ExpandDbq defaultValue) static CrossDcConf.ExpandDbqReturns the enum constant of this class with the specified name.static CrossDcConf.ExpandDbq[]CrossDcConf.ExpandDbq.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.crossdc.common with parameters of type CrossDcConf.ExpandDbqModifier and TypeMethodDescriptionstatic CrossDcConf.ExpandDbqCrossDcConf.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.ExpandDbqModifierConstructorDescriptionMirroringUpdateProcessor(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)