
alluxio.grpc.MasterHeartbeatPOptionsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/meta_master.proto
package alluxio.grpc;
public interface MasterHeartbeatPOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.meta.MasterHeartbeatPOptions)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional int64 lastCheckpointTime = 1;
* @return Whether the lastCheckpointTime field is set.
*/
boolean hasLastCheckpointTime();
/**
* optional int64 lastCheckpointTime = 1;
* @return The lastCheckpointTime.
*/
long getLastCheckpointTime();
/**
* optional int64 journalEntriesSinceCheckpoint = 2;
* @return Whether the journalEntriesSinceCheckpoint field is set.
*/
boolean hasJournalEntriesSinceCheckpoint();
/**
* optional int64 journalEntriesSinceCheckpoint = 2;
* @return The journalEntriesSinceCheckpoint.
*/
long getJournalEntriesSinceCheckpoint();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy