|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HServerAddress | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.avro | Provides an HBase Avro service. |
org.apache.hadoop.hbase.catalog | |
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.replication | Multi Cluster Replication |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
Uses of HServerAddress in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return HServerAddress | |
---|---|
HServerAddress |
MasterAddressTracker.getMasterAddress()
Get the address of the current master if one is available. |
HServerAddress |
HServerInfo.getServerAddress()
|
HServerAddress |
HRegionLocation.getServerAddress()
|
HServerAddress |
MasterAddressTracker.waitForMaster(long timeout)
Get the address of the current master. |
Methods in org.apache.hadoop.hbase with parameters of type HServerAddress | |
---|---|
int |
HServerAddress.compareTo(HServerAddress o)
|
static String |
HServerInfo.getServerName(HServerAddress address,
long startCode)
|
void |
HServerInfo.setServerAddress(HServerAddress serverAddress)
|
Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress | |
---|---|
HRegionLocation(HRegionInfo regionInfo,
HServerAddress serverAddress)
Constructor |
|
HServerAddress(HServerAddress other)
Copy-constructor. |
|
HServerInfo(HServerAddress serverAddress,
int infoPort,
String hostname)
Constructor that creates a HServerInfo with a generated startcode and an empty load. |
|
HServerInfo(HServerAddress serverAddress,
long startCode,
int infoPort,
String hostname)
|
Uses of HServerAddress in org.apache.hadoop.hbase.avro |
---|
Methods in org.apache.hadoop.hbase.avro with parameters of type HServerAddress | |
---|---|
static AServerAddress |
AvroUtil.hsaToASA(HServerAddress hsa)
|
Uses of HServerAddress in org.apache.hadoop.hbase.catalog |
---|
Methods in org.apache.hadoop.hbase.catalog that return HServerAddress | |
---|---|
HServerAddress |
CatalogTracker.getMetaLocation()
|
HServerAddress |
CatalogTracker.getRootLocation()
Gets the current location for -ROOT- or null if location is
not currently available. |
static HServerAddress |
MetaReader.readMetaLocation(HRegionInterface metaServer)
Reads the location of META from ROOT. |
static HServerAddress |
MetaReader.readRegionLocation(CatalogTracker catalogTracker,
byte[] regionName)
Reads the location of the specified region from META. |
HServerAddress |
CatalogTracker.waitForMeta(long timeout)
Gets the current location for .META. if available and waits
for up to the specified timeout if not immediately available. |
Methods in org.apache.hadoop.hbase.catalog that return types with arguments of type HServerAddress | |
---|---|
static Map<HRegionInfo,HServerAddress> |
MetaReader.fullScan(CatalogTracker catalogTracker)
Performs a full scan of .META. . |
static Map<HRegionInfo,HServerAddress> |
MetaReader.fullScan(CatalogTracker catalogTracker,
Set<String> disabledTables)
Performs a full scan of .META. , skipping regions from any
tables in the specified set of disabled tables. |
static Map<HRegionInfo,HServerAddress> |
MetaReader.fullScan(CatalogTracker catalogTracker,
Set<String> disabledTables,
boolean excludeOfflinedSplitParents)
Performs a full scan of .META. , skipping regions from any
tables in the specified set of disabled tables. |
static Pair<HRegionInfo,HServerAddress> |
MetaReader.getRegion(CatalogTracker catalogTracker,
byte[] regionName)
Gets the region info and assignment for the specified region from META. |
static List<Pair<HRegionInfo,HServerAddress>> |
MetaReader.getTableRegionsAndLocations(CatalogTracker catalogTracker,
String tableName)
|
static Pair<HRegionInfo,HServerAddress> |
MetaReader.metaRowToRegionPair(Result data)
|
Methods in org.apache.hadoop.hbase.catalog with parameters of type HServerAddress | |
---|---|
static void |
RootLocationEditor.setRootLocation(ZooKeeperWatcher zookeeper,
HServerAddress location)
Sets the location of -ROOT- in ZooKeeper to the
specified server address. |
Uses of HServerAddress in org.apache.hadoop.hbase.client |
---|
Fields in org.apache.hadoop.hbase.client declared as HServerAddress | |
---|---|
HServerAddress |
MultiPut.address
Deprecated. |
Methods in org.apache.hadoop.hbase.client that return HServerAddress | |
---|---|
HServerAddress |
RetriesExhaustedWithDetailsException.getAddress(int i)
|
Methods in org.apache.hadoop.hbase.client that return types with arguments of type HServerAddress | |
---|---|
Map<HRegionInfo,HServerAddress> |
HTable.deserializeRegionInfo(DataInput in)
Read from in and deserialize the regions information. |
Map<HRegionInfo,HServerAddress> |
HTable.getRegionsInfo()
Gets all the regions and their address for this table. |
Methods in org.apache.hadoop.hbase.client with parameters of type HServerAddress | |
---|---|
void |
HBaseAdmin.closeRegion(HServerAddress hsa,
HRegionInfo hri)
|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer)
Establishes a connection to the region server at the specified address. |
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer,
boolean getMaster)
Establishes a connection to the region server at the specified address. |
void |
HBaseAdmin.stopRegionServer(HServerAddress hsa)
Stop the designated regionserver. |
Method parameters in org.apache.hadoop.hbase.client with type arguments of type HServerAddress | |
---|---|
static String |
RetriesExhaustedWithDetailsException.getDesc(List<Throwable> exceptions,
List<Row> actions,
List<HServerAddress> addresses)
|
void |
HConnection.prewarmRegionCache(byte[] tableName,
Map<HRegionInfo,HServerAddress> regions)
Load the region map and warm up the global region cache for the table. |
void |
HTable.prewarmRegionCache(Map<HRegionInfo,HServerAddress> regionMap)
Save the passed region information and the table's regions cache. |
Constructors in org.apache.hadoop.hbase.client with parameters of type HServerAddress | |
---|---|
MultiPut(HServerAddress a)
Deprecated. MultiPut for putting multiple regions worth of puts in one RPC. |
Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type HServerAddress | |
---|---|
RetriesExhaustedWithDetailsException(List<Throwable> exceptions,
List<Row> actions,
List<HServerAddress> addresses)
|
Uses of HServerAddress in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return HServerAddress | |
---|---|
HServerAddress |
HMaster.getMasterAddress()
|
Methods in org.apache.hadoop.hbase.master with parameters of type HServerAddress | |
---|---|
HServerInfo |
ServerManager.getHServerInfo(HServerAddress hsa)
|
Method parameters in org.apache.hadoop.hbase.master with type arguments of type HServerAddress | |
---|---|
static Map<HServerInfo,List<HRegionInfo>> |
LoadBalancer.retainAssignment(Map<HRegionInfo,HServerAddress> regions,
List<HServerInfo> servers)
Generates a bulk assignment startup plan, attempting to reuse the existing assignment information from META, but adjusting for the specified list of available/online servers available for assignment. |
Uses of HServerAddress in org.apache.hadoop.hbase.replication |
---|
Methods in org.apache.hadoop.hbase.replication that return types with arguments of type HServerAddress | |
---|---|
List<HServerAddress> |
ReplicationPeer.getRegionServers()
Get a list of all the addresses of all the region servers for this peer cluster |
List<HServerAddress> |
ReplicationZookeeper.getSlavesAddresses(String peerClusterId)
Returns all region servers from given peer |
Method parameters in org.apache.hadoop.hbase.replication with type arguments of type HServerAddress | |
---|---|
void |
ReplicationPeer.setRegionServers(List<HServerAddress> regionServers)
Set the list of region servers for that peer |
Uses of HServerAddress in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util with parameters of type HServerAddress | |
---|---|
protected static void |
HBaseFsckRepair.closeRegionSilentlyAndWait(org.apache.hadoop.conf.Configuration conf,
HServerAddress server,
HRegionInfo region)
|
Method parameters in org.apache.hadoop.hbase.util with type arguments of type HServerAddress | |
---|---|
static void |
HBaseFsckRepair.fixDupeAssignment(org.apache.hadoop.conf.Configuration conf,
HRegionInfo region,
List<HServerAddress> servers)
Fix dupe assignment by doing silent closes on each RS hosting the region and then force ZK unassigned node to OFFLINE to trigger assignment by master. |
Uses of HServerAddress in org.apache.hadoop.hbase.zookeeper |
---|
Methods in org.apache.hadoop.hbase.zookeeper that return HServerAddress | |
---|---|
static HServerAddress |
ZKUtil.getDataAsAddress(ZooKeeperWatcher zkw,
String znode)
Get the data at the specified znode, deserialize it as an HServerAddress, and set a watch. |
HServerAddress |
RootRegionTracker.getRootRegionLocation()
Gets the root region location, if available. |
HServerAddress |
RootRegionTracker.waitRootRegionLocation(long timeout)
Gets the root region location, if available, and waits for up to the specified timeout if not immediately available. |
Methods in org.apache.hadoop.hbase.zookeeper that return types with arguments of type HServerAddress | |
---|---|
List<HServerAddress> |
RegionServerTracker.getOnlineServers()
Gets the online servers. |
static List<HServerAddress> |
ZKUtil.listChildrenAndGetAsAddresses(ZooKeeperWatcher zkw,
String znode)
Lists the children of the specified znode, retrieving the data of each child as a server address. |
Methods in org.apache.hadoop.hbase.zookeeper with parameters of type HServerAddress | |
---|---|
static boolean |
ZKUtil.setAddressAndWatch(ZooKeeperWatcher zkw,
String znode,
HServerAddress address)
Set the specified znode to be an ephemeral node carrying the specified server address. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |