Uses of Class
org.apache.solr.handler.CdcrParams.ProcessState
-
Packages that use CdcrParams.ProcessState Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler -
-
Uses of CdcrParams.ProcessState in org.apache.solr.handler
Methods in org.apache.solr.handler that return CdcrParams.ProcessState Modifier and Type Method Description static CdcrParams.ProcessStateCdcrParams.ProcessState. get(byte[] state)static CdcrParams.ProcessStateCdcrParams.ProcessState. valueOf(String name)Returns the enum constant of this type with the specified name.static CdcrParams.ProcessState[]CdcrParams.ProcessState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-