Class Server (0.22.1)

public class Server

Effectively this is the main class

Inheritance

java.lang.Object > Server

Static Methods

main(String[] args)

public static void main(String[] args)

Main method for running a Spanner PostgreSQL Adapter Server as a stand-alone application. Here we call for parameter parsing and start the Proxy Server.

Parameter
NameDescription
argsString[]

Constructors

Server()

public Server()