aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/documentdb.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/documentdb.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/documentdb.h b/searchcore/src/vespa/searchcore/proton/server/documentdb.h
index bec1b88c0c9..2932d21b47e 100644
--- a/searchcore/src/vespa/searchcore/proton/server/documentdb.h
+++ b/searchcore/src/vespa/searchcore/proton/server/documentdb.h
@@ -253,14 +253,6 @@ public:
const HwInfo &hwInfo);
/**
- * Expose a cost view of the session manager. This is used by the
- * document db explorer.
- **/
- const matching::SessionManager &session_manager() const {
- return *_sessionManager;
- }
-
- /**
* Frees any allocated resources. This will also stop the internal thread
* and wait for it to finish. All pending tasks are deleted.
*/
@@ -392,6 +384,7 @@ public:
document::BucketSpace getBucketSpace() const override;
vespalib::string getName() const override;
uint32_t getDistributionKey() const override;
+ matching::SessionManager &session_manager() override;
/**
* Implements IFeedHandlerOwner