
alluxio.grpc.GetStateLockHoldersPRequestOrBuilder 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 GetStateLockHoldersPRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.GetStateLockHoldersPRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.file.GetStateLockHoldersPOptions options = 1;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.file.GetStateLockHoldersPOptions options = 1;
* @return The options.
*/
alluxio.grpc.GetStateLockHoldersPOptions getOptions();
/**
* optional .alluxio.grpc.file.GetStateLockHoldersPOptions options = 1;
*/
alluxio.grpc.GetStateLockHoldersPOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy