summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-10-25 14:31:46 +0000
committerTor Egge <Tor.Egge@oath.com>2017-10-25 14:34:15 +0000
commitf056cc04011cb956e0a6f68b99004772691f57ca (patch)
tree6c64d2baf007f412eb6f2fa265e93b4a1cb22c62 /storageapi
parent9606e88b7ca082f36eb38b0e197a0513f76ef6eb (diff)
Make document::BucketSpace a mandatory argument to
ServiceLayerComponent::getBucketDatabase().
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/bucket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/message/bucket.h b/storageapi/src/vespa/storageapi/message/bucket.h
index 0c97772d184..05838600a24 100644
--- a/storageapi/src/vespa/storageapi/message/bucket.h
+++ b/storageapi/src/vespa/storageapi/message/bucket.h
@@ -362,6 +362,7 @@ public:
const lib::ClusterState& getSystemState() const { return *_state; }
const vespalib::string& getDistributionHash() const { return _distributionHash; }
+ document::BucketSpace getBucketSpace() const { return _bucketSpace; }
void print(std::ostream& out, bool verbose, const std::string& indent) const override;