Uses of Enum Class
org.apache.solr.common.ToleratedUpdateError.CmdType
Packages that use ToleratedUpdateError.CmdType
Package
Description
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.-
Uses of ToleratedUpdateError.CmdType in org.apache.solr.common
Methods in org.apache.solr.common that return ToleratedUpdateError.CmdTypeModifier and TypeMethodDescriptionToleratedUpdateError.getType()static ToleratedUpdateError.CmdTypeReturns the enum constant of this class with the specified name.static ToleratedUpdateError.CmdType[]ToleratedUpdateError.CmdType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.solr.common with parameters of type ToleratedUpdateError.CmdTypeModifierConstructorDescriptionToleratedUpdateError(ToleratedUpdateError.CmdType type, String id, String message)