summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h b/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
index 03d9ba8d55c..10ed19a7244 100644
--- a/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
+++ b/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
@@ -137,6 +137,11 @@ public:
virtual uint64_t getApproxBytesToWriteToDisk() const = 0;
/**
+ * Return cost of replaying a feed operation relative to cost of reading a feed operation from tls.
+ */
+ virtual double get_replay_operation_cost() const { return 0.0; }
+
+ /**
* Returns the last serial number for the transaction applied to
* target before it was flushed to disk. The transaction log can
* not be pruned beyond this.