summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2019-01-31 19:43:19 -0500
committerBenety Goh <benety@mongodb.com>2019-01-31 19:43:34 -0500
commit066d681d4c0377da30aa0fc262826d67e9b1ad69 (patch)
tree32b7374588544d04332fea07d4cd17a4a65f0dd2 /src/mongo/db/index_builds_coordinator_mongod.h
parent9606de0f0f3166b9c8fcff033f2476af2937f685 (diff)
downloadmongo-066d681d4c0377da30aa0fc262826d67e9b1ad69.tar.gz
SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.
rename IndexBuildsCoordinator::buildIndex() to startIndexBuild() add ReplIndexBuildState::dbName and use in IndexBuildsCoordinator registration add IndexBuildsManager::isBackgroundBuilding() remove unused IndexBuildsManager::finishConstraintPhase() add IndexBuildsManager::drainBackgroundWrites() remove nss argument from IndexBuildsManager::setUpIndexBuild()
Diffstat (limited to 'src/mongo/db/index_builds_coordinator_mongod.h')
-rw-r--r--src/mongo/db/index_builds_coordinator_mongod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_builds_coordinator_mongod.h b/src/mongo/db/index_builds_coordinator_mongod.h
index efca8bb628c..fc84ce9d04b 100644
--- a/src/mongo/db/index_builds_coordinator_mongod.h
+++ b/src/mongo/db/index_builds_coordinator_mongod.h
@@ -69,7 +69,7 @@ public:
*
* Returns an error status if there are any errors setting up the index build.
*/
- StatusWith<SharedSemiFuture<ReplIndexBuildState::IndexCatalogStats>> buildIndex(
+ StatusWith<SharedSemiFuture<ReplIndexBuildState::IndexCatalogStats>> startIndexBuild(
OperationContext* opCtx,
CollectionUUID collectionUUID,
const std::vector<BSONObj>& specs,