public interface JobInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
JobInfo |
getChildren(int index)
repeated .alluxio.grpc.job.JobInfo children = 11; |
int |
getChildrenCount()
repeated .alluxio.grpc.job.JobInfo children = 11; |
List<JobInfo> |
getChildrenList()
repeated .alluxio.grpc.job.JobInfo children = 11; |
JobInfoOrBuilder |
getChildrenOrBuilder(int index)
repeated .alluxio.grpc.job.JobInfo children = 11; |
List<? extends JobInfoOrBuilder> |
getChildrenOrBuilderList()
repeated .alluxio.grpc.job.JobInfo children = 11; |
String |
getDescription()
optional string description = 13; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 13; |
String |
getErrorMessage()
optional string errorMessage = 2; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string errorMessage = 2; |
long |
getId()
optional int64 id = 1; |
long |
getLastUpdated()
optional int64 lastUpdated = 6; |
String |
getName()
Some jobs don't have these do not have these
|
com.google.protobuf.ByteString |
getNameBytes()
Some jobs don't have these do not have these
|
long |
getParentId()
optional int64 parentId = 10; |
com.google.protobuf.ByteString |
getResult()
optional bytes result = 9; |
Status |
getStatus()
optional .alluxio.grpc.job.Status status = 4; |
JobType |
getType()
optional .alluxio.grpc.job.JobType type = 8; |
JobUnused |
getUnused0(int index)
Around for backwards compatibility
|
int |
getUnused0Count()
Around for backwards compatibility
|
List<JobUnused> |
getUnused0List()
Around for backwards compatibility
|
JobUnusedOrBuilder |
getUnused0OrBuilder(int index)
Around for backwards compatibility
|
List<? extends JobUnusedOrBuilder> |
getUnused0OrBuilderList()
Around for backwards compatibility
|
String |
getUnused1()
formerly result
|
com.google.protobuf.ByteString |
getUnused1Bytes()
formerly result
|
String |
getWorkerHost()
optional string workerHost = 12; |
com.google.protobuf.ByteString |
getWorkerHostBytes()
optional string workerHost = 12; |
boolean |
hasDescription()
optional string description = 13; |
boolean |
hasErrorMessage()
optional string errorMessage = 2; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastUpdated()
optional int64 lastUpdated = 6; |
boolean |
hasName()
Some jobs don't have these do not have these
|
boolean |
hasParentId()
optional int64 parentId = 10; |
boolean |
hasResult()
optional bytes result = 9; |
boolean |
hasStatus()
optional .alluxio.grpc.job.Status status = 4; |
boolean |
hasType()
optional .alluxio.grpc.job.JobType type = 8; |
boolean |
hasUnused1()
formerly result
|
boolean |
hasWorkerHost()
optional string workerHost = 12; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasErrorMessage()
optional string errorMessage = 2;
String getErrorMessage()
optional string errorMessage = 2;
com.google.protobuf.ByteString getErrorMessageBytes()
optional string errorMessage = 2;
boolean hasStatus()
optional .alluxio.grpc.job.Status status = 4;
Status getStatus()
optional .alluxio.grpc.job.Status status = 4;
boolean hasLastUpdated()
optional int64 lastUpdated = 6;
long getLastUpdated()
optional int64 lastUpdated = 6;
boolean hasType()
optional .alluxio.grpc.job.JobType type = 8;
JobType getType()
optional .alluxio.grpc.job.JobType type = 8;
boolean hasResult()
optional bytes result = 9;
com.google.protobuf.ByteString getResult()
optional bytes result = 9;
boolean hasName()
Some jobs don't have these do not have these
optional string name = 7;
String getName()
Some jobs don't have these do not have these
optional string name = 7;
com.google.protobuf.ByteString getNameBytes()
Some jobs don't have these do not have these
optional string name = 7;
boolean hasParentId()
optional int64 parentId = 10;
long getParentId()
optional int64 parentId = 10;
JobInfo getChildren(int index)
repeated .alluxio.grpc.job.JobInfo children = 11;
int getChildrenCount()
repeated .alluxio.grpc.job.JobInfo children = 11;
List<? extends JobInfoOrBuilder> getChildrenOrBuilderList()
repeated .alluxio.grpc.job.JobInfo children = 11;
JobInfoOrBuilder getChildrenOrBuilder(int index)
repeated .alluxio.grpc.job.JobInfo children = 11;
boolean hasWorkerHost()
optional string workerHost = 12;
String getWorkerHost()
optional string workerHost = 12;
com.google.protobuf.ByteString getWorkerHostBytes()
optional string workerHost = 12;
boolean hasDescription()
optional string description = 13;
String getDescription()
optional string description = 13;
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 13;
List<JobUnused> getUnused0List()
Around for backwards compatibility
repeated .alluxio.grpc.job.JobUnused unused0 = 3;
JobUnused getUnused0(int index)
Around for backwards compatibility
repeated .alluxio.grpc.job.JobUnused unused0 = 3;
int getUnused0Count()
Around for backwards compatibility
repeated .alluxio.grpc.job.JobUnused unused0 = 3;
List<? extends JobUnusedOrBuilder> getUnused0OrBuilderList()
Around for backwards compatibility
repeated .alluxio.grpc.job.JobUnused unused0 = 3;
JobUnusedOrBuilder getUnused0OrBuilder(int index)
Around for backwards compatibility
repeated .alluxio.grpc.job.JobUnused unused0 = 3;
boolean hasUnused1()
formerly result
optional string unused1 = 5;
String getUnused1()
formerly result
optional string unused1 = 5;
com.google.protobuf.ByteString getUnused1Bytes()
formerly result
optional string unused1 = 5;
Copyright © 2023. All Rights Reserved.