Searched refs:UnsignedInt64 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DUnsignedInt64.java33 public class UnsignedInt64 extends BigInteger { class in inherits:BigInteger
46 * Constructs a UnsignedInt64 with the same value as the given
52 public UnsignedInt64(String string) throws NumberFormatException method in class:UnsignedInt64
59 * Constructs a UnsignedInt64 with the same value as the given
65 public UnsignedInt64(String string, int radix) method in class:UnsignedInt64
73 * Constructs a UnsignedInt64 with the same value as the given
81 public UnsignedInt64(byte[] bytes) throws NumberFormatException method in class:UnsignedInt64
88 * Constructs an UnsignedInt64 with the same value as the given
94 public UnsignedInt64(BigInteger value) throws NumberFormatException method in class:UnsignedInt64
102 * UnsignedInt64
[all...]
H A DHRTime.java43 private UnsignedInt64 value;
55 * UnsignedInt64.
59 public HRTime(UnsignedInt64 value)
77 return (new HRTime(new UnsignedInt64(value
84 public UnsignedInt64 getValue()
106 private native UnsignedInt64 timestamp();
H A DMakefile43 UnsignedInt64.java \
H A DValue.java313 * Returns the value as a UnsignedInt64.
315 * @return the value as a UnsignedInt64.
317 * UnsignedInt64.
319 public final UnsignedInt64 getUnsignedInt64() throws PoolsException
369 * Returns the value as a UnsignedInt64.
372 * @return the value as a UnsignedInt64.
374 private final static native UnsignedInt64 getUnsignedInt64Value(
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java36 import com.sun.solaris.service.pools.UnsignedInt64;
73 * Get the value of this statistic as a UnsignedInt64.
75 public UnsignedInt64 getUnsignedInt64Value();
198 public abstract UnsignedInt64 getUnsignedInt64Value();
259 public UnsignedInt64 getUnsignedInt64Value()
261 return (new UnsignedInt64(Long.toString(((Double) getValue()).
347 public UnsignedInt64 getUnsignedInt64Value()
349 return (new UnsignedInt64(Long.toString(((Long) getValue()).
404 * A statistic of type UnsignedInt64.
419 public UnsignedInt64Statistic(UnsignedInt64 valu
[all...]
H A DResourceMonitor.java39 import com.sun.solaris.service.pools.UnsignedInt64;
235 idleV = ((UnsignedInt64) sv1.
238 total = total.add((UnsignedInt64) sv1.
H A DSystemMonitor.java254 UnsignedInt64 value;
258 value = (UnsignedInt64) kstat.
285 new UnsignedInt64(statsv[i].

Completed in 91 milliseconds