RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
hadoop::hdfs::AclEntryProto Class Reference
Inheritance diagram for hadoop::hdfs::AclEntryProto:

Public Types

typedef
AclEntryProto_AclEntryScopeProto 
AclEntryScopeProto
 
typedef
AclEntryProto_AclEntryTypeProto 
AclEntryTypeProto
 
typedef AclEntryProto_FsActionProto FsActionProto
 

Public Member Functions

 AclEntryProto (const AclEntryProto &from)
 
AclEntryProtooperator= (const AclEntryProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AclEntryProto *other)
 
AclEntryProtoNew () const
 
AclEntryProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const AclEntryProto &from)
 
void MergeFrom (const AclEntryProto &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_type () const
 
void clear_type ()
 
::hadoop::hdfs::AclEntryProto_AclEntryTypeProto type () const
 
void set_type (::hadoop::hdfs::AclEntryProto_AclEntryTypeProto value)
 
bool has_scope () const
 
void clear_scope ()
 
::hadoop::hdfs::AclEntryProto_AclEntryScopeProto scope () const
 
void set_scope (::hadoop::hdfs::AclEntryProto_AclEntryScopeProto value)
 
bool has_permissions () const
 
void clear_permissions ()
 
::hadoop::hdfs::AclEntryProto_FsActionProto permissions () const
 
void set_permissions (::hadoop::hdfs::AclEntryProto_FsActionProto value)
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const AclEntryProtodefault_instance ()
 
static bool AclEntryScopeProto_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
AclEntryScopeProto_descriptor ()
 
static const ::std::string & AclEntryScopeProto_Name (AclEntryScopeProto value)
 
static bool AclEntryScopeProto_Parse (const ::std::string &name, AclEntryScopeProto *value)
 
static bool AclEntryTypeProto_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
AclEntryTypeProto_descriptor ()
 
static const ::std::string & AclEntryTypeProto_Name (AclEntryTypeProto value)
 
static bool AclEntryTypeProto_Parse (const ::std::string &name, AclEntryTypeProto *value)
 
static bool FsActionProto_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
FsActionProto_descriptor ()
 
static const ::std::string & FsActionProto_Name (FsActionProto value)
 
static bool FsActionProto_Parse (const ::std::string &name, FsActionProto *value)
 

Static Public Attributes

static const AclEntryScopeProto ACCESS
 
static const AclEntryScopeProto DEFAULT
 
static const AclEntryScopeProto AclEntryScopeProto_MIN
 
static const AclEntryScopeProto AclEntryScopeProto_MAX
 
static const int AclEntryScopeProto_ARRAYSIZE
 
static const AclEntryTypeProto USER
 
static const AclEntryTypeProto GROUP
 
static const AclEntryTypeProto MASK
 
static const AclEntryTypeProto OTHER
 
static const AclEntryTypeProto AclEntryTypeProto_MIN
 
static const AclEntryTypeProto AclEntryTypeProto_MAX
 
static const int AclEntryTypeProto_ARRAYSIZE
 
static const FsActionProto NONE
 
static const FsActionProto EXECUTE
 
static const FsActionProto WRITE
 
static const FsActionProto WRITE_EXECUTE
 
static const FsActionProto READ
 
static const FsActionProto READ_EXECUTE
 
static const FsActionProto READ_WRITE
 
static const FsActionProto PERM_ALL
 
static const FsActionProto FsActionProto_MIN
 
static const FsActionProto FsActionProto_MAX
 
static const int FsActionProto_ARRAYSIZE
 
static const int kTypeFieldNumber = 1
 
static const int kScopeFieldNumber = 2
 
static const int kPermissionsFieldNumber = 3
 
static const int kNameFieldNumber = 4
 

Friends

void protobuf_AddDesc_acl_2eproto ()
 
void protobuf_AssignDesc_acl_2eproto ()
 
void protobuf_ShutdownFile_acl_2eproto ()
 

Member Data Documentation

const AclEntryProto_AclEntryScopeProto hadoop::hdfs::AclEntryProto::ACCESS
static
Initial value:
=
AclEntryProto_AclEntryScopeProto_ACCESS
const int hadoop::hdfs::AclEntryProto::AclEntryScopeProto_ARRAYSIZE
static
Initial value:
=
AclEntryProto_AclEntryScopeProto_AclEntryScopeProto_ARRAYSIZE
const AclEntryProto_AclEntryScopeProto hadoop::hdfs::AclEntryProto::AclEntryScopeProto_MAX
static
Initial value:
=
AclEntryProto_AclEntryScopeProto_AclEntryScopeProto_MAX
const AclEntryProto_AclEntryScopeProto hadoop::hdfs::AclEntryProto::AclEntryScopeProto_MIN
static
Initial value:
=
AclEntryProto_AclEntryScopeProto_AclEntryScopeProto_MIN
const int hadoop::hdfs::AclEntryProto::AclEntryTypeProto_ARRAYSIZE
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_AclEntryTypeProto_ARRAYSIZE
const AclEntryProto_AclEntryTypeProto hadoop::hdfs::AclEntryProto::AclEntryTypeProto_MAX
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_AclEntryTypeProto_MAX
const AclEntryProto_AclEntryTypeProto hadoop::hdfs::AclEntryProto::AclEntryTypeProto_MIN
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_AclEntryTypeProto_MIN
const AclEntryProto_AclEntryScopeProto hadoop::hdfs::AclEntryProto::DEFAULT
static
Initial value:
=
AclEntryProto_AclEntryScopeProto_DEFAULT
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::EXECUTE
static
Initial value:
=
AclEntryProto_FsActionProto_EXECUTE
const int hadoop::hdfs::AclEntryProto::FsActionProto_ARRAYSIZE
static
Initial value:
=
AclEntryProto_FsActionProto_FsActionProto_ARRAYSIZE
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::FsActionProto_MAX
static
Initial value:
=
AclEntryProto_FsActionProto_FsActionProto_MAX
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::FsActionProto_MIN
static
Initial value:
=
AclEntryProto_FsActionProto_FsActionProto_MIN
const AclEntryProto_AclEntryTypeProto hadoop::hdfs::AclEntryProto::GROUP
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_GROUP
const AclEntryProto_AclEntryTypeProto hadoop::hdfs::AclEntryProto::MASK
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_MASK
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::NONE
static
Initial value:
=
AclEntryProto_FsActionProto_NONE
const AclEntryProto_AclEntryTypeProto hadoop::hdfs::AclEntryProto::OTHER
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_OTHER
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::PERM_ALL
static
Initial value:
=
AclEntryProto_FsActionProto_PERM_ALL
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::READ
static
Initial value:
=
AclEntryProto_FsActionProto_READ
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::READ_EXECUTE
static
Initial value:
=
AclEntryProto_FsActionProto_READ_EXECUTE
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::READ_WRITE
static
Initial value:
=
AclEntryProto_FsActionProto_READ_WRITE
const AclEntryProto_AclEntryTypeProto hadoop::hdfs::AclEntryProto::USER
static
Initial value:
=
AclEntryProto_AclEntryTypeProto_USER
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::WRITE
static
Initial value:
=
AclEntryProto_FsActionProto_WRITE
const AclEntryProto_FsActionProto hadoop::hdfs::AclEntryProto::WRITE_EXECUTE
static
Initial value:
=
AclEntryProto_FsActionProto_WRITE_EXECUTE

The documentation for this class was generated from the following files: