Uses of Class
org.apache.calcite.avatica.proto.Common.Severity
-
Packages that use Common.Severity Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto -
-
Uses of Common.Severity in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Common.Severity Modifier and Type Method Description Common.SeverityAvaticaSeverity. toProto()Methods in org.apache.calcite.avatica with parameters of type Common.Severity Modifier and Type Method Description static AvaticaSeverityAvaticaSeverity. fromProto(Common.Severity proto) -
Uses of Common.Severity in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.Severity Modifier and Type Field Description private static Common.Severity[]Common.Severity. VALUESFields in org.apache.calcite.avatica.proto with type parameters of type Common.Severity Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.Severity>Common.Severity. internalValueMapMethods in org.apache.calcite.avatica.proto that return Common.Severity Modifier and Type Method Description static Common.SeverityCommon.Severity. forNumber(int value)Common.SeverityResponses.ErrorResponse.Builder. getSeverity().Severity severity = 3;Common.SeverityResponses.ErrorResponse. getSeverity().Severity severity = 3;Common.SeverityResponses.ErrorResponseOrBuilder. getSeverity().Severity severity = 3;static Common.SeverityCommon.Severity. valueOf(int value)Deprecated.static Common.SeverityCommon.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.SeverityCommon.Severity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Common.Severity[]Common.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.Severity>Common.Severity. internalGetValueMap()Methods in org.apache.calcite.avatica.proto with parameters of type Common.Severity Modifier and Type Method Description Responses.ErrorResponse.BuilderResponses.ErrorResponse.Builder. setSeverity(Common.Severity value).Severity severity = 3;
-