public interface JobHeartbeatPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
JobCommand |
getCommands(int index)
repeated .alluxio.grpc.job.JobCommand commands = 1; |
int |
getCommandsCount()
repeated .alluxio.grpc.job.JobCommand commands = 1; |
List<JobCommand> |
getCommandsList()
repeated .alluxio.grpc.job.JobCommand commands = 1; |
JobCommandOrBuilder |
getCommandsOrBuilder(int index)
repeated .alluxio.grpc.job.JobCommand commands = 1; |
List<? extends JobCommandOrBuilder> |
getCommandsOrBuilderList()
repeated .alluxio.grpc.job.JobCommand commands = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<JobCommand> getCommandsList()
repeated .alluxio.grpc.job.JobCommand commands = 1;
JobCommand getCommands(int index)
repeated .alluxio.grpc.job.JobCommand commands = 1;
int getCommandsCount()
repeated .alluxio.grpc.job.JobCommand commands = 1;
List<? extends JobCommandOrBuilder> getCommandsOrBuilderList()
repeated .alluxio.grpc.job.JobCommand commands = 1;
JobCommandOrBuilder getCommandsOrBuilder(int index)
repeated .alluxio.grpc.job.JobCommand commands = 1;
Copyright © 2023. All Rights Reserved.