Package org.apache.hadoop.hdfs.server.namenode.ha
package org.apache.hadoop.hdfs.server.namenode.ha
-
ClassDescriptionorg.apache.hadoop.hdfs.server.namenode.ha.AbstractNNFailoverProxyProvider<T>org.apache.hadoop.hdfs.server.namenode.ha.AbstractNNFailoverProxyProvider.NNProxyInfo<T>ProxyInfo to a NameNode.org.apache.hadoop.hdfs.server.namenode.ha.ActiveStateActive state of the namenode.org.apache.hadoop.hdfs.server.namenode.ha.BootstrapStandbyTool which allows the standby node's storage directories to be bootstrapped by copying the latest namespace snapshot from the active namenode.org.apache.hadoop.hdfs.server.namenode.ha.ClientHAProxyFactory<T>org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider<T>A FailoverProxyProvider implementation which allows one to configure multiple URIs to connect to during fail-over.org.apache.hadoop.hdfs.server.namenode.ha.EditLogTailerEditLogTailer represents a thread which periodically reads from edits journals and applies the transactions contained within to a given FSNamesystem.org.apache.hadoop.hdfs.server.namenode.ha.HAContextContext that is to be used by
HAStatefor getting/setting the current state and performing required operations.org.apache.hadoop.hdfs.server.namenode.ha.HAProxyFactory<T>This interface aims to decouple the proxy creation implementation that used inAbstractNNFailoverProxyProvider.org.apache.hadoop.hdfs.server.namenode.ha.HAStateNamenode base state to implement state machine pattern.org.apache.hadoop.hdfs.server.namenode.ha.InMemoryAliasMapFailoverProxyProvider<T>AConfiguredFailoverProxyProviderimplementation used to connect to an InMemoryAliasMap.org.apache.hadoop.hdfs.server.namenode.ha.IPFailoverProxyProvider<T>A NNFailoverProxyProvider implementation which works on IP failover setup.org.apache.hadoop.hdfs.server.namenode.ha.NameNodeHAProxyFactory<T>org.apache.hadoop.hdfs.server.namenode.ha.ObserverReadProxyProvider<T>AFailoverProxyProviderimplementation that supports reading from observer namenode(s).org.apache.hadoop.hdfs.server.namenode.ha.ObserverReadProxyProviderWithIPFailover<T extends org.apache.hadoop.hdfs.protocol.ClientProtocol>ExtendsObserverReadProxyProviderto support NameNode IP failover.org.apache.hadoop.hdfs.server.namenode.ha.ReadOnlyMarker interface used to annotate methods that are readonly.org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfoInformation about a single remote NameNodeorg.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider<T>A FailoverProxyProvider implementation that technically does not "failover" per-se.org.apache.hadoop.hdfs.server.namenode.ha.RouterObserverReadConfiguredFailoverProxyProvider<T>AFailoverProxyProviderimplementation to support automatic msync-ing when using routers.org.apache.hadoop.hdfs.server.namenode.ha.RouterObserverReadProxyProvider<T>AFailoverProxyProviderimplementation to support automatic msync-ing when using routers.org.apache.hadoop.hdfs.server.namenode.ha.StandbyCheckpointerThread which runs inside the NN when it's in Standby state, periodically waking up to take a checkpoint of the namespace.org.apache.hadoop.hdfs.server.namenode.ha.StandbyStateNamenode standby state.org.apache.hadoop.hdfs.server.namenode.ha.WrappedFailoverProxyProvider<T>A NNFailoverProxyProvider implementation which wrapps old implementations directly implementing theFailoverProxyProviderinterface.