All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.HashClusterOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// 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