public static interface Job.TaskInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
optional string error_message = 4; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string error_message = 4; |
long |
getJobId()
optional int64 job_id = 1; |
com.google.protobuf.ByteString |
getResult()
optional bytes result = 5; |
Job.Status |
getStatus()
optional .alluxio.proto.journal.Status status = 3; |
int |
getTaskId()
optional int32 task_id = 2; |
boolean |
hasErrorMessage()
optional string error_message = 4; |
boolean |
hasJobId()
optional int64 job_id = 1; |
boolean |
hasResult()
optional bytes result = 5; |
boolean |
hasStatus()
optional .alluxio.proto.journal.Status status = 3; |
boolean |
hasTaskId()
optional int32 task_id = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJobId()
optional int64 job_id = 1;
long getJobId()
optional int64 job_id = 1;
boolean hasTaskId()
optional int32 task_id = 2;
int getTaskId()
optional int32 task_id = 2;
boolean hasStatus()
optional .alluxio.proto.journal.Status status = 3;
Job.Status getStatus()
optional .alluxio.proto.journal.Status status = 3;
boolean hasErrorMessage()
optional string error_message = 4;
String getErrorMessage()
optional string error_message = 4;
com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 4;
boolean hasResult()
optional bytes result = 5;
com.google.protobuf.ByteString getResult()
optional bytes result = 5;
Copyright © 2023. All Rights Reserved.