Enum Class JdbcNodeServiceAuditorCount
java.lang.Object
java.lang.Enum<JdbcNodeServiceAuditorCount>
net.solarnetwork.central.common.dao.jdbc.JdbcNodeServiceAuditorCount
- All Implemented Interfaces:
Serializable,Comparable<JdbcNodeServiceAuditorCount>,Constable
Statistics for JDBC node service audit processing.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionJDBC connections created.Flushed counts to DB.Results added.Results re-added (from errors).SQL updates executed.SQL updates failed.Write threads ended.Write threads started.Zero-valued counts cleared. -
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcNodeServiceAuditorCountReturns the enum constant of this class with the specified name.static JdbcNodeServiceAuditorCount[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ResultsAdded
Results added. -
WriterThreadsStarted
Write threads started. -
WriterThreadsEnded
Write threads ended. -
ConnectionsCreated
JDBC connections created. -
CountsFlushed
Flushed counts to DB. -
ZeroCountsCleared
Zero-valued counts cleared. -
UpdatesExecuted
SQL updates executed. -
UpdatesFailed
SQL updates failed. -
ResultsReadded
Results re-added (from errors).
-
-
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
-