cz.proto.RuntimeDriverStatsOrBuilder 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 RuntimeDriverStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.RuntimeDriverStats)
com.google.protobuf.MessageOrBuilder {
/**
*
* may deprecate later
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* may deprecate later
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* .cz.proto.TimeRange time_range_us = 2;
* @return Whether the timeRangeUs field is set.
*/
boolean hasTimeRangeUs();
/**
* .cz.proto.TimeRange time_range_us = 2;
* @return The timeRangeUs.
*/
cz.proto.TimeRangeOuterClass.TimeRange getTimeRangeUs();
/**
* .cz.proto.TimeRange time_range_us = 2;
*/
cz.proto.TimeRangeOuterClass.TimeRangeOrBuilder getTimeRangeUsOrBuilder();
/**
* repeated .cz.proto.RuntimeRunSpanStats run_stats = 3;
*/
java.util.List
getRunStatsList();
/**
* repeated .cz.proto.RuntimeRunSpanStats run_stats = 3;
*/
cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats getRunStats(int index);
/**
* repeated .cz.proto.RuntimeRunSpanStats run_stats = 3;
*/
int getRunStatsCount();
/**
* repeated .cz.proto.RuntimeRunSpanStats run_stats = 3;
*/
java.util.List extends cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder>
getRunStatsOrBuilderList();
/**
* repeated .cz.proto.RuntimeRunSpanStats run_stats = 3;
*/
cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder getRunStatsOrBuilder(
int index);
/**
* uint64 pipeline_id = 4;
* @return The pipelineId.
*/
long getPipelineId();
/**
* uint64 driver_sequence = 5;
* @return The driverSequence.
*/
long getDriverSequence();
/**
* uint64 block_timing_nanos = 6;
* @return The blockTimingNanos.
*/
long getBlockTimingNanos();
/**
* uint64 queue_timing_nanos = 7;
* @return The queueTimingNanos.
*/
long getQueueTimingNanos();
/**
* uint64 yield_count = 8;
* @return The yieldCount.
*/
long getYieldCount();
/**
* uint64 block_count = 9;
* @return The blockCount.
*/
long getBlockCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy