BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ExternalDatasetContext.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_EXTERNAL_DATASET_CONTEXT_H__
18 #define __BUSBOY_EXTERNAL_DATASET_CONTEXT_H__
19 
20 #include "dataset/dataset_api.h"
21 
22 namespace BUSBOY {
23 
24 class ExternalDatasetContextImpl;
25 
27 
28  public:
29 
31  bool output,
32  const CExternalDatasetCallbacks& callbacks,
33  ExternalDatasetSerializer* serializer
34  );
35 
36  DataFile* findDataFile(const DataKey& key) const;
37 
38  bool isOutput() const;
39 
40  bool isQueryOnly() const;
41 
42  void addDataFile(const DataKey& key, DataFile* file);
43 
44  std::string getDataFileName(const DataKey& key) const;
45 
47 
49 
50 
52 
53  private:
54 
56 
57  // prevent calling these
59  ExternalDatasetContext& operator=(const ExternalDatasetContext& context);
60 
61 };
62 
63 }
64 #endif
65 
66 
67 

Copyright 2014 Google Inc. All rights reserved.