public interface FileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAlluxioPath()
optional string alluxio_path = 1; |
com.google.protobuf.ByteString |
getAlluxioPathBytes()
optional string alluxio_path = 1; |
long |
getLength()
file length
|
long |
getMountId()
optional int64 mountId = 4; |
String |
getUfsPath()
optional string ufs_path = 2; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 2; |
boolean |
hasAlluxioPath()
optional string alluxio_path = 1; |
boolean |
hasLength()
file length
|
boolean |
hasMountId()
optional int64 mountId = 4; |
boolean |
hasUfsPath()
optional string ufs_path = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAlluxioPath()
optional string alluxio_path = 1;
String getAlluxioPath()
optional string alluxio_path = 1;
com.google.protobuf.ByteString getAlluxioPathBytes()
optional string alluxio_path = 1;
boolean hasUfsPath()
optional string ufs_path = 2;
String getUfsPath()
optional string ufs_path = 2;
com.google.protobuf.ByteString getUfsPathBytes()
optional string ufs_path = 2;
boolean hasLength()
file length
optional int64 length = 3;
long getLength()
file length
optional int64 length = 3;
boolean hasMountId()
optional int64 mountId = 4;
long getMountId()
optional int64 mountId = 4;
Copyright © 2023. All Rights Reserved.