Home
last modified time | relevance | path

Searched refs:getLongValue (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java65 public Long getLongValue(); in getLongValue() method
196 public abstract Long getLongValue(); in getLongValue() method in AbstractStatistic
254 public Long getLongValue() in getLongValue() method in DoubleStatistic
342 public Long getLongValue() in getLongValue() method in LongStatistic
355 Long v1 = getLongValue(); in add()
356 Long v2 = o.getLongValue(); in add()
365 Long v1 = getLongValue(); in subtract()
366 Long v2 = o.getLongValue(); in subtract()
392 total += s.getLongValue().longValue(); in getSnapshotForInterval()
430 public Long getLongValue() in getLongValue() method in UnsignedInt64Statistic
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java332 return (getLongValue(_this)); in getLong()
383 private final static native long getLongValue(long pointer); in getLongValue() method in Value