| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.leader |
| Modifier and Type | Class and Description |
|---|---|
class |
LeaseLeaderElection
Hive Lock based leader election.
|
class |
StaticLeaderElection
URL based leader election via metastore.housekeeping.leader.hostname.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaderElection |
LeaderElectionFactory.create(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
LeaderElection.LeadershipStateListener.lossLeadership(LeaderElection election)
Invoked when lost the election
|
void |
AuditLeaderListener.lossLeadership(LeaderElection election) |
void |
CompactorPMF.lossLeadership(LeaderElection election) |
void |
StatsUpdaterTask.lossLeadership(LeaderElection election) |
void |
HouseKeepingTasks.lossLeadership(LeaderElection election) |
void |
CMClearer.lossLeadership(LeaderElection election) |
void |
CompactorTasks.lossLeadership(LeaderElection election) |
void |
LeaderElection.LeadershipStateListener.takeLeadership(LeaderElection election)
Invoked when won the election.
|
void |
AuditLeaderListener.takeLeadership(LeaderElection election) |
void |
CompactorPMF.takeLeadership(LeaderElection election) |
void |
StatsUpdaterTask.takeLeadership(LeaderElection election) |
void |
HouseKeepingTasks.takeLeadership(LeaderElection election) |
void |
CMClearer.takeLeadership(LeaderElection election) |
void |
CompactorTasks.takeLeadership(LeaderElection election) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.