Interface AccumuloClient.ClientFactory<T>

    • Method Detail

      • withUncaughtExceptionHandler

        AccumuloClient.ClientFactory<T> withUncaughtExceptionHandler​(Thread.UncaughtExceptionHandler ueh)
        Override default handling of uncaught exceptions in client threads
        Parameters:
        ueh - UncaughtExceptionHandler implementation
        Returns:
        AccumuloClient or Properties
        Since:
        2.1.0
      • build

        T build()
        Builds AccumuloClient or client Properties
        Returns:
        AccumuloClient or Properties