
alluxio.grpc.SnapshotDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/raft_journal.proto
package alluxio.grpc;
public interface SnapshotDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.meta.SnapshotData)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional int64 snapshotTerm = 1;
* @return Whether the snapshotTerm field is set.
*/
boolean hasSnapshotTerm();
/**
* optional int64 snapshotTerm = 1;
* @return The snapshotTerm.
*/
long getSnapshotTerm();
/**
* optional int64 snapshotIndex = 2;
* @return Whether the snapshotIndex field is set.
*/
boolean hasSnapshotIndex();
/**
* optional int64 snapshotIndex = 2;
* @return The snapshotIndex.
*/
long getSnapshotIndex();
/**
* optional bytes chunk = 3;
* @return Whether the chunk field is set.
*/
boolean hasChunk();
/**
* optional bytes chunk = 3;
* @return The chunk.
*/
alluxio.shaded.client.com.google.protobuf.ByteString getChunk();
/**
* optional int64 offset = 4 [deprecated = true];
* @deprecated
* @return Whether the offset field is set.
*/
@java.lang.Deprecated boolean hasOffset();
/**
* optional int64 offset = 4 [deprecated = true];
* @deprecated
* @return The offset.
*/
@java.lang.Deprecated long getOffset();
/**
* optional bool eof = 5 [deprecated = true];
* @deprecated
* @return Whether the eof field is set.
*/
@java.lang.Deprecated boolean hasEof();
/**
* optional bool eof = 5 [deprecated = true];
* @deprecated
* @return The eof.
*/
@java.lang.Deprecated boolean getEof();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy