Uses of Enum
org.apache.drill.exec.proto.UserProtos.RequestStatus
Packages that use UserProtos.RequestStatus
-
Uses of UserProtos.RequestStatus in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.RequestStatusModifier and TypeMethodDescriptionstatic UserProtos.RequestStatus
UserProtos.RequestStatus.forNumber
(int value) UserProtos.CreatePreparedStatementResp.Builder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.CreatePreparedStatementResp.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.CreatePreparedStatementRespOrBuilder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetCatalogsResp.Builder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetCatalogsResp.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetCatalogsRespOrBuilder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetColumnsResp.Builder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetColumnsResp.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetColumnsRespOrBuilder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetSchemasResp.Builder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetSchemasResp.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetSchemasRespOrBuilder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetServerMetaResp.Builder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetServerMetaResp.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetServerMetaRespOrBuilder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetTablesResp.Builder.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetTablesResp.getStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetTablesRespOrBuilder.getStatus()
optional .exec.user.RequestStatus status = 1;
static UserProtos.RequestStatus
UserProtos.RequestStatus.valueOf
(int value) Deprecated.static UserProtos.RequestStatus
UserProtos.RequestStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.RequestStatus
Returns the enum constant of this type with the specified name.static UserProtos.RequestStatus[]
UserProtos.RequestStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.RequestStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserProtos.RequestStatus>
UserProtos.RequestStatus.internalGetValueMap()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.RequestStatusModifier and TypeMethodDescriptionUserProtos.CreatePreparedStatementResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;
UserProtos.GetCatalogsResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;
UserProtos.GetColumnsResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;
UserProtos.GetSchemasResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;
UserProtos.GetServerMetaResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;
UserProtos.GetTablesResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;