cz.proto.ClusterInfoOrBuilder 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: table_common.proto
package cz.proto;
public interface ClusterInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.ClusterInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ClusterType cluster_type = 1;
* @return The enum numeric value on the wire for clusterType.
*/
int getClusterTypeValue();
/**
* .cz.proto.ClusterType cluster_type = 1;
* @return The clusterType.
*/
cz.proto.ClusterType getClusterType();
/**
* repeated .cz.proto.FieldRef clustered_fields = 2;
*/
java.util.List
getClusteredFieldsList();
/**
* repeated .cz.proto.FieldRef clustered_fields = 2;
*/
cz.proto.FieldRef getClusteredFields(int index);
/**
* repeated .cz.proto.FieldRef clustered_fields = 2;
*/
int getClusteredFieldsCount();
/**
* repeated .cz.proto.FieldRef clustered_fields = 2;
*/
java.util.List extends cz.proto.FieldRefOrBuilder>
getClusteredFieldsOrBuilderList();
/**
* repeated .cz.proto.FieldRef clustered_fields = 2;
*/
cz.proto.FieldRefOrBuilder getClusteredFieldsOrBuilder(
int index);
/**
* optional uint64 buckets_count = 3;
* @return Whether the bucketsCount field is set.
*/
boolean hasBucketsCount();
/**
* optional uint64 buckets_count = 3;
* @return The bucketsCount.
*/
long getBucketsCount();
/**
* optional string path_pattern = 4;
* @return Whether the pathPattern field is set.
*/
boolean hasPathPattern();
/**
* optional string path_pattern = 4;
* @return The pathPattern.
*/
java.lang.String getPathPattern();
/**
* optional string path_pattern = 4;
* @return The bytes for pathPattern.
*/
com.google.protobuf.ByteString
getPathPatternBytes();
/**
* .cz.proto.HashCluster hash = 10;
* @return Whether the hash field is set.
*/
boolean hasHash();
/**
* .cz.proto.HashCluster hash = 10;
* @return The hash.
*/
cz.proto.HashCluster getHash();
/**
* .cz.proto.HashCluster hash = 10;
*/
cz.proto.HashClusterOrBuilder getHashOrBuilder();
/**
* .cz.proto.RangeCluster range = 11;
* @return Whether the range field is set.
*/
boolean hasRange();
/**
* .cz.proto.RangeCluster range = 11;
* @return The range.
*/
cz.proto.RangeCluster getRange();
/**
* .cz.proto.RangeCluster range = 11;
*/
cz.proto.RangeClusterOrBuilder getRangeOrBuilder();
public cz.proto.ClusterInfo.ClusterCase getClusterCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy