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