summaryrefslogtreecommitdiffstats
path: root/include/framework/reconstruction/ReconstructionPolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/reconstruction/ReconstructionPolicy.h')
-rw-r--r--include/framework/reconstruction/ReconstructionPolicy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/framework/reconstruction/ReconstructionPolicy.h b/include/framework/reconstruction/ReconstructionPolicy.h
index aa213df..2c737de 100644
--- a/include/framework/reconstruction/ReconstructionPolicy.h
+++ b/include/framework/reconstruction/ReconstructionPolicy.h
@@ -23,8 +23,8 @@ class ReconstructionPolicy {
public:
ReconstructionPolicy() {}
- virtual ReconstructionVector get_reconstruction_tasks(const Epoch<ShardType, QueryType> *epoch,
+ virtual ReconstructionVector get_reconstruction_tasks(const Version<ShardType, QueryType> *version,
size_t incoming_reccnt) const = 0;
- virtual ReconstructionTask get_flush_task(const Epoch<ShardType, QueryType> *epoch) const = 0;
+ virtual ReconstructionVector get_flush_tasks(const Version<ShardType, QueryType> *version) const = 0;
};
}