6 #ifndef __ADMIN_OFFLINE_H__ 
    7 #define __ADMIN_OFFLINE_H__ 
   28             options(std::map<std::string, std::string>())
 
   51         std::map<std::string, std::string> 
options;
 
   57     template<> 
struct codec_traits<gpudb::AdminOfflineRequest>
 
   67             if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
 
   69                 const std::vector<size_t> fo = rd->fieldOrder();
 
   71                 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
 
  125     template<> 
struct codec_traits<gpudb::AdminOfflineResponse>
 
  134             if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
 
  136                 const std::vector<size_t> fo = rd->fieldOrder();
 
  138                 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
 
AdminOfflineRequest()
Constructs an AdminOfflineRequest object with default parameter values. 
AdminOfflineResponse()
Constructs an AdminOfflineResponse object with default parameter values. 
A set of output parameters for const. 
std::map< std::string, std::string > options
AdminOfflineRequest(const bool offline_, const std::map< std::string, std::string > &options_)
Constructs an AdminOfflineRequest object with the specified parameters. 
A set of input parameters for const.