Package water.util

Examples of water.util.TimelineSnapshot


  @Override protected TimelineV2 schema(int version) {  return new TimelineV2(); }
  @Override public void compute2() { throw H2O.unimpl(); }

  // TODO: should return a base class for TimelineVx
  public TimelineV2 fetch(int version, Timeline t) {
    t.snapshot = new TimelineSnapshot(H2O.CLOUD,TimeLine.system_snapshot());
    return schema(version).fillFromImpl(t);
  }
View Full Code Here

TOP

Related Classes of water.util.TimelineSnapshot

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.