Uses of Enum
oracle.nosql.driver.StatsControl.Profile
Packages that use 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
Fields in oracle.nosql.driver declared as StatsControl.ProfileModifier and TypeFieldDescriptionstatic final StatsControl.Profile
NoSQLHandleConfig.DEFAULT_STATS_PROFILE
Default profile for statsMethods in oracle.nosql.driver that return StatsControl.ProfileModifier 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.Methods in oracle.nosql.driver with parameters of type StatsControl.ProfileModifier and TypeMethodDescriptionStatsControl.setProfile
(StatsControl.Profile profile) Set the stats collection profile.final NoSQLHandleConfig
NoSQLHandleConfig.setStatsProfile
(StatsControl.Profile statsProfile) Set the statistics collection profile.