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