summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/pipeline_proxy.h
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2017-09-19 10:18:39 -0400
committerMatthew Russotto <matthew.russotto@10gen.com>2017-09-19 10:22:32 -0400
commit84dde9f345606f8794eafc1b244902f8f6846d85 (patch)
treea4acfefdb799d776e00bd7fec9bd9f2b0762c127 /src/mongo/db/exec/pipeline_proxy.h
parent3eedd24bb8448e9a491a03d8eaa21999d4ea9405 (diff)
downloadmongo-84dde9f345606f8794eafc1b244902f8f6846d85.tar.gz
SERVER-29929 Report highest observed cluster time from change stream on each shard
Diffstat (limited to 'src/mongo/db/exec/pipeline_proxy.h')
-rw-r--r--src/mongo/db/exec/pipeline_proxy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/exec/pipeline_proxy.h b/src/mongo/db/exec/pipeline_proxy.h
index bb6c6645eb1..973f69e79c2 100644
--- a/src/mongo/db/exec/pipeline_proxy.h
+++ b/src/mongo/db/exec/pipeline_proxy.h
@@ -74,6 +74,11 @@ public:
MONGO_UNREACHABLE;
}
+ /**
+ * Pass through the last oplog timestamp from the proxied pipeline.
+ */
+ Timestamp getLatestOplogTimestamp() const;
+
std::string getPlanSummaryStr() const;
void getPlanSummaryStats(PlanSummaryStats* statsOut) const;