Class PrestoClient

java.lang.Object
io.trino.benchto.driver.presto.PrestoClient

@Component @ConditionalOnProperty(prefix="presto", value="url") public class PrestoClient extends Object
  • Constructor Details

    • PrestoClient

      public PrestoClient()
  • Method Details

    • loadMetrics

      @Retryable(value=org.springframework.web.client.RestClientException.class, backoff=@Backoff(1000L)) public List<Measurement> loadMetrics(String queryId)
    • getQueryInfo

      @Retryable(value=org.springframework.web.client.RestClientException.class, backoff=@Backoff(1000L)) public String getQueryInfo(String queryId)