|
|
| HdfsFileStatusProto (const HdfsFileStatusProto &from) |
| |
|
HdfsFileStatusProto & | operator= (const HdfsFileStatusProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (HdfsFileStatusProto *other) |
| |
|
HdfsFileStatusProto * | New () const |
| |
|
HdfsFileStatusProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const HdfsFileStatusProto &from) |
| |
|
void | MergeFrom (const HdfsFileStatusProto &from) |
| |
|
void | Clear () |
| |
|
bool | IsInitialized () const |
| |
|
int | ByteSize () const |
| |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
| |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
| |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const |
| |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
| |
|
int | GetCachedSize () const |
| |
|
::google::protobuf::Metadata | GetMetadata () const |
| |
|
bool | has_filetype () const |
| |
|
void | clear_filetype () |
| |
|
::hadoop::hdfs::HdfsFileStatusProto_FileType | filetype () const |
| |
|
void | set_filetype (::hadoop::hdfs::HdfsFileStatusProto_FileType value) |
| |
|
bool | has_path () const |
| |
|
void | clear_path () |
| |
|
const ::std::string & | path () const |
| |
|
void | set_path (const ::std::string &value) |
| |
|
void | set_path (const char *value) |
| |
|
void | set_path (const void *value, size_t size) |
| |
|
::std::string * | mutable_path () |
| |
|
::std::string * | release_path () |
| |
|
void | set_allocated_path (::std::string *path) |
| |
|
bool | has_length () const |
| |
|
void | clear_length () |
| |
|
::google::protobuf::uint64 | length () const |
| |
|
void | set_length (::google::protobuf::uint64 value) |
| |
|
bool | has_permission () const |
| |
|
void | clear_permission () |
| |
const
::hadoop::hdfs::FsPermissionProto & | permission () const |
| |
|
::hadoop::hdfs::FsPermissionProto * | mutable_permission () |
| |
|
::hadoop::hdfs::FsPermissionProto * | release_permission () |
| |
|
void | set_allocated_permission (::hadoop::hdfs::FsPermissionProto *permission) |
| |
|
bool | has_owner () const |
| |
|
void | clear_owner () |
| |
|
const ::std::string & | owner () const |
| |
|
void | set_owner (const ::std::string &value) |
| |
|
void | set_owner (const char *value) |
| |
|
void | set_owner (const char *value, size_t size) |
| |
|
::std::string * | mutable_owner () |
| |
|
::std::string * | release_owner () |
| |
|
void | set_allocated_owner (::std::string *owner) |
| |
|
bool | has_group () const |
| |
|
void | clear_group () |
| |
|
const ::std::string & | group () const |
| |
|
void | set_group (const ::std::string &value) |
| |
|
void | set_group (const char *value) |
| |
|
void | set_group (const char *value, size_t size) |
| |
|
::std::string * | mutable_group () |
| |
|
::std::string * | release_group () |
| |
|
void | set_allocated_group (::std::string *group) |
| |
|
bool | has_modification_time () const |
| |
|
void | clear_modification_time () |
| |
|
::google::protobuf::uint64 | modification_time () const |
| |
|
void | set_modification_time (::google::protobuf::uint64 value) |
| |
|
bool | has_access_time () const |
| |
|
void | clear_access_time () |
| |
|
::google::protobuf::uint64 | access_time () const |
| |
|
void | set_access_time (::google::protobuf::uint64 value) |
| |
|
bool | has_symlink () const |
| |
|
void | clear_symlink () |
| |
|
const ::std::string & | symlink () const |
| |
|
void | set_symlink (const ::std::string &value) |
| |
|
void | set_symlink (const char *value) |
| |
|
void | set_symlink (const void *value, size_t size) |
| |
|
::std::string * | mutable_symlink () |
| |
|
::std::string * | release_symlink () |
| |
|
void | set_allocated_symlink (::std::string *symlink) |
| |
|
bool | has_block_replication () const |
| |
|
void | clear_block_replication () |
| |
|
::google::protobuf::uint32 | block_replication () const |
| |
|
void | set_block_replication (::google::protobuf::uint32 value) |
| |
|
bool | has_blocksize () const |
| |
|
void | clear_blocksize () |
| |
|
::google::protobuf::uint64 | blocksize () const |
| |
|
void | set_blocksize (::google::protobuf::uint64 value) |
| |
|
bool | has_locations () const |
| |
|
void | clear_locations () |
| |
const
::hadoop::hdfs::LocatedBlocksProto & | locations () const |
| |
|
::hadoop::hdfs::LocatedBlocksProto * | mutable_locations () |
| |
|
::hadoop::hdfs::LocatedBlocksProto * | release_locations () |
| |
|
void | set_allocated_locations (::hadoop::hdfs::LocatedBlocksProto *locations) |
| |
|
bool | has_fileid () const |
| |
|
void | clear_fileid () |
| |
|
::google::protobuf::uint64 | fileid () const |
| |
|
void | set_fileid (::google::protobuf::uint64 value) |
| |
|
bool | has_childrennum () const |
| |
|
void | clear_childrennum () |
| |
|
::google::protobuf::int32 | childrennum () const |
| |
|
void | set_childrennum (::google::protobuf::int32 value) |
| |
|
bool | has_fileencryptioninfo () const |
| |
|
void | clear_fileencryptioninfo () |
| |
const
::hadoop::hdfs::FileEncryptionInfoProto & | fileencryptioninfo () const |
| |
|
::hadoop::hdfs::FileEncryptionInfoProto * | mutable_fileencryptioninfo () |
| |
|
::hadoop::hdfs::FileEncryptionInfoProto * | release_fileencryptioninfo () |
| |
|
void | set_allocated_fileencryptioninfo (::hadoop::hdfs::FileEncryptionInfoProto *fileencryptioninfo) |
| |
|
bool | has_storagepolicy () const |
| |
|
void | clear_storagepolicy () |
| |
|
::google::protobuf::uint32 | storagepolicy () const |
| |
|
void | set_storagepolicy (::google::protobuf::uint32 value) |
| |
|
bool | has_ecpolicy () const |
| |
|
void | clear_ecpolicy () |
| |
const
::hadoop::hdfs::ErasureCodingPolicyProto & | ecpolicy () const |
| |
|
::hadoop::hdfs::ErasureCodingPolicyProto * | mutable_ecpolicy () |
| |
|
::hadoop::hdfs::ErasureCodingPolicyProto * | release_ecpolicy () |
| |
|
void | set_allocated_ecpolicy (::hadoop::hdfs::ErasureCodingPolicyProto *ecpolicy) |
| |
|
bool | has_flags () const |
| |
|
void | clear_flags () |
| |
|
::google::protobuf::uint32 | flags () const |
| |
|
void | set_flags (::google::protobuf::uint32 value) |
| |