Class GremlinClient

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Cluster _cluster  
      private static org.apache.logging.log4j.Logger log
      Logging .
    • Constructor Summary

      Constructors 
      Constructor Description
      GremlinClient​(java.lang.String hostname, int port)
      Create with connection parameters.
    • Field Detail

      • log

        private static org.apache.logging.log4j.Logger log
        Logging .
    • Constructor Detail

      • GremlinClient

        public GremlinClient​(java.lang.String hostname,
                             int port)
        Create with connection parameters.
        Parameters:
        hostname - The Gremlin hostname.
        table - The Gremlin port.
    • Method Detail

      • open

        public abstract void open​(java.lang.String hostname,
                                  int port)
        Open.
        Parameters:
        hostname - The Gremlin hostname.
        table - The Gremlin port.
      • connect

        public abstract void connect()
        Connect client.
      • close

        public abstract void close()
        Close client.