cz.proto.HashClusterOrBuilder 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 HashClusterOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.HashCluster)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 function_version = 1;
* @return The functionVersion.
*/
int getFunctionVersion();
/**
* .cz.proto.HashBucketType bucket_type = 2;
* @return The enum numeric value on the wire for bucketType.
*/
int getBucketTypeValue();
/**
* .cz.proto.HashBucketType bucket_type = 2;
* @return The bucketType.
*/
cz.proto.HashBucketType getBucketType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy