cz.proto.SimplifyDagVertexOrBuilder 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 SimplifyDagVertexOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.SimplifyDagVertex)
com.google.protobuf.MessageOrBuilder {
/**
*
* stg0, stg1
*
*
* string stage_id = 1;
* @return The stageId.
*/
java.lang.String getStageId();
/**
*
* stg0, stg1
*
*
* string stage_id = 1;
* @return The bytes for stageId.
*/
com.google.protobuf.ByteString
getStageIdBytes();
/**
* repeated string parent_stage = 2;
* @return A list containing the parentStage.
*/
java.util.List
getParentStageList();
/**
* repeated string parent_stage = 2;
* @return The count of parentStage.
*/
int getParentStageCount();
/**
* repeated string parent_stage = 2;
* @param index The index of the element to return.
* @return The parentStage at the given index.
*/
java.lang.String getParentStage(int index);
/**
* repeated string parent_stage = 2;
* @param index The index of the value to return.
* @return The bytes of the parentStage at the given index.
*/
com.google.protobuf.ByteString
getParentStageBytes(int index);
/**
* repeated .cz.proto.SimplifyDagSubVertex operators = 3;
*/
java.util.List
getOperatorsList();
/**
* repeated .cz.proto.SimplifyDagSubVertex operators = 3;
*/
cz.proto.SimplifyDagSubVertex getOperators(int index);
/**
* repeated .cz.proto.SimplifyDagSubVertex operators = 3;
*/
int getOperatorsCount();
/**
* repeated .cz.proto.SimplifyDagSubVertex operators = 3;
*/
java.util.List extends cz.proto.SimplifyDagSubVertexOrBuilder>
getOperatorsOrBuilderList();
/**
* repeated .cz.proto.SimplifyDagSubVertex operators = 3;
*/
cz.proto.SimplifyDagSubVertexOrBuilder getOperatorsOrBuilder(
int index);
/**
* uint64 dop = 4;
* @return The dop.
*/
long getDop();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy