
alluxio.grpc.GetQuorumInfoPRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/journal_master.proto
package alluxio.grpc;
public interface GetQuorumInfoPRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.journal.GetQuorumInfoPRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.journal.GetQuorumInfoPOptions options = 1;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.journal.GetQuorumInfoPOptions options = 1;
* @return The options.
*/
alluxio.grpc.GetQuorumInfoPOptions getOptions();
/**
* optional .alluxio.grpc.journal.GetQuorumInfoPOptions options = 1;
*/
alluxio.grpc.GetQuorumInfoPOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy