# -*- python-mode -*-

# List describing the ActionTypes that should be created.
# Please note that the order of the elements is not guaranteed to be the same across versions.
# This means that the integer value assigned to each ActionType and used internally in ActionSet
# also may change between versions.
["addShard",
"captrunc",
"clean",
"clone",
"cloneCollectionLocalSource",
"cloneCollectionTarget",
"closeAllDatabases",
"collMod",
"collStats",
"compact",
"connPoolStats",
"connPoolSync",
"convertToCapped",
"copyDBTarget",
"cpuProfiler",
"createCollection",
"cursorInfo",
"dbHash",
"dbStats",
"diagLogging",
"dropCollection",
"dropDatabase",
"dropIndexes",
"emptycapped",
"enableSharding",
"ensureIndex",
"find",
"flushRouterConfig",
"fsync",
"getCmdLineOpts",
"getLog",
"getParameter",
"getShardMap",
"getShardVersion",
"handshake",
"hostInfo",
"indexRead",
"indexStats",
"inprog",
"insert",
"killCursors",
"killop",
"listDatabases",
"listShards",
"logRotate",
"mapReduceShardedFinish",
"moveChunk",
"movePrimary",
"netstat",
"profileEnable",
"profileRead",
"reIndex",
"remove",
"removeShard",
"renameCollectionSameDB",
"repairDatabase",
"replSetElect",
"replSetFreeze",
"replSetFresh",
"replSetGetRBID",
"replSetGetStatus",
"replSetHeartbeat",
"replSetInitiate",
"replSetMaintenance",
"replSetReconfig",
"replSetStepDown",
"replSetSyncFrom",
"resync",
"serverStatus",
"setParameter",
"setShardVersion",
"shardCollection",
"shardingState",
"shutdown",
"split",
"splitChunk",
"splitVector",
"storageDetails",
"top",
"touch",
"unlock",
"unsetSharding",
"update",
"userAdmin",
"validate",
"writebacklisten",
"writeBacksQueued",
"_migrateClone",
"_recvChunkAbort",
"_recvChunkCommit",
"_recvChunkStart",
"_recvChunkStatus",
"_transferMods"]

