
alluxio.grpc.GetNodeStatePResponseOrBuilder 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 GetNodeStatePResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.journal.GetNodeStatePResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.journal.NodeState node_state = 1;
* @return Whether the nodeState field is set.
*/
boolean hasNodeState();
/**
* optional .alluxio.grpc.journal.NodeState node_state = 1;
* @return The nodeState.
*/
alluxio.grpc.NodeState getNodeState();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy