Uses of Interface
oracle.pgx.api.admin.Control
-
Packages that use Control Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of Control in oracle.pgx.api
Methods in oracle.pgx.api that return types with arguments of type Control Modifier and Type Method Description PgxFuture<Control>
ServerInstance. getControl()
Constructor parameters in oracle.pgx.api with type arguments of type Control Constructor Description ElasticityController(PgxFuture<Control> control)
Builds a ElasticityController given a PgxFuture<Control> object
-