public static interface FSProtos.FileStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAccessTime()
optional uint64 access_time = 8; |
int |
getBlockReplication()
optional uint32 block_replication = 10; |
long |
getBlockSize()
optional uint64 block_size = 11; |
com.google.protobuf.ByteString |
getEcData()
optional bytes ec_data = 17; |
com.google.protobuf.ByteString |
getEncryptionData()
optional bytes encryption_data = 15; |
FSProtos.FileStatusProto.FileType |
getFileType()
required .hadoop.fs.FileStatusProto.FileType fileType = 1; |
int |
getFlags()
optional uint32 flags = 18 [default = 0]; |
String |
getGroup()
optional string group = 6; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 6; |
long |
getLength()
optional uint64 length = 3; |
long |
getModificationTime()
optional uint64 modification_time = 7; |
String |
getOwner()
optional string owner = 5; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 5; |
String |
getPath()
required string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 2; |
FSProtos.FsPermissionProto |
getPermission()
optional .hadoop.fs.FsPermissionProto permission = 4; |
FSProtos.FsPermissionProtoOrBuilder |
getPermissionOrBuilder()
optional .hadoop.fs.FsPermissionProto permission = 4; |
String |
getSymlink()
optional string symlink = 9; |
com.google.protobuf.ByteString |
getSymlinkBytes()
optional string symlink = 9; |
boolean |
hasAccessTime()
optional uint64 access_time = 8; |
boolean |
hasBlockReplication()
optional uint32 block_replication = 10; |
boolean |
hasBlockSize()
optional uint64 block_size = 11; |
boolean |
hasEcData()
optional bytes ec_data = 17; |
boolean |
hasEncryptionData()
optional bytes encryption_data = 15; |
boolean |
hasFileType()
required .hadoop.fs.FileStatusProto.FileType fileType = 1; |
boolean |
hasFlags()
optional uint32 flags = 18 [default = 0]; |
boolean |
hasGroup()
optional string group = 6; |
boolean |
hasLength()
optional uint64 length = 3; |
boolean |
hasModificationTime()
optional uint64 modification_time = 7; |
boolean |
hasOwner()
optional string owner = 5; |
boolean |
hasPath()
required string path = 2; |
boolean |
hasPermission()
optional .hadoop.fs.FsPermissionProto permission = 4; |
boolean |
hasSymlink()
optional string symlink = 9; |
boolean hasFileType()
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
FSProtos.FileStatusProto.FileType getFileType()
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
boolean hasPath()
required string path = 2;
String getPath()
required string path = 2;
com.google.protobuf.ByteString getPathBytes()
required string path = 2;
boolean hasLength()
optional uint64 length = 3;
long getLength()
optional uint64 length = 3;
boolean hasPermission()
optional .hadoop.fs.FsPermissionProto permission = 4;
FSProtos.FsPermissionProto getPermission()
optional .hadoop.fs.FsPermissionProto permission = 4;
FSProtos.FsPermissionProtoOrBuilder getPermissionOrBuilder()
optional .hadoop.fs.FsPermissionProto permission = 4;
boolean hasOwner()
optional string owner = 5;
String getOwner()
optional string owner = 5;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 5;
boolean hasGroup()
optional string group = 6;
String getGroup()
optional string group = 6;
com.google.protobuf.ByteString getGroupBytes()
optional string group = 6;
boolean hasModificationTime()
optional uint64 modification_time = 7;
long getModificationTime()
optional uint64 modification_time = 7;
boolean hasAccessTime()
optional uint64 access_time = 8;
long getAccessTime()
optional uint64 access_time = 8;
boolean hasSymlink()
optional string symlink = 9;
String getSymlink()
optional string symlink = 9;
com.google.protobuf.ByteString getSymlinkBytes()
optional string symlink = 9;
boolean hasBlockReplication()
optional uint32 block_replication = 10;
int getBlockReplication()
optional uint32 block_replication = 10;
boolean hasBlockSize()
optional uint64 block_size = 11;
long getBlockSize()
optional uint64 block_size = 11;
boolean hasEncryptionData()
optional bytes encryption_data = 15;
locations = 12 alias = 13 childrenNum = 14
com.google.protobuf.ByteString getEncryptionData()
optional bytes encryption_data = 15;
locations = 12 alias = 13 childrenNum = 14
boolean hasEcData()
optional bytes ec_data = 17;
storagePolicy = 16
com.google.protobuf.ByteString getEcData()
optional bytes ec_data = 17;
storagePolicy = 16
boolean hasFlags()
optional uint32 flags = 18 [default = 0];
int getFlags()
optional uint32 flags = 18 [default = 0];
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.