Uses of Enum Class
org.apache.solr.crossdc.common.IQueueHandler.ResultStatus
Packages that use IQueueHandler.ResultStatus
-
Uses of IQueueHandler.ResultStatus in org.apache.solr.crossdc.common
Methods in org.apache.solr.crossdc.common that return IQueueHandler.ResultStatusModifier and TypeMethodDescriptionIQueueHandler.Result.status()static IQueueHandler.ResultStatusReturns the enum constant of this class with the specified name.static IQueueHandler.ResultStatus[]IQueueHandler.ResultStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.solr.crossdc.common with parameters of type IQueueHandler.ResultStatusModifierConstructorDescriptionResult(IQueueHandler.ResultStatus status) Result(IQueueHandler.ResultStatus status, Throwable throwable) Result(IQueueHandler.ResultStatus status, Throwable throwable, T newItem)