cz.proto.DAGProgressOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: job.proto
package cz.proto;
public interface DAGProgressOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.DAGProgress)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.DetailState.State state = 1;
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
* .cz.proto.DetailState.State state = 1;
* @return The state.
*/
cz.proto.DetailState.State getState();
/**
* string job_id = 2;
* @return The jobId.
*/
java.lang.String getJobId();
/**
* string job_id = 2;
* @return The bytes for jobId.
*/
com.google.protobuf.ByteString
getJobIdBytes();
/**
* int64 submit_time = 3;
* @return The submitTime.
*/
long getSubmitTime();
/**
* int64 init_time = 4;
* @return The initTime.
*/
long getInitTime();
/**
* int64 start_time = 5;
* @return The startTime.
*/
long getStartTime();
/**
* int64 finish_time = 6;
* @return The finishTime.
*/
long getFinishTime();
/**
* string diagnostic = 7;
* @return The diagnostic.
*/
java.lang.String getDiagnostic();
/**
* string diagnostic = 7;
* @return The bytes for diagnostic.
*/
com.google.protobuf.ByteString
getDiagnosticBytes();
/**
* map<string, .cz.proto.StageProgress> stage_progress = 8;
*/
int getStageProgressCount();
/**
* map<string, .cz.proto.StageProgress> stage_progress = 8;
*/
boolean containsStageProgress(
java.lang.String key);
/**
* Use {@link #getStageProgressMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getStageProgress();
/**
* map<string, .cz.proto.StageProgress> stage_progress = 8;
*/
java.util.Map
getStageProgressMap();
/**
* map<string, .cz.proto.StageProgress> stage_progress = 8;
*/
cz.proto.StageProgress getStageProgressOrDefault(
java.lang.String key,
cz.proto.StageProgress defaultValue);
/**
* map<string, .cz.proto.StageProgress> stage_progress = 8;
*/
cz.proto.StageProgress getStageProgressOrThrow(
java.lang.String key);
/**
* string running_mode = 9;
* @return The runningMode.
*/
java.lang.String getRunningMode();
/**
* string running_mode = 9;
* @return The bytes for runningMode.
*/
com.google.protobuf.ByteString
getRunningModeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy