Uses of Class
oracle.pgx.api.ServerInstance
-
Packages that use ServerInstance Package Description oracle.pg.rdbms oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.admin This package contains the administrative interfaces of PGX. -
-
Uses of ServerInstance in oracle.pg.rdbms
Methods in oracle.pg.rdbms that return ServerInstance Modifier and Type Method Description static ServerInstance
GraphServer. addVersionInfo(ServerInstance instance)
static ServerInstance
GraphServer. getEmbeddedInstance()
Connects to an embedded graph server.static ServerInstance
GraphServer. getInstance(java.lang.String baseUrl, java.lang.String kerberosTicketPath)
Connects to a remote graph serverstatic ServerInstance
GraphServer. getInstance(java.lang.String baseUrl, java.lang.String username, char[] password)
Connects to a remote graph serverstatic ServerInstance
GraphServer. getInstance(ClientConfig clientConfig, java.lang.String username, char[] password)
Connects to a remote graph serverServerInstance
AdbGraphClient. getPgxInstance()
Gets the PGXServerInstance
object of an attached environment which can be used to create a newPgxSession
for in-memory graph analysis.static ServerInstance
GraphServer. reauthenticate(ServerInstance instance, java.lang.String username, char[] password)
Re-authenticates an existing ServerInstance object with a remote serverMethods in oracle.pg.rdbms with parameters of type ServerInstance Modifier and Type Method Description static ServerInstance
GraphServer. addVersionInfo(ServerInstance instance)
static ServerInstance
GraphServer. reauthenticate(ServerInstance instance, java.lang.String username, char[] password)
Re-authenticates an existing ServerInstance object with a remote server -
Uses of ServerInstance in oracle.pgx.api
Methods in oracle.pgx.api that return ServerInstance Modifier and Type Method Description static ServerInstance
Pgx. getInstance()
Get a handle to a PGX instance usingPgx.getDefaultUrl()
.static ServerInstance
Pgx. getInstance(java.lang.String baseUrl)
Get a handle to a PGX instance.static ServerInstance
Pgx. getInstance(java.lang.String baseUrl, java.lang.String token)
Get a handle to a PGX instance, providing the token for authentication.static ServerInstance
Pgx. getInstance(java.lang.String baseUrl, oracle.pgx.realm.client.RealmClient realmClient)
Get a handle to a PGX instance, using aRealmClient
that provides authentication tokensstatic ServerInstance
Pgx. getInstance(ClientConfig config)
Get a handle to a PGX instance.static ServerInstance
Pgx. getInstance(ClientConfig config, oracle.pgx.realm.client.RealmClient realmClient)
Get a handle to a PGX instance.ServerInstance
PgxGraph. getPgxInstance()
Gets the server instance.ServerInstance
PgxSession. getServerInstance()
Gets the server instance. -
Uses of ServerInstance in oracle.pgx.api.admin
Methods in oracle.pgx.api.admin with parameters of type ServerInstance Modifier and Type Method Description static java.lang.String
StartupLogging. createVersionInfoString(java.util.function.Function<java.lang.String,java.lang.String> highlighter, java.lang.String shellVersion, ServerInstance instance)
-