summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-07-07 17:25:40 -0400
committerSpencer T Brody <spencer@mongodb.com>2015-07-14 17:11:20 -0400
commitd9500825fd369a98e177eeedbe9c64dbcf8d9392 (patch)
tree21ec5203a9a5b7026a40ca85957771c3da081ff3 /src/mongo/s/chunk.h
parente749ffad9b4fe3110d97f366ebe39e7c9a4edd9d (diff)
downloadmongo-d9500825fd369a98e177eeedbe9c64dbcf8d9392.tar.gz
SERVER-18594 RS Catalog Manager implementation of shardCollection
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r--src/mongo/s/chunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index 6a855fdcfe6..f519ee95676 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -158,6 +158,7 @@ public:
void pickMedianKey(BSONObj& medianKey) const;
/**
+ * Ask the mongod holding this chunk to figure out the split points.
* @param splitPoints vector to be filled in
* @param chunkSize chunk size to target in bytes
* @param maxPoints limits the number of split points that are needed, zero is max (optional)