HomeSort by relevance Sort by last modified time
    Searched refs:execute_query (Results 1 - 3 of 3) sorted by null

  /external/autotest/site_utils/
es_reindex.py 51 result = autotest_es.execute_query(index=options.old, host=options.host,
64 result = es.execute_query(index=options.new, host=options.host,
  /external/autotest/client/common_lib/cros/graphite/
autotest_es.py 58 To send a query once it is created, call execute_query() to send it to the
128 def execute_query(host=METADATA_ES_SERVER, port=ES_PORT, function
133 its execute_query() function. For an explanation of each, see those
138 return esmd.execute_query(*args, **kwargs)
es_utils.py 60 To send a query once it is created, call execute_query() to send it to the
346 def execute_query(self, query): member in class:ESMetadata
441 return self.execute_query(query)

Completed in 63 milliseconds