Uses of Class
org.apache.solr.update.processor.DistributedUpdateProcessor.DistribPhase

Packages that use DistributedUpdateProcessor.DistribPhase
org.apache.solr.update.processor UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain
 

Uses of DistributedUpdateProcessor.DistribPhase in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor that return DistributedUpdateProcessor.DistribPhase
static DistributedUpdateProcessor.DistribPhase DistributedUpdateProcessor.DistribPhase.parseParam(String param)
           
static DistributedUpdateProcessor.DistribPhase DistributedUpdateProcessor.DistribPhase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DistributedUpdateProcessor.DistribPhase[] DistributedUpdateProcessor.DistribPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.