X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Frgw%2Frgw_sync_module_es.h;fp=src%2Fceph%2Fsrc%2Frgw%2Frgw_sync_module_es.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=43e591e42fc361b32fd1a9a09223caf0a3ce39f2;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/rgw/rgw_sync_module_es.h b/src/ceph/src/rgw/rgw_sync_module_es.h deleted file mode 100644 index 43e591e..0000000 --- a/src/ceph/src/rgw/rgw_sync_module_es.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef CEPH_RGW_SYNC_MODULE_ES_H -#define CEPH_RGW_SYNC_MODULE_ES_H - -#include "rgw_sync_module.h" - -class RGWElasticSyncModule : public RGWSyncModule { -public: - RGWElasticSyncModule() {} - bool supports_data_export() override { - return false; - } - int create_instance(CephContext *cct, map& config, RGWSyncModuleInstanceRef *instance) override; -}; - -class RGWElasticDataSyncModule; -class RGWRESTConn; - -class RGWElasticSyncModuleInstance : public RGWSyncModuleInstance { - std::unique_ptr data_handler; -public: - RGWElasticSyncModuleInstance(CephContext *cct, const std::map& config); - RGWDataSyncModule *get_data_handler() override; - RGWRESTMgr *get_rest_filter(int dialect, RGWRESTMgr *orig) override; - RGWRESTConn *get_rest_conn(); - std::string get_index_path(); -}; - -#endif