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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DProperty.java62 public long getLongProperty(String name) throws PoolsException; method in interface:Property
H A DElement.java200 public long getLongProperty(String name) throws PoolsException method in class:Element
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityGroup.java161 int id = (int) comp.getLongProperty("cpu.sys_id");
184 if (set_cpus[i] == (int)comp.getLongProperty(
H A DLocalityDomain.java173 int id = (int) comp.getLongProperty(CPU_SYS_ID);
199 int id = (int) comp.getLongProperty(CPU_SYS_ID);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java145 interval = (int)conf.getLongProperty(
250 (int) cpu.getLongProperty("cpu.sys_id"),
H A DSystemSolver.java481 getLongProperty("pool.importance");
819 size = res.getLongProperty(type+".size");
820 max = res.getLongProperty(type+".max");
851 size = res.getLongProperty(type+".size");
856 min = res.getLongProperty(type+".min");
H A DObjective.java375 res.getLongProperty("pset.min"),
376 res.getLongProperty("pset.max"));
699 int cpuid = (int) currentCPU.getLongProperty("cpu.sys_id");
948 * to getLongProperty() (which is the most expensive call in this code)
1015 int cpuid = (int) cpu.getLongProperty("cpu.sys_id");

Completed in 92 milliseconds