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 ServerInstanceGraphServer. addVersionInfo(ServerInstance instance)static ServerInstanceGraphServer. getEmbeddedInstance()Connects to an embedded graph server.static ServerInstanceGraphServer. getInstance(java.lang.String baseUrl, java.lang.String kerberosTicketPath)Connects to a remote graph serverstatic ServerInstanceGraphServer. getInstance(java.lang.String baseUrl, java.lang.String username, char[] password)Connects to a remote graph serverstatic ServerInstanceGraphServer. getInstance(ClientConfig clientConfig, java.lang.String username, char[] password)Connects to a remote graph serverServerInstanceAdbGraphClient. getPgxInstance()Gets the PGXServerInstanceobject of an attached environment which can be used to create a newPgxSessionfor in-memory graph analysis.static ServerInstanceGraphServer. 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 ServerInstanceGraphServer. addVersionInfo(ServerInstance instance)static ServerInstanceGraphServer. 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 ServerInstancePgx. getInstance()Get a handle to a PGX instance usingPgx.getDefaultUrl().static ServerInstancePgx. getInstance(java.lang.String baseUrl)Get a handle to a PGX instance.static ServerInstancePgx. getInstance(java.lang.String baseUrl, java.lang.String token)Get a handle to a PGX instance, providing the token for authentication.static ServerInstancePgx. getInstance(java.lang.String baseUrl, oracle.pgx.realm.client.RealmClient realmClient)Get a handle to a PGX instance, using aRealmClientthat provides authentication tokensstatic ServerInstancePgx. getInstance(ClientConfig config)Get a handle to a PGX instance.static ServerInstancePgx. getInstance(ClientConfig config, oracle.pgx.realm.client.RealmClient realmClient)Get a handle to a PGX instance.ServerInstancePgxGraph. getPgxInstance()Gets the server instance.ServerInstancePgxSession. 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.StringStartupLogging. createVersionInfoString(java.util.function.Function<java.lang.String,java.lang.String> highlighter, java.lang.String shellVersion, ServerInstance instance)
-