HBASe-26082 Mark LocalHBaseCluster as IA.Private (#3471)
Signed-off-by: Yulin Niu <niuyulin@apache.org> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
This commit is contained in:
parent
d1815445fd
commit
9f21eec777
|
@ -56,7 +56,7 @@ import org.slf4j.LoggerFactory;
|
|||
* instead of 16000.
|
||||
*
|
||||
*/
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceAudience.Private
|
||||
public class LocalHBaseCluster {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(LocalHBaseCluster.class);
|
||||
private final List<JVMClusterUtil.MasterThread> masterThreads = new CopyOnWriteArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue