
alluxio.grpc.FileSystemHeartbeatPRequestOrBuilder 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 FileSystemHeartbeatPRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.FileSystemHeartbeatPRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
*
** the id of the worker
*
*
* optional int64 workerId = 1;
* @return Whether the workerId field is set.
*/
boolean hasWorkerId();
/**
*
** the id of the worker
*
*
* optional int64 workerId = 1;
* @return The workerId.
*/
long getWorkerId();
/**
*
** the list of persisted files
*
*
* repeated int64 persistedFiles = 2;
* @return A list containing the persistedFiles.
*/
java.util.List getPersistedFilesList();
/**
*
** the list of persisted files
*
*
* repeated int64 persistedFiles = 2;
* @return The count of persistedFiles.
*/
int getPersistedFilesCount();
/**
*
** the list of persisted files
*
*
* repeated int64 persistedFiles = 2;
* @param index The index of the element to return.
* @return The persistedFiles at the given index.
*/
long getPersistedFiles(int index);
/**
* optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3;
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3;
* @return The options.
*/
alluxio.grpc.FileSystemHeartbeatPOptions getOptions();
/**
* optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3;
*/
alluxio.grpc.FileSystemHeartbeatPOptionsOrBuilder getOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy