congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
RemoteJudgeRequest$RemoteJudgeRequestBuilder
Code IndexAdd Tabnine to your IDE (free)

How to use
RemoteJudgeRequest$RemoteJudgeRequestBuilder
in
com.netflix.kayenta.judge.model

Best Java code snippets using com.netflix.kayenta.judge.model.RemoteJudgeRequest$RemoteJudgeRequestBuilder (Showing top 2 results out of 315)

origin: com.netflix.kayenta/kayenta-judge

 @Override
 public CanaryJudgeResult judge(CanaryConfig canaryConfig,
                 CanaryClassifierThresholdsConfig scoreThresholds,
                 List<MetricSetPair> metricSetPairList) {

  RemoteJudgeService remoteJudge = retrofitClientFactory.createClient(
   RemoteJudgeService.class,
   new JacksonConverter(kayentaObjectMapper),
   endpoint,
   httpClient);

  RemoteJudgeRequest judgeRequest = RemoteJudgeRequest.builder()
   .canaryConfig(canaryConfig)
   .metricSetPairList(metricSetPairList)
   .scoreThresholds(scoreThresholds)
   .build();

  return remoteJudge.judge(judgeRequest);
 }
}
origin: spinnaker/kayenta

 @Override
 public CanaryJudgeResult judge(CanaryConfig canaryConfig,
                 CanaryClassifierThresholdsConfig scoreThresholds,
                 List<MetricSetPair> metricSetPairList) {

  RemoteJudgeService remoteJudge = retrofitClientFactory.createClient(
   RemoteJudgeService.class,
   new JacksonConverter(kayentaObjectMapper),
   endpoint,
   httpClient);

  RemoteJudgeRequest judgeRequest = RemoteJudgeRequest.builder()
   .canaryConfig(canaryConfig)
   .metricSetPairList(metricSetPairList)
   .scoreThresholds(scoreThresholds)
   .build();

  return remoteJudge.judge(judgeRequest);
 }
}
com.netflix.kayenta.judge.modelRemoteJudgeRequest$RemoteJudgeRequestBuilder

Most used methods

  • build
  • canaryConfig
  • metricSetPairList
  • scoreThresholds

Popular in Java

  • Updating database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getExternalFilesDir (Context)
  • setContentView (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now