HADOOP-16344. Make DurationInfo public unstable.
Contributed by Huan-Ping Su Change-Id: I64a94cf382f9db78b4ef49a3912f25f0d906af7c
This commit is contained in:
parent
f7c77b395f
commit
829848ba2e
|
@ -29,8 +29,8 @@ import org.apache.hadoop.classification.InterfaceStability;
|
||||||
* This allows it to be used in a try-with-resources clause, and have the
|
* This allows it to be used in a try-with-resources clause, and have the
|
||||||
* duration automatically logged.
|
* duration automatically logged.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Private
|
@Public
|
||||||
@InterfaceStability.Unstable
|
@Unstable
|
||||||
public class DurationInfo extends OperationDuration
|
public class DurationInfo extends OperationDuration
|
||||||
implements AutoCloseable {
|
implements AutoCloseable {
|
||||||
private final String text;
|
private final String text;
|
||||||
|
|
Loading…
Reference in New Issue