Uses of Enum
com.databricks.jdbc.model.client.thrift.generated.TJobExecutionStatus
Packages that use TJobExecutionStatus
-
Uses of TJobExecutionStatus in com.databricks.jdbc.model.client.thrift.generated
Subclasses with type arguments of type TJobExecutionStatus in com.databricks.jdbc.model.client.thrift.generatedFields in com.databricks.jdbc.model.client.thrift.generated declared as TJobExecutionStatusMethods in com.databricks.jdbc.model.client.thrift.generated that return TJobExecutionStatusModifier and TypeMethodDescriptionstatic TJobExecutionStatusTJobExecutionStatus.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.TProgressUpdateResp.getStatus()static TJobExecutionStatusReturns the enum constant of this type with the specified name.static TJobExecutionStatus[]TJobExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TJobExecutionStatusConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TJobExecutionStatusModifierConstructorDescriptionTProgressUpdateResp(List<String> headerNames, List<List<String>> rows, double progressedPercentage, TJobExecutionStatus status, String footerSummary, long startTime)