com.yourkit.api
Class PeriodicSnapshotTriggerStatus
java.lang.Object
com.yourkit.api.PeriodicSnapshotTriggerStatus
public final class PeriodicSnapshotTriggerStatus
- extends java.lang.Object
Status of periodic snapshot trigger - see detail in Help.
- See Also:
Controller.getPeriodicSnapshotTriggerStatus()
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
getPeriodSec
public int getPeriodSec()
- Returns:
- snapshot capture period in seconds; -1 if the trigger is disabled
getSnapshotFlags
public long getSnapshotFlags()
- Returns:
- what kind of snapshot to be captured; value is undefined if the trigger is disabled
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2003-2010 YourKit, LLC. All Rights Reserved.