Class InProcessRelationalServer
java.lang.Object
com.apple.foundationdb.relational.server.InProcessRelationalServer
- All Implemented Interfaces:
Closeable
,AutoCloseable
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:
-
Constructor Details
-
InProcessRelationalServer
public InProcessRelationalServer() -
InProcessRelationalServer
-
-
Method Details
-
getServerName
-
toString
-
start
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-