Package py4j

Interface Py4JClientConnection

    • Method Detail

      • sendCommand

        java.lang.String sendCommand​(java.lang.String command)
      • sendCommand

        java.lang.String sendCommand​(java.lang.String command,
                                     boolean blocking)
      • shutdown

        void shutdown()
      • shutdown

        void shutdown​(boolean reset)
      • start

        void start()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • setUsed

        void setUsed​(boolean used)
      • wasUsed

        boolean wasUsed()