HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat
This commit is contained in:
parent
b4dc778c3b
commit
21fe1d27d2
|
@ -15,13 +15,12 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.hadoop.hbase.regionserver;
|
package org.apache.hadoop.hbase.regionserver;
|
||||||
|
|
||||||
import org.apache.yetus.audience.InterfaceAudience;
|
|
||||||
|
|
||||||
import java.io.Closeable;
|
import java.io.Closeable;
|
||||||
|
|
||||||
|
import org.apache.yetus.audience.InterfaceAudience;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This interface will be implemented to allow region server to push table metrics into
|
* This interface will be implemented to allow region server to push table metrics into
|
||||||
* MetricsRegionAggregateSource that will in turn push data to the Hadoop metrics system.
|
* MetricsRegionAggregateSource that will in turn push data to the Hadoop metrics system.
|
||||||
|
|
Loading…
Reference in New Issue