Uses of Enum
oracle.nosql.driver.StatsControl.Profile
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
-
Uses of StatsControl.Profile in oracle.nosql.driver
Modifier and TypeFieldDescriptionstatic final StatsControl.Profile
NoSQLHandleConfig.DEFAULT_STATS_PROFILE
Default profile for statsModifier and TypeMethodDescriptionStatsControl.getProfile()
Returns the collection profile.NoSQLHandleConfig.getStatsProfile()
Returns the statistics collection profile.static StatsControl.Profile
Returns the enum constant of this type with the specified name.static StatsControl.Profile[]
StatsControl.Profile.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStatsControl.setProfile
(StatsControl.Profile profile) Set the stats collection profile.NoSQLHandleConfig.setStatsProfile
(StatsControl.Profile statsProfile) Set the statistics collection profile.