public interface JobStatusBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFilePath()
optional string filePath = 3; |
com.google.protobuf.ByteString |
getFilePathBytes()
optional string filePath = 3; |
String |
getFilePathFailed()
optional string filePathFailed = 4; |
com.google.protobuf.ByteString |
getFilePathFailedBytes()
optional string filePathFailed = 4; |
long |
getJobId()
optional int64 jobId = 1; |
Status |
getJobStatus()
optional .alluxio.grpc.job.Status jobStatus = 2; |
boolean |
hasFilePath()
optional string filePath = 3; |
boolean |
hasFilePathFailed()
optional string filePathFailed = 4; |
boolean |
hasJobId()
optional int64 jobId = 1; |
boolean |
hasJobStatus()
optional .alluxio.grpc.job.Status jobStatus = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJobId()
optional int64 jobId = 1;
long getJobId()
optional int64 jobId = 1;
boolean hasJobStatus()
optional .alluxio.grpc.job.Status jobStatus = 2;
Status getJobStatus()
optional .alluxio.grpc.job.Status jobStatus = 2;
boolean hasFilePath()
optional string filePath = 3;
String getFilePath()
optional string filePath = 3;
com.google.protobuf.ByteString getFilePathBytes()
optional string filePath = 3;
boolean hasFilePathFailed()
optional string filePathFailed = 4;
String getFilePathFailed()
optional string filePathFailed = 4;
com.google.protobuf.ByteString getFilePathFailedBytes()
optional string filePathFailed = 4;
Copyright © 2023. All Rights Reserved.