public interface UfsStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsXattr(String key)
map<string, bytes> xattr = 7; |
String |
getGroup()
optional string group = 5; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 5; |
boolean |
getIsDirectory()
optional bool is_directory = 2; |
long |
getLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3; |
int |
getMode()
optional int32 mode = 6; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getOwner()
optional string owner = 4; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 4; |
UfsFileStatus |
getUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100; |
UfsFileStatusOrBuilder |
getUfsFileStatusOrBuilder()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100; |
String |
getUfsFullPath()
optional string ufs_full_path = 8; |
com.google.protobuf.ByteString |
getUfsFullPathBytes()
optional string ufs_full_path = 8; |
Map<String,com.google.protobuf.ByteString> |
getXattr()
Deprecated.
|
int |
getXattrCount()
map<string, bytes> xattr = 7; |
Map<String,com.google.protobuf.ByteString> |
getXattrMap()
map<string, bytes> xattr = 7; |
com.google.protobuf.ByteString |
getXattrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 7; |
com.google.protobuf.ByteString |
getXattrOrThrow(String key)
map<string, bytes> xattr = 7; |
boolean |
hasGroup()
optional string group = 5; |
boolean |
hasIsDirectory()
optional bool is_directory = 2; |
boolean |
hasLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3; |
boolean |
hasMode()
optional int32 mode = 6; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOwner()
optional string owner = 4; |
boolean |
hasUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100; |
boolean |
hasUfsFullPath()
optional string ufs_full_path = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasIsDirectory()
optional bool is_directory = 2;
boolean getIsDirectory()
optional bool is_directory = 2;
boolean hasLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3;
long getLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3;
boolean hasOwner()
optional string owner = 4;
String getOwner()
optional string owner = 4;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 4;
boolean hasGroup()
optional string group = 5;
String getGroup()
optional string group = 5;
com.google.protobuf.ByteString getGroupBytes()
optional string group = 5;
boolean hasMode()
optional int32 mode = 6;
int getMode()
optional int32 mode = 6;
int getXattrCount()
map<string, bytes> xattr = 7;
boolean containsXattr(String key)
map<string, bytes> xattr = 7;
@Deprecated Map<String,com.google.protobuf.ByteString> getXattr()
getXattrMap()
instead.com.google.protobuf.ByteString getXattrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 7;
com.google.protobuf.ByteString getXattrOrThrow(String key)
map<string, bytes> xattr = 7;
boolean hasUfsFullPath()
optional string ufs_full_path = 8;
String getUfsFullPath()
optional string ufs_full_path = 8;
com.google.protobuf.ByteString getUfsFullPathBytes()
optional string ufs_full_path = 8;
boolean hasUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100;
UfsFileStatus getUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100;
UfsFileStatusOrBuilder getUfsFileStatusOrBuilder()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100;
Copyright © 2023. All Rights Reserved.