Class InProcessRelationalServer

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

@API(EXPERIMENTAL) public class InProcessRelationalServer extends Object implements Closeable
Launch an in-process 'direct-invocation' (no RPC) Relational GRPC Server. Each in-process server is identified by 'name'. Like RelationalServer only in-process and only runs the Relational GRPC Service and no other (no HealthCheck Service, etc.).
See Also: