Uses of Class
org.apache.solr.common.ToleratedUpdateError.CmdType
-
Packages that use ToleratedUpdateError.CmdType Package Description org.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents. -
-
Uses of ToleratedUpdateError.CmdType in org.apache.solr.common
Methods in org.apache.solr.common that return ToleratedUpdateError.CmdType Modifier and Type Method Description ToleratedUpdateError.CmdTypeToleratedUpdateError. getType()static ToleratedUpdateError.CmdTypeToleratedUpdateError.CmdType. valueOf(String name)Returns the enum constant of this type with the specified name.static ToleratedUpdateError.CmdType[]ToleratedUpdateError.CmdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.common with parameters of type ToleratedUpdateError.CmdType Constructor Description ToleratedUpdateError(ToleratedUpdateError.CmdType type, String id, String message)
-