Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Method and Description |
---|---|
static ScheduledChore |
AuthUtil.getAuthChore(org.apache.hadoop.conf.Configuration conf)
Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.
|
Modifier and Type | Method and Description |
---|---|
void |
ChoreService.cancelChore(ScheduledChore chore) |
void |
ChoreService.cancelChore(ScheduledChore chore,
boolean mayInterruptIfRunning) |
boolean |
ChoreService.isChoreScheduled(ScheduledChore chore) |
void |
ChoreService.onChoreMissedStartTime(ScheduledChore chore) |
boolean |
ChoreService.scheduleChore(ScheduledChore chore) |
boolean |
ChoreService.triggerNow(ScheduledChore chore) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.