Interface ClientInfo

    • Method Detail

      • getInstanceName

        String getInstanceName()
        Returns:
        Accumulo instance name
      • getZooKeepers

        String getZooKeepers()
        Returns:
        Zookeeper connection information for Accumulo instance
      • getZooKeepersSessionTimeOut

        int getZooKeepersSessionTimeOut()
        Returns:
        ZooKeeper connection timeout
      • getPrincipal

        String getPrincipal()
        Returns:
        Accumulo principal/username
      • saslEnabled

        boolean saslEnabled()
        Returns:
        True if SASL enabled
      • getProperties

        Properties getProperties()
        Returns:
        All Accumulo client properties set for this connection
      • getHadoopConf

        org.apache.hadoop.conf.Configuration getHadoopConf()
        Returns:
        hadoop Configuration
      • from

        static ClientInfo from​(Path propertiesFile)
        Returns:
        ClientInfo given path to client config file