| Interface and Description |
|---|
| tech.mlsql.common.utils.io.InputSupplier
For
InputSupplier<? extends InputStream>, use
ByteSource instead. For InputSupplier<? extends Reader>,
use CharSource. Implementations of InputSupplier that
don't fall into one of those categories do not benefit from any of the
methods in common.io and should use a different interface. This
interface is scheduled for removal in June 2015. |
| tech.mlsql.common.utils.io.OutputSupplier
For
OutputSupplier<? extends OutputStream>, use
ByteSink instead. For OutputSupplier<? extends Writer>,
use CharSink. Implementations of OutputSupplier that
don't fall into one of those categories do not benefit from any of the
methods in common.io and should use a different interface. This
interface is scheduled for removal in June 2015. |
| Constructor and Description |
|---|
| tech.mlsql.common.utils.base.Stopwatch()
Use
Stopwatch.createUnstarted() instead. This
constructor is scheduled to be removed in Guava release 17.0. |
| tech.mlsql.common.utils.base.Stopwatch(Ticker)
Use
Stopwatch.createUnstarted(Ticker) instead. This
constructor is scheduled to be removed in Guava release 17.0. |
Copyright © 2020. All rights reserved.