Uses of Class
oracle.nosql.driver.StatsControl.Profile
-
Packages that use StatsControl.Profile Package Description oracle.nosql.driver 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.Profile Modifier and Type Field Description static StatsControl.ProfileNoSQLHandleConfig. DEFAULT_STATS_PROFILEMethods in oracle.nosql.driver that return StatsControl.Profile Modifier and Type Method Description StatsControl.ProfileStatsControl. getProfile()Returns the collection profile.StatsControl.ProfileNoSQLHandleConfig. getStatsProfile()Returns the statistics collection profile.static StatsControl.ProfileStatsControl.Profile. valueOf(String name)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.Profile Modifier and Type Method Description StatsControlStatsControl. setProfile(StatsControl.Profile profile)Set the stats collection profile.NoSQLHandleConfigNoSQLHandleConfig. setStatsProfile(StatsControl.Profile statsProfile)Set the statistics collection profile.
-