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

alluxio.grpc.CheckpointPResponseOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

public interface CheckpointPResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.meta.CheckpointPResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The hostname of the master that did the checkpoint
   * 
* * optional string masterHostname = 1; * @return Whether the masterHostname field is set. */ boolean hasMasterHostname(); /** *
   * The hostname of the master that did the checkpoint
   * 
* * optional string masterHostname = 1; * @return The masterHostname. */ java.lang.String getMasterHostname(); /** *
   * The hostname of the master that did the checkpoint
   * 
* * optional string masterHostname = 1; * @return The bytes for masterHostname. */ alluxio.shaded.client.com.google.protobuf.ByteString getMasterHostnameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy