Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.poll()
Starts polling the server using a background thread using
AdbGraphClientConfiguration.getExecutorService() and updates this job's status and log as results come in. |
Job |
AdbGraphClient.restartEnvironment()
Starts re-attaching the Autonomous Database to a new environment.
|
Job |
AdbGraphClient.startEnvironment(int memory)
Starts attaching the Autonomous Database to a new environment.
|
Job |
AdbGraphClient.stopEnvironment()
Starts detaching the Autonomous Database from the current environment.
|