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,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ChoreService.isChoreScheduled(ScheduledChore chore)
Returns true when the chore is scheduled with the implementer of this interface
|
boolean |
ChoreService.scheduleChore(ScheduledChore chore)
Schedule a chore.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.