File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hbase-common/src/main/java/org/apache/hadoop/hbase Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
* When finished with a ChoreService it is good practice to call {@link ChoreService#shutdown()}.
51
51
* Calling this method ensures that all scheduled chores are cancelled and cleaned up properly.
52
52
*/
53
- @ InterfaceAudience .Public
53
+ @ InterfaceAudience .Private
54
54
public class ChoreService {
55
55
private static final Logger LOG = LoggerFactory .getLogger (ChoreService .class );
56
56
Original file line number Diff line number Diff line change 38
38
* Don't subclass ScheduledChore if the task relies on being woken up for something to do, such as
39
39
* an entry being added to a queue, etc.
40
40
*/
41
- @ InterfaceAudience .Public
41
+ @ InterfaceAudience .Private
42
42
public abstract class ScheduledChore implements Runnable {
43
43
private static final Logger LOG = LoggerFactory .getLogger (ScheduledChore .class );
44
44
You can’t perform that action at this time.
0 commit comments