Searched refs:getCapacity (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/remote/
H A DBufferedMonitoredVm.java56 int getCapacity(); method in interface:BufferedMonitoredVm
H A DRemoteVm.java59 int getCapacity() throws RemoteException; method in interface:RemoteVm
/openjdk7/jdk/src/share/classes/sun/tools/jstatd/
H A DRemoteVmImpl.java54 public int getCapacity() { method in class:RemoteVmImpl
55 return mvm.getCapacity();
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DAbstractMonitoredVm.java190 public int getCapacity() { method in class:AbstractMonitoredVm
191 return pdb.getCapacity();
H A DAbstractPerfDataBuffer.java79 public int getCapacity() { method in class:AbstractPerfDataBuffer
80 return impl.getCapacity();
H A DPerfDataBufferImpl.java140 public int getCapacity() { method in class:PerfDataBufferImpl
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DPerfDataBuffer.java63 ByteBuffer buffer = ByteBuffer.allocate(rvm.getCapacity());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaHeap.java52 return new Long(getCapacity());
216 buf.append(getCapacity());
252 private long getCapacity() { method in class:JSJavaHeap

Completed in 1302 milliseconds