Class RelationalServer

java.lang.Object
com.apple.foundationdb.relational.server.RelationalServer
All Implemented Interfaces:
Closeable, AutoCloseable

@API(EXPERIMENTAL) public class RelationalServer extends Object implements Closeable
Relational Server. Hosts the JDBC GRPC Service and an HTTP server to export metrics on. (On why two ports in one server, see prometheus issue for discussion https://github.com/prometheus/prometheus/issues/8414)
See Also:
  • Constructor Details

    • RelationalServer

      public RelationalServer(int grpcPort, int httpPort)
  • Method Details