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

alluxio.grpc.GetPinnedFileIdsPResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/file_system_master.proto

package alluxio.grpc;

public interface GetPinnedFileIdsPResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.file.GetPinnedFileIdsPResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * TODO(adit): set replacement?
   * 
* * repeated int64 pinnedFileIds = 1; * @return A list containing the pinnedFileIds. */ java.util.List getPinnedFileIdsList(); /** *
   * TODO(adit): set replacement?
   * 
* * repeated int64 pinnedFileIds = 1; * @return The count of pinnedFileIds. */ int getPinnedFileIdsCount(); /** *
   * TODO(adit): set replacement?
   * 
* * repeated int64 pinnedFileIds = 1; * @param index The index of the element to return. * @return The pinnedFileIds at the given index. */ long getPinnedFileIds(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy