Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Method and Description |
---|---|
static ScheduledChore |
AuthUtil.getAuthChore(org.apache.hadoop.conf.Configuration conf)
Deprecated.
Deprecated since 2.2.0, this method will be
InterfaceAudience.Private use only after 4.0.0. |
static ScheduledChore |
AuthUtil.getAuthRenewalChore(org.apache.hadoop.security.UserGroupInformation user)
Deprecated.
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–2020 The Apache Software Foundation. All rights reserved.