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 40
40
* Don't subclass ScheduledChore if the task relies on being woken up for something to do, such as
41
41
* an entry being added to a queue, etc.
42
42
*/
43
- @ InterfaceAudience .Public
43
+ @ InterfaceAudience .Private
44
44
public abstract class ScheduledChore implements Runnable {
45
45
private static final Logger LOG = LoggerFactory .getLogger (ScheduledChore .class );
46
46
You can’t perform that action at this time.
0 commit comments