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::fsimage::INodeSection_INode Class Reference
Inheritance diagram for hadoop::hdfs::fsimage::INodeSection_INode:

Public Types

typedef INodeSection_INode_Type Type
 

Public Member Functions

 INodeSection_INode (const INodeSection_INode &from)
 
INodeSection_INodeoperator= (const INodeSection_INode &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (INodeSection_INode *other)
 
INodeSection_INodeNew () const
 
INodeSection_INodeNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const INodeSection_INode &from)
 
void MergeFrom (const INodeSection_INode &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::fsimage::INodeSection_INode_Type type () const
 
void set_type (::hadoop::hdfs::fsimage::INodeSection_INode_Type value)
 
bool has_id () const
 
void clear_id ()
 
::google::protobuf::uint64 id () const
 
void set_id (::google::protobuf::uint64 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 void *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_file () const
 
void clear_file ()
 
const
::hadoop::hdfs::fsimage::INodeSection_INodeFile
file () const
 
::hadoop::hdfs::fsimage::INodeSection_INodeFilemutable_file ()
 
::hadoop::hdfs::fsimage::INodeSection_INodeFilerelease_file ()
 
void set_allocated_file (::hadoop::hdfs::fsimage::INodeSection_INodeFile *file)
 
bool has_directory () const
 
void clear_directory ()
 
const
::hadoop::hdfs::fsimage::INodeSection_INodeDirectory
directory () const
 
::hadoop::hdfs::fsimage::INodeSection_INodeDirectorymutable_directory ()
 
::hadoop::hdfs::fsimage::INodeSection_INodeDirectoryrelease_directory ()
 
void set_allocated_directory (::hadoop::hdfs::fsimage::INodeSection_INodeDirectory *directory)
 
bool has_symlink () const
 
void clear_symlink ()
 
const
::hadoop::hdfs::fsimage::INodeSection_INodeSymlink
symlink () const
 
::hadoop::hdfs::fsimage::INodeSection_INodeSymlinkmutable_symlink ()
 
::hadoop::hdfs::fsimage::INodeSection_INodeSymlinkrelease_symlink ()
 
void set_allocated_symlink (::hadoop::hdfs::fsimage::INodeSection_INodeSymlink *symlink)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const INodeSection_INodedefault_instance ()
 
static bool Type_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
Type_descriptor ()
 
static const ::std::string & Type_Name (Type value)
 
static bool Type_Parse (const ::std::string &name, Type *value)
 

Static Public Attributes

static const Type FILE
 
static const Type DIRECTORY
 
static const Type SYMLINK
 
static const Type Type_MIN
 
static const Type Type_MAX
 
static const int Type_ARRAYSIZE
 
static const int kTypeFieldNumber = 1
 
static const int kIdFieldNumber = 2
 
static const int kNameFieldNumber = 3
 
static const int kFileFieldNumber = 4
 
static const int kDirectoryFieldNumber = 5
 
static const int kSymlinkFieldNumber = 6
 

Friends

void protobuf_AddDesc_fsimage_2eproto ()
 
void protobuf_AssignDesc_fsimage_2eproto ()
 
void protobuf_ShutdownFile_fsimage_2eproto ()
 

Member Data Documentation

const INodeSection_INode_Type hadoop::hdfs::fsimage::INodeSection_INode::DIRECTORY
static
Initial value:
=
INodeSection_INode_Type_DIRECTORY
const INodeSection_INode_Type hadoop::hdfs::fsimage::INodeSection_INode::FILE
static
Initial value:
=
INodeSection_INode_Type_FILE
const INodeSection_INode_Type hadoop::hdfs::fsimage::INodeSection_INode::SYMLINK
static
Initial value:
=
INodeSection_INode_Type_SYMLINK
const int hadoop::hdfs::fsimage::INodeSection_INode::Type_ARRAYSIZE
static
Initial value:
=
INodeSection_INode_Type_Type_ARRAYSIZE
const INodeSection_INode_Type hadoop::hdfs::fsimage::INodeSection_INode::Type_MAX
static
Initial value:
=
INodeSection_INode_Type_Type_MAX
const INodeSection_INode_Type hadoop::hdfs::fsimage::INodeSection_INode::Type_MIN
static
Initial value:
=
INodeSection_INode_Type_Type_MIN

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