Uses of Class
oracle.jdbc.OracleConnection.ServerTelemetry
-
Packages that use OracleConnection.ServerTelemetry Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
-
Uses of OracleConnection.ServerTelemetry in oracle.jdbc
Methods in oracle.jdbc that return OracleConnection.ServerTelemetry Modifier and Type Method Description static OracleConnection.ServerTelemetryOracleConnection.ServerTelemetry. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OracleConnection.ServerTelemetry[]OracleConnection.ServerTelemetry. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.jdbc that return types with arguments of type OracleConnection.ServerTelemetry Modifier and Type Method Description default java.util.EnumSet<OracleConnection.ServerTelemetry>OracleConnection. getServerTelemetry()Returns an EnumSet containing the server-side observability services that are enabled.Method parameters in oracle.jdbc with type arguments of type OracleConnection.ServerTelemetry Modifier and Type Method Description default voidOracleConnection. setServerTelemetry(java.util.EnumSet<OracleConnection.ServerTelemetry> enabledServices)Enables server-side observability services configured in the EnumSet and disables those that are not.
-