RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes
client_namenode_translator Namespace Reference

Classes

class  ClientNamenodeTranslator
 

Detailed Description

The implementation of the rpc calls.

The implementation of the rpc calls.

Take a look at rpcserver.cc to see where the calls to these functions are coming from - generally, it will be in the block following the "if(iter != dispatch_table.end()) {" line, which is more or less just checking that the requested command has a function in this file.