
alluxio.grpc.DecommissionWorkerPOptionsOrBuilder 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 DecommissionWorkerPOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.block.DecommissionWorkerPOptions)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* required string workerHostname = 1;
* @return Whether the workerHostname field is set.
*/
boolean hasWorkerHostname();
/**
* required string workerHostname = 1;
* @return The workerHostname.
*/
java.lang.String getWorkerHostname();
/**
* required string workerHostname = 1;
* @return The bytes for workerHostname.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getWorkerHostnameBytes();
/**
* optional int64 workerWebPort = 2;
* @return Whether the workerWebPort field is set.
*/
boolean hasWorkerWebPort();
/**
* optional int64 workerWebPort = 2;
* @return The workerWebPort.
*/
long getWorkerWebPort();
/**
* optional bool canRegisterAgain = 3;
* @return Whether the canRegisterAgain field is set.
*/
boolean hasCanRegisterAgain();
/**
* optional bool canRegisterAgain = 3;
* @return The canRegisterAgain.
*/
boolean getCanRegisterAgain();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy