Uses of Interface
oracle.nosql.driver.StatsControl
-
Packages that use StatsControl 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 in oracle.nosql.driver
Methods in oracle.nosql.driver that return StatsControl Modifier and Type Method Description StatsControlNoSQLHandle. getStatsControl()Returns an object that allows control over how statistics are collected.StatsControlStatsControl. setPrettyPrint(boolean enablePrettyPrint)Enable JSON pretty print for easier human reading.StatsControlStatsControl. setProfile(StatsControl.Profile profile)Set the stats collection profile.StatsControlStatsControl. setStatsHandler(StatsControl.StatsHandler handler)Registers a stats handler.
-