public interface RemotePerfStatMgr
extends java.rmi.Remote
RemotePerfStatMgrImpl object.
Test code should not invoke this object directly. Instead, it should use
PerfStatMgr.getInstance().PerfStatMgr| Modifier and Type | Method and Description |
|---|---|
void |
endTrim(java.lang.String trimspecName)
See
PerfStatMgr.endTrim(String) for
application usage. |
TrimSpec |
getTrimSpec(java.lang.String trimspecName)
See
perffmwk.PerfStatMgr#getTrimSpec(String) for
application usage. |
void |
registerStatistics(java.util.List statSpecs)
|
void |
reportExtendedTrimInterval(TrimInterval interval)
See
PerfStatMgr.reportExtendedTrimInterval(TrimInterval) for
application usage. |
void |
reportExtendedTrimIntervals(java.util.Map intervals)
See
PerfStatMgr.reportExtendedTrimIntervals(Map) for
application usage. |
void |
reportTrimInterval(TrimInterval interval)
See
PerfStatMgr.reportTrimInterval(TrimInterval) for
application usage. |
void |
reportTrimIntervals(java.util.Map intervals)
See
PerfStatMgr.reportTrimIntervals(Map) for
application usage. |
void |
startTrim(java.lang.String trimspecName)
See
PerfStatMgr.startTrim(String) for
application usage. |
void startTrim(java.lang.String trimspecName)
throws java.rmi.RemoteException
PerfStatMgr.startTrim(String) for
application usage.java.rmi.RemoteExceptionvoid endTrim(java.lang.String trimspecName)
throws java.rmi.RemoteException
PerfStatMgr.endTrim(String) for
application usage.java.rmi.RemoteExceptionvoid reportTrimInterval(TrimInterval interval) throws java.rmi.RemoteException
PerfStatMgr.reportTrimInterval(TrimInterval) for
application usage.java.rmi.RemoteExceptionvoid reportExtendedTrimInterval(TrimInterval interval) throws java.rmi.RemoteException
PerfStatMgr.reportExtendedTrimInterval(TrimInterval) for
application usage.java.rmi.RemoteExceptionvoid reportTrimIntervals(java.util.Map intervals)
throws java.rmi.RemoteException
PerfStatMgr.reportTrimIntervals(Map) for
application usage.java.rmi.RemoteExceptionvoid reportExtendedTrimIntervals(java.util.Map intervals)
throws java.rmi.RemoteException
PerfStatMgr.reportExtendedTrimIntervals(Map) for
application usage.java.rmi.RemoteExceptionTrimSpec getTrimSpec(java.lang.String trimspecName) throws java.rmi.RemoteException
perffmwk.PerfStatMgr#getTrimSpec(String) for
application usage.java.rmi.RemoteExceptionvoid registerStatistics(java.util.List statSpecs)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.