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