cz.proto.JobSummaryOrBuilder 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 JobSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.JobSummary)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.JobStats stats = 1;
* @return Whether the stats field is set.
*/
boolean hasStats();
/**
* .cz.proto.JobStats stats = 1;
* @return The stats.
*/
cz.proto.JobStats getStats();
/**
* .cz.proto.JobStats stats = 1;
*/
cz.proto.JobStatsOrBuilder getStatsOrBuilder();
/**
* map<string, .cz.proto.StageSummary> stage_summary = 2;
*/
int getStageSummaryCount();
/**
* map<string, .cz.proto.StageSummary> stage_summary = 2;
*/
boolean containsStageSummary(
java.lang.String key);
/**
* Use {@link #getStageSummaryMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getStageSummary();
/**
* map<string, .cz.proto.StageSummary> stage_summary = 2;
*/
java.util.Map
getStageSummaryMap();
/**
* map<string, .cz.proto.StageSummary> stage_summary = 2;
*/
cz.proto.StageSummary getStageSummaryOrDefault(
java.lang.String key,
cz.proto.StageSummary defaultValue);
/**
* map<string, .cz.proto.StageSummary> stage_summary = 2;
*/
cz.proto.StageSummary getStageSummaryOrThrow(
java.lang.String key);
/**
* .cz.proto.meter.Meter meter = 3;
* @return Whether the meter field is set.
*/
boolean hasMeter();
/**
* .cz.proto.meter.Meter meter = 3;
* @return The meter.
*/
cz.proto.meter.MeterOuterClass.Meter getMeter();
/**
* .cz.proto.meter.Meter meter = 3;
*/
cz.proto.meter.MeterOuterClass.MeterOrBuilder getMeterOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy