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

water.util.JStack Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
package water.util;

import water.Iced;
import water.H2O;

public class JStack extends Iced {
  public JStackCollectorTask.DStackTrace _traces[];

  public JStack execImpl() {
    _traces = new JStackCollectorTask().doAllNodes()._traces;
    return this;                // flow coding
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy