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