summaryrefslogtreecommitdiff
path: root/s/shard.h
diff options
context:
space:
mode:
authorAlberto Lerner <alerner@10gen.com>2010-09-12 13:01:05 -0400
committerAlberto Lerner <alerner@10gen.com>2010-09-12 13:01:05 -0400
commitf70b0594a55a794de26f12a493ac276fd9e576a1 (patch)
tree327907e520282092652fd773285de67062320aba /s/shard.h
parent227acd8528b23a6cd4fcf3fe3943872f418ed51f (diff)
downloadmongo-f70b0594a55a794de26f12a493ac276fd9e576a1.tar.gz
comments
Diffstat (limited to 's/shard.h')
-rw-r--r--s/shard.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/s/shard.h b/s/shard.h
index 5055a201c87..ed8cc901e82 100644
--- a/s/shard.h
+++ b/s/shard.h
@@ -1,4 +1,4 @@
-// shard.h
+// @file shard.h
/**
* Copyright (C) 2008 10gen Inc.
@@ -26,6 +26,11 @@ namespace mongo {
class ShardConnection;
class ShardStatus;
+ /*
+ * A "shard" is a database (replica pair typically) which represents
+ * one partition of the overall database.
+ */
+
class Shard {
public:
Shard()