Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Method and Description |
---|---|
THRegionLocation |
ThriftHBaseServiceHandler.getRegionLocation(ByteBuffer table,
ByteBuffer row,
boolean reload) |
static THRegionLocation |
ThriftUtilities.regionLocationFromHBase(HRegionLocation hrl) |
Modifier and Type | Method and Description |
---|---|
List<THRegionLocation> |
ThriftHBaseServiceHandler.getAllRegionLocations(ByteBuffer table) |
static List<THRegionLocation> |
ThriftUtilities.regionLocationsFromHBase(List<HRegionLocation> locations) |
Modifier and Type | Field and Description |
---|---|
THRegionLocation |
THBaseService.getRegionLocation_result.success |
Modifier and Type | Field and Description |
---|---|
List<THRegionLocation> |
THBaseService.getAllRegionLocations_result.success |
Modifier and Type | Method and Description |
---|---|
THRegionLocation |
THRegionLocation.deepCopy() |
THRegionLocation |
THBaseService.Iface.getRegionLocation(ByteBuffer table,
ByteBuffer row,
boolean reload)
Given a table and a row get the location of the region that
would contain the given row key.
|
THRegionLocation |
THBaseService.Client.getRegionLocation(ByteBuffer table,
ByteBuffer row,
boolean reload) |
THRegionLocation |
THBaseService.AsyncClient.getRegionLocation_call.getResult() |
THRegionLocation |
THBaseService.getRegionLocation_result.getSuccess() |
THRegionLocation |
THBaseService.Client.recv_getRegionLocation() |
THRegionLocation |
THRegionLocation.setRegionInfo(THRegionInfo regionInfo) |
THRegionLocation |
THRegionLocation.setServerName(TServerName serverName) |
Modifier and Type | Method and Description |
---|---|
List<THRegionLocation> |
THBaseService.Iface.getAllRegionLocations(ByteBuffer table)
Get all of the region locations for a given table.
|
List<THRegionLocation> |
THBaseService.Client.getAllRegionLocations(ByteBuffer table) |
List<THRegionLocation> |
THBaseService.AsyncClient.getAllRegionLocations_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<THRegionLocation> |
THBaseService.AsyncProcessor.getRegionLocation.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<THRegionLocation>> |
THBaseService.AsyncProcessor.getAllRegionLocations.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<THRegionLocation> |
THBaseService.getAllRegionLocations_result.getSuccess() |
Iterator<THRegionLocation> |
THBaseService.getAllRegionLocations_result.getSuccessIterator() |
List<THRegionLocation> |
THBaseService.Client.recv_getAllRegionLocations() |
Modifier and Type | Method and Description |
---|---|
void |
THBaseService.getAllRegionLocations_result.addToSuccess(THRegionLocation elem) |
int |
THRegionLocation.compareTo(THRegionLocation other) |
boolean |
THRegionLocation.equals(THRegionLocation that) |
THBaseService.getRegionLocation_result |
THBaseService.getRegionLocation_result.setSuccess(THRegionLocation success) |
Modifier and Type | Method and Description |
---|---|
THBaseService.getAllRegionLocations_result |
THBaseService.getAllRegionLocations_result.setSuccess(List<THRegionLocation> success) |
void |
THBaseService.AsyncProcessor.getAllRegionLocations.start(I iface,
THBaseService.getAllRegionLocations_args args,
org.apache.thrift.async.AsyncMethodCallback<List<THRegionLocation>> resultHandler) |
void |
THBaseService.AsyncProcessor.getRegionLocation.start(I iface,
THBaseService.getRegionLocation_args args,
org.apache.thrift.async.AsyncMethodCallback<THRegionLocation> resultHandler) |
Constructor and Description |
---|
THBaseService.getRegionLocation_result(THRegionLocation success,
TIOError io) |
THRegionLocation(THRegionLocation other)
Performs a deep copy on other.
|
Constructor and Description |
---|
THBaseService.getAllRegionLocations_result(List<THRegionLocation> success,
TIOError io) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.