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

water.api.GarbageCollectHandler Maven / Gradle / Ivy

package water.api;

import water.H2O;

public class GarbageCollectHandler extends Handler {
  @SuppressWarnings("unused") // called through reflection by RequestServer
  public GarbageCollectV3 gc(int version, GarbageCollectV3 s) {
    H2O.gc();
    return s;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy