Uses of Class
org.apache.solr.crossdc.common.IQueueHandler.ResultStatus
-
Packages that use IQueueHandler.ResultStatus Package Description org.apache.solr.crossdc.common Common code for managing Cross DC replication. -
-
Uses of IQueueHandler.ResultStatus in org.apache.solr.crossdc.common
Methods in org.apache.solr.crossdc.common that return IQueueHandler.ResultStatus Modifier and Type Method Description IQueueHandler.ResultStatus
IQueueHandler.Result. status()
static IQueueHandler.ResultStatus
IQueueHandler.ResultStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static IQueueHandler.ResultStatus[]
IQueueHandler.ResultStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.crossdc.common with parameters of type IQueueHandler.ResultStatus Constructor Description Result(IQueueHandler.ResultStatus status)
Result(IQueueHandler.ResultStatus status, Throwable throwable)
Result(IQueueHandler.ResultStatus status, Throwable throwable, T newItem)
-