cz.proto.WorkerIdOrBuilder 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 WorkerIdOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.WorkerId)
com.google.protobuf.MessageOrBuilder {
/**
* string job_id = 1;
* @return The jobId.
*/
java.lang.String getJobId();
/**
* string job_id = 1;
* @return The bytes for jobId.
*/
com.google.protobuf.ByteString
getJobIdBytes();
/**
* uint64 sub_job_id = 2;
* @return The subJobId.
*/
long getSubJobId();
/**
* string stage_id = 3;
* @return The stageId.
*/
java.lang.String getStageId();
/**
* string stage_id = 3;
* @return The bytes for stageId.
*/
com.google.protobuf.ByteString
getStageIdBytes();
/**
* uint64 id = 4;
* @return The id.
*/
long getId();
/**
* uint64 backup_id = 5;
* @return The backupId.
*/
long getBackupId();
/**
* uint64 retry_id = 6;
* @return The retryId.
*/
long getRetryId();
/**
* uint64 ta_id = 7;
* @return The taId.
*/
long getTaId();
/**
* string dag_id = 8;
* @return The dagId.
*/
java.lang.String getDagId();
/**
* string dag_id = 8;
* @return The bytes for dagId.
*/
com.google.protobuf.ByteString
getDagIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy