public static interface Job.LoadJobEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBandwidth()
optional int64 bandwidth = 3; |
long |
getEndTime()
optional int64 end_time = 8; |
String |
getJobId()
required string job_id = 7; |
com.google.protobuf.ByteString |
getJobIdBytes()
required string job_id = 7; |
String |
getLoadPath()
required string load_path = 1; |
com.google.protobuf.ByteString |
getLoadPathBytes()
required string load_path = 1; |
boolean |
getPartialListing()
required bool partialListing = 6; |
Job.PJobState |
getState()
required .alluxio.proto.journal.PJobState state = 2; |
String |
getUser()
optional string user = 5; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 5; |
boolean |
getVerify()
required bool verify = 4; |
boolean |
hasBandwidth()
optional int64 bandwidth = 3; |
boolean |
hasEndTime()
optional int64 end_time = 8; |
boolean |
hasJobId()
required string job_id = 7; |
boolean |
hasLoadPath()
required string load_path = 1; |
boolean |
hasPartialListing()
required bool partialListing = 6; |
boolean |
hasState()
required .alluxio.proto.journal.PJobState state = 2; |
boolean |
hasUser()
optional string user = 5; |
boolean |
hasVerify()
required bool verify = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLoadPath()
required string load_path = 1;
String getLoadPath()
required string load_path = 1;
com.google.protobuf.ByteString getLoadPathBytes()
required string load_path = 1;
boolean hasState()
required .alluxio.proto.journal.PJobState state = 2;
Job.PJobState getState()
required .alluxio.proto.journal.PJobState state = 2;
boolean hasBandwidth()
optional int64 bandwidth = 3;
long getBandwidth()
optional int64 bandwidth = 3;
boolean hasVerify()
required bool verify = 4;
boolean getVerify()
required bool verify = 4;
boolean hasUser()
optional string user = 5;
String getUser()
optional string user = 5;
com.google.protobuf.ByteString getUserBytes()
optional string user = 5;
boolean hasPartialListing()
required bool partialListing = 6;
boolean getPartialListing()
required bool partialListing = 6;
boolean hasJobId()
required string job_id = 7;
String getJobId()
required string job_id = 7;
com.google.protobuf.ByteString getJobIdBytes()
required string job_id = 7;
boolean hasEndTime()
optional int64 end_time = 8;
long getEndTime()
optional int64 end_time = 8;
Copyright © 2023. All Rights Reserved.