# File lib/riddle/configuration/distributed_index.rb, line 16
      def initialize(name)
        @name             = name
        @local_indices    = []
        @remote_indices   = []
        @agent_blackhole  = []
      end