Home | History | Annotate | Download | only in puppylab

Lines Matching refs:NUM_SHARDS

57 NUM_SHARDS = 1
117 def _register_shards(self, num_shards):
118 """Register num_shards worth of shard info.
135 @param num_shards: The number of shards we wish to add to the cluster.
141 for num in range(1, num_shards+1):
166 num_shards=1):
172 @param num_shards: The number of shards in the cluster. Each shard
177 self._register_shards(num_shards)
278 def bringup_cluster(admin_repo, num_shards=NUM_SHARDS, start_safe=False):
282 @param num_shards: Number of shards. You cannot change
296 vagrant_master_name='master', num_shards=num_shards)