diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-01-17 17:28:50 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-01-17 17:28:50 -0500 |
| commit | 6c906c94e1eea6d4356b8c99b93da39029e8d95d (patch) | |
| tree | 8c5cd0d5bc5186cf6f19b29a94d424224a1cde8e /include/framework/reconstruction/ReconstructionPolicy.h | |
| parent | 77589d4cc82b766d2cf16294fab98a57f6579cb4 (diff) | |
| download | dynamic-extension-6c906c94e1eea6d4356b8c99b93da39029e8d95d.tar.gz | |
Progress
Diffstat (limited to 'include/framework/reconstruction/ReconstructionPolicy.h')
| -rw-r--r-- | include/framework/reconstruction/ReconstructionPolicy.h | 4 |
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; }; } |