HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public (Contributed by Ted Yu)
(cherry picked from commit4b0e59fdc0
) (cherry picked from commite79a5e4460
)
This commit is contained in:
parent
19c149cdb9
commit
8d6fb15b03
|
@ -1876,6 +1876,9 @@ Release 2.6.5 - UNRELEASED
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public
|
||||||
|
(Ted Yu via vinayakumarb)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -25,7 +25,7 @@ import org.apache.hadoop.classification.InterfaceStability;
|
||||||
* FSDataInputStreams implement this interface to indicate that they can clear
|
* FSDataInputStreams implement this interface to indicate that they can clear
|
||||||
* their buffers on request.
|
* their buffers on request.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Public
|
||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
public interface CanUnbuffer {
|
public interface CanUnbuffer {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue