Enum Class PrometheusThreadId
java.lang.Object
java.lang.Enum<PrometheusThreadId>
io.github.tonywasher.joceanus.prometheus.threads.PrometheusThreadId
- All Implemented Interfaces:
TethysUIMenuBarManager.TethysUIMenuId,Serializable,Comparable<PrometheusThreadId>,Constable
public enum PrometheusThreadId
extends Enum<PrometheusThreadId>
implements TethysUIMenuBarManager.TethysUIMenuId
Prometheus Thread Ids.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionChange Password.Create Backup.Create Database.Create Database Tabkes.Create XML Backup.Create XML Extract.Load Database.Purge Database.Renew Security.Restore Backup.Restore XML Backup.Store Database. -
Method Summary
Modifier and TypeMethodDescriptiontoString()static PrometheusThreadIdReturns the enum constant of this class with the specified name.static PrometheusThreadId[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATEDB
Create Database. -
CREATEDBTABLES
Create Database Tabkes. -
LOADDB
Load Database. -
STOREDB
Store Database. -
PURGEDB
Purge Database. -
CREATEBACKUP
Create Backup. -
RESTOREBACKUP
Restore Backup. -
CREATEXML
Create XML Backup. -
CREATEXTRACT
Create XML Extract. -
RESTOREXML
Restore XML Backup. -
RENEWSECURITY
Renew Security. -
CHANGEPASS
Change Password.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<PrometheusThreadId>
-