Class Timespecs

java.lang.Object
net.quasardb.qdb.ts.Timespecs
All Implemented Interfaces:
Serializable

public class Timespecs extends Object implements Serializable
Efficient, array-based representation of many timespecs. Primarily used for efficient transfer of large amount of timespecs to and from JNI.
See Also:
  • Field Details

    • sec

      public long[] sec
    • nsec

      public long[] nsec
  • Constructor Details

    • Timespecs

      public Timespecs(long[] sec, long[] nsec)
  • Method Details