Uses of Class
io.trino.plugin.accumulo.AccumuloErrorCode
-
Packages that use AccumuloErrorCode Package Description io.trino.plugin.accumulo -
-
Uses of AccumuloErrorCode in io.trino.plugin.accumulo
Methods in io.trino.plugin.accumulo that return AccumuloErrorCode Modifier and Type Method Description static AccumuloErrorCodeAccumuloErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AccumuloErrorCode[]AccumuloErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-