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

cz.proto.ExpandShuffleKeysOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operator.proto

package cz.proto;

public interface ExpandShuffleKeysOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.ExpandShuffleKeys)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated uint64 shuffle_keys = 1;
   * @return A list containing the shuffleKeys.
   */
  java.util.List getShuffleKeysList();
  /**
   * repeated uint64 shuffle_keys = 1;
   * @return The count of shuffleKeys.
   */
  int getShuffleKeysCount();
  /**
   * repeated uint64 shuffle_keys = 1;
   * @param index The index of the element to return.
   * @return The shuffleKeys at the given index.
   */
  long getShuffleKeys(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy