+ * The Client will be automatically shut down when used with try-with-resource statement + *
+ */ + @Override + public void close() throws ExecutionException, InterruptedException { + this.shutdown().get(); + } + /** * Get the RiakCluster being used by this client. *