Uses of Class
com.streambase.sb.monitor.Snapshot.Status
-
Packages that use Snapshot.Status Package Description com.streambase.sb.monitor Provides classes and interfaces to monitor the behavior of a running StreamBase server. -
-
Uses of Snapshot.Status in com.streambase.sb.monitor
Methods in com.streambase.sb.monitor that return Snapshot.Status Modifier and Type Method Description static Snapshot.Status
Snapshot.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Snapshot.Status[]
Snapshot.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-