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

alluxio.grpc.NotifyWorkerIdPRequestOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

public interface NotifyWorkerIdPRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.NotifyWorkerIdPRequest)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 workerId = 1;
   * @return Whether the workerId field is set.
   */
  boolean hasWorkerId();
  /**
   * optional int64 workerId = 1;
   * @return The workerId.
   */
  long getWorkerId();

  /**
   * 
   ** the worker network address 
   * 
* * optional .alluxio.grpc.WorkerNetAddress workerNetAddress = 2; * @return Whether the workerNetAddress field is set. */ boolean hasWorkerNetAddress(); /** *
   ** the worker network address 
   * 
* * optional .alluxio.grpc.WorkerNetAddress workerNetAddress = 2; * @return The workerNetAddress. */ alluxio.grpc.WorkerNetAddress getWorkerNetAddress(); /** *
   ** the worker network address 
   * 
* * optional .alluxio.grpc.WorkerNetAddress workerNetAddress = 2; */ alluxio.grpc.WorkerNetAddressOrBuilder getWorkerNetAddressOrBuilder(); /** * optional .alluxio.grpc.block.NotifyWorkerIdPOptions options = 3; * @return Whether the options field is set. */ boolean hasOptions(); /** * optional .alluxio.grpc.block.NotifyWorkerIdPOptions options = 3; * @return The options. */ alluxio.grpc.NotifyWorkerIdPOptions getOptions(); /** * optional .alluxio.grpc.block.NotifyWorkerIdPOptions options = 3; */ alluxio.grpc.NotifyWorkerIdPOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy