All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.api.WaterMeterCpuTicksHandler Maven / Gradle / Ivy

package water.api;

import water.util.WaterMeterCpuTicks;

public class WaterMeterCpuTicksHandler extends Handler {
  @SuppressWarnings("unused") // called through reflection by RequestServer
  public WaterMeterCpuTicksV3 fetch(int version, WaterMeterCpuTicksV3 s) {
    WaterMeterCpuTicks impl = s.createAndFillImpl();
    impl.doIt();
    return s.fillFromImpl(impl);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy