Class InProcessRelationalServer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @API(EXPERIMENTAL)
    public class InProcessRelationalServer
    extends java.lang.Object
    implements java.io.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:
    RelationalServer
    • Constructor Detail

      • InProcessRelationalServer

        public InProcessRelationalServer()
    • Method Detail

      • getServerName

        public java.lang.String getServerName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException