Java org.apache.mahout.common IOUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.common IOUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.common IOUtils.

The text is from its open source code.

Method

voidclose(Collection closeables)
make sure to close all sources, log all of the problems occurred, clear closeables (to prevent repeating close attempts), re-throw the last one at the end.
voidquietClose(ResultSet closeable)
voidquietClose(Statement closeable)
voidquietClose(Connection closeable)
voidquietClose(ResultSet resultSet, Statement statement, Connection connection)
Closes a ResultSet , Statement and Connection (if not null) and logs (but does not rethrow) any resulting SQLException .