public interface FileSystemHeartbeatPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemHeartbeatPOptions |
getOptions()
optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3; |
FileSystemHeartbeatPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3; |
long |
getPersistedFiles(int index)
the list of persisted files
|
int |
getPersistedFilesCount()
the list of persisted files
|
List<Long> |
getPersistedFilesList()
the list of persisted files
|
long |
getWorkerId()
the id of the worker
|
boolean |
hasOptions()
optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3; |
boolean |
hasWorkerId()
the id of the worker
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWorkerId()
the id of the worker
optional int64 workerId = 1;
long getWorkerId()
the id of the worker
optional int64 workerId = 1;
List<Long> getPersistedFilesList()
the list of persisted files
repeated int64 persistedFiles = 2;
int getPersistedFilesCount()
the list of persisted files
repeated int64 persistedFiles = 2;
long getPersistedFiles(int index)
the list of persisted files
repeated int64 persistedFiles = 2;
index
- The index of the element to return.boolean hasOptions()
optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3;
FileSystemHeartbeatPOptions getOptions()
optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3;
FileSystemHeartbeatPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemHeartbeatPOptions options = 3;
Copyright © 2023. All Rights Reserved.