A B C D E F G H I J K L M N O P Q R S T U V W Y Z _

A

AAlreadyExists - Exception in org.apache.hadoop.hbase.avro.generated
 
AAlreadyExists() - Constructor for exception org.apache.hadoop.hbase.avro.generated.AAlreadyExists
 
abort(String, Throwable) - Method in interface org.apache.hadoop.hbase.Abortable
Abort the server or client.
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.master.HMaster
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Cause the server to exit without closing the regions it is serving, the log it is using and without notifying the master.
abort(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
 
Abortable - Interface in org.apache.hadoop.hbase
Interface to support the aborting of a given server or client.
abortable - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
Used to abort if a fatal error occurs
abortCacheFlush() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Abort a cache flush.
abortRequested - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
abortTask(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
accept(Path) - Method in class org.apache.hadoop.hbase.util.FSUtils.DirFilter
 
access(long) - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlock
Block has been accessed.
AClusterStatus - Class in org.apache.hadoop.hbase.avro.generated
 
AClusterStatus() - Constructor for class org.apache.hadoop.hbase.avro.generated.AClusterStatus
 
AColumn - Class in org.apache.hadoop.hbase.avro.generated
 
AColumn() - Constructor for class org.apache.hadoop.hbase.avro.generated.AColumn
 
AColumnFamilyDescriptor - Class in org.apache.hadoop.hbase.avro.generated
 
AColumnFamilyDescriptor() - Constructor for class org.apache.hadoop.hbase.avro.generated.AColumnFamilyDescriptor
 
AColumnValue - Class in org.apache.hadoop.hbase.avro.generated
 
AColumnValue() - Constructor for class org.apache.hadoop.hbase.avro.generated.AColumnValue
 
ACompressionAlgorithm - Enum in org.apache.hadoop.hbase.avro.generated
 
Action - Class in org.apache.hadoop.hbase.client
 
Action() - Constructor for class org.apache.hadoop.hbase.client.Action
 
Action(byte[], Row, int) - Constructor for class org.apache.hadoop.hbase.client.Action
 
actions - Variable in class org.apache.hadoop.hbase.client.MultiAction
 
add(byte[], Action) - Method in class org.apache.hadoop.hbase.client.MultiAction
Add an Action to this container based on it's regionName.
add(byte[], Put) - Method in class org.apache.hadoop.hbase.client.MultiPut
Deprecated.  
add(byte[], Pair<Integer, Object>) - Method in class org.apache.hadoop.hbase.client.MultiResponse
Add the pair to the container, grouped by the regionName
add(byte[], int, Object) - Method in class org.apache.hadoop.hbase.client.MultiResponse
 
add(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Put
Add the specified column and value to this Put operation.
add(byte[], byte[], long, byte[]) - Method in class org.apache.hadoop.hbase.client.Put
Add the specified column and value, with the specified timestamp as its version to this Put operation.
add(KeyValue) - Method in class org.apache.hadoop.hbase.client.Put
Add the specified KeyValue to this Put operation.
add(byte[], long, byte[]) - Method in class org.apache.hadoop.hbase.client.Put
Deprecated. use Put.add(byte[], byte[], long, byte[]) instead
add(CachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlockQueue
Attempt to add the specified cached block to this queue.
add(String) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
add(byte[], int, int, long, byte) - Method in interface org.apache.hadoop.hbase.regionserver.DeleteTracker
Add the specified KeyValue to the list of deletes to check against for this row operation.
add(HRegion, int) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
add(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
add(byte[], int, int, long, byte) - Method in class org.apache.hadoop.hbase.regionserver.ScanDeleteTracker
Add the specified KeyValue to the list of deletes to check against for this row operation.
add(KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.Store
Adds a value to the memstore
add(KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALEdit
 
add(String) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Add a node to the cluster
add(String, int) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Add a node to the cluster
add(TableRegionModel) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
Add a region model to the list
add(TableModel) - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
Add the table name model to the list
add(byte[]) - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Add the specified binary to the bloom filter.
add(byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Add the specified binary to the bloom filter.
add(byte[]) - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
add(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
add(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
add(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
add(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
add(byte[]) - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
addAll(Collection<? extends String>) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
addAll(Collection<? extends HRegion>) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
addAllAttrs(Iterable<? extends ColumnSchemaMessage.ColumnSchema.Attribute>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
addAllAttrs(Iterable<? extends TableSchemaMessage.TableSchema.Attribute>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addAllColumns(Iterable<? extends ByteString>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
addAllColumns(Iterable<? extends ColumnSchemaMessage.ColumnSchema>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addAllDeadNodes(Iterable<? extends String>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addAllLiveNodes(Iterable<? extends StorageClusterStatusMessage.StorageClusterStatus.Node>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addAllName(Iterable<? extends String>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
addAllRegions(Iterable<? extends StorageClusterStatusMessage.StorageClusterStatus.Region>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
addAllRegions(Iterable<? extends TableInfoMessage.TableInfo.Region>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
addAllRows(Iterable<? extends CellSetMessage.CellSet.Row>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
addAllValues(Iterable<? extends CellMessage.Cell>) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
addAttribute(String, Object) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Add an attribute to the column family schema
addAttribute(String, Object) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Add an attribute to the table descriptor
addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
addAttrs(TableSchemaMessage.TableSchema.Attribute) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addAttrs(TableSchemaMessage.TableSchema.Attribute.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addCell(CellModel) - Method in class org.apache.hadoop.hbase.rest.model.RowModel
Adds a cell to the list of cells for this row
addColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Get
Get the column from the specific family with the specified qualifier.
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.client.Get
Deprecated. use Get.addColumn(byte[], byte[]) instead
addColumn(String, HColumnDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Add a column to an existing table.
addColumn(byte[], HColumnDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Add a column to an existing table.
addColumn(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.Increment
Increment the column from the specific family with the specified qualifier by the specified amount.
addColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
Get the column from the specified family with the specified qualifier.
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
Deprecated. use Scan.addColumn(byte[], byte[]) instead
addColumn(byte[], HColumnDescriptor) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Adds a column to the specified table
addColumn(byte[], HColumnDescriptor) - Method in class org.apache.hadoop.hbase.master.HMaster
 
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Add a column to the column set
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
addColumn(byte[], HColumnDescriptor) - Method in class org.apache.hadoop.hbase.util.MetaUtils
Offline version of the online TableOperation, org.apache.hadoop.hbase.master.AddColumn.
addColumnFamily(ColumnSchemaModel) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Add a column family to the table descriptor
addColumns(byte[][]) - Method in class org.apache.hadoop.hbase.client.Get
Deprecated. issue multiple Get.addColumn(byte[], byte[]) instead
addColumns(byte[][]) - Method in class org.apache.hadoop.hbase.client.Scan
Deprecated. issue multiple Scan.addColumn(byte[], byte[]) instead
addColumns(String) - Method in class org.apache.hadoop.hbase.client.Scan
Deprecated. use Scan.addColumn(byte[], byte[]) instead
addColumns(ByteString) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
addColumns(ColumnSchemaMessage.ColumnSchema) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addColumns(ColumnSchemaMessage.ColumnSchema.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addCompaction(Pair<Long, Long>) - Method in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
 
addDaughter(CatalogTracker, HRegionInfo, HServerInfo) - Static method in class org.apache.hadoop.hbase.catalog.MetaEditor
 
addDeadNode(String) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Add a dead node to the cluster representation.
addDeadNodes(String) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addDefaultApps(ContextHandlerCollection, String) - Method in class org.apache.hadoop.hbase.util.InfoServer
 
addDependencyJars(JobConf) - Static method in class org.apache.hadoop.hbase.mapred.TableMapReduceUtil
Deprecated.  
addDependencyJars(Job) - Static method in class org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil
Add the HBase dependency jars as well as jars for any of the configured job classes to the job configuration, so that JobClient will ship them to the cluster and add them to the DistributedCache.
addDependencyJars(Configuration, Class...) - Static method in class org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil
Add the jars containing the given classes to the job's configuration such that JobClient will ship them to the cluster and add them to the DistributedCache.
addFamily(ByteBuffer, AFamilyDescriptor) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
addFamily(ByteBuffer, AFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
addFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.Get
Get all columns from the specified family.
addFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
Get all columns from the specified family.
addFamily(HColumnDescriptor) - Method in class org.apache.hadoop.hbase.client.UnmodifyableHTableDescriptor
Does NOT add a column family.
addFamily(HColumnDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
Adds a column family.
addFileInfoToException(IOException) - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader
 
addFilter(Filter) - Method in class org.apache.hadoop.hbase.filter.FilterList
Add a filter.
addFlush(List<Pair<Long, Long>>) - Method in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
 
addHbaseResources(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
 
addHeader(String, String) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
addLiveNode(String, long, int, int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Add a live node to the cluster representation.
addLiveNodes(StorageClusterStatusMessage.StorageClusterStatus.Node) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addLiveNodes(StorageClusterStatusMessage.StorageClusterStatus.Node.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addLogCleaner(LogCleanerDelegate) - Method in class org.apache.hadoop.hbase.master.LogCleaner
Add a LogCleanerDelegate to the log cleaner chain.
addLogToList(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
Add a new log to the list of hlogs in zookeeper
addMaster() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addMaster(Configuration, int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addMaster(Configuration, int, User) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addName(String) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
addPeer(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
Add a new peer cluster to replicate to.
addPeer(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
Add a new peer to this cluster
addRegion(byte[], int, int, int, int, int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Add a region name to the list
addRegionInfo(HServerLoad.RegionLoad) - Method in class org.apache.hadoop.hbase.HServerLoad
 
addRegionInfo(byte[], int, int, int, int, int) - Method in class org.apache.hadoop.hbase.HServerLoad
Deprecated. Use HServerLoad.addRegionInfo(RegionLoad)
addRegions(StorageClusterStatusMessage.StorageClusterStatus.Region) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
addRegions(StorageClusterStatusMessage.StorageClusterStatus.Region.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
addRegions(TableInfoMessage.TableInfo.Region) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
addRegions(TableInfoMessage.TableInfo.Region.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
addRegionServer() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addRegionServer(Configuration, int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addRegionServer(Configuration, int, User) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addRegionToMeta(CatalogTracker, HRegionInfo) - Static method in class org.apache.hadoop.hbase.catalog.MetaEditor
Adds a META row for the specified new region.
addRegionToMETA(HRegion, HRegion) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Inserts a new region's meta information into the passed meta region.
address - Variable in class org.apache.hadoop.hbase.client.MultiPut
Deprecated.  
addResult(byte[], int) - Method in class org.apache.hadoop.hbase.client.MultiPutResponse
Deprecated.  
addRow(RowModel) - Method in class org.apache.hadoop.hbase.rest.model.CellSetModel
Add a row to this cell set
addRowLock(Integer, HRegion) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
addRows(CellSetMessage.CellSet.Row) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
addRows(CellSetMessage.CellSet.Row.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
addScanner(ResultScanner) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
Assigns a unique ID to the scanner and adds the mapping to an internal hash-map.
addScanner(InternalScanner) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
addScanner(ResultScanner) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Assigns a unique ID to the scanner and adds the mapping to an internal hash-map.
addSource(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Add a new normal source to this region server
addSplit(long, long) - Method in class org.apache.hadoop.hbase.master.metrics.MasterMetrics
Record a single instance of a split
addToColumnFamilies(ColumnDescriptor) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
addToColumns(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
addToMutations(Mutation) - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
addToMutations(Mutation) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
 
addToMutations(Mutation) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
 
addToOnlineRegions(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
addToRegionsInQueue(HRegion, int) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
If the region is not already in the queue it will add it and return a new compaction request object.
addToRowBatches(BatchMutation) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
 
addToRowBatches(BatchMutation) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
 
addToRows(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
 
addToRows(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
 
addToRows(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
addToRows(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
addToSuccess(TCell) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result
 
addToSuccess(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
 
addToSuccess(TRegionInfo) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
 
addToSuccess(TCell) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
 
addToSuccess(TCell) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result
 
addToSuccess(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result
 
addValues(CellMessage.Cell) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
addValues(CellMessage.Cell.Builder) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
ADelete - Class in org.apache.hadoop.hbase.avro.generated
 
ADelete() - Constructor for class org.apache.hadoop.hbase.avro.generated.ADelete
 
adeleteToDelete(ADelete) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
admin - Variable in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
admin - Variable in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
adornRegionServerAnswer(HServerInfo, HMsg[]) - Method in class org.apache.hadoop.hbase.master.HMaster
Override if you'd add messages to return to regionserver hsi or to send an exception.
AFamilyDescriptor - Class in org.apache.hadoop.hbase.avro.generated
 
AFamilyDescriptor() - Constructor for class org.apache.hadoop.hbase.avro.generated.AFamilyDescriptor
 
afdToHCD(AFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
afterProcess(EventHandler) - Method in interface org.apache.hadoop.hbase.executor.EventHandler.EventHandlerListener
Called after any event is processed
AGet - Class in org.apache.hadoop.hbase.avro.generated
 
AGet() - Constructor for class org.apache.hadoop.hbase.avro.generated.AGet
 
agetToGet(AGet) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
AIllegalArgument - Exception in org.apache.hadoop.hbase.avro.generated
 
AIllegalArgument() - Constructor for exception org.apache.hadoop.hbase.avro.generated.AIllegalArgument
 
AIOError - Exception in org.apache.hadoop.hbase.avro.generated
 
AIOError() - Constructor for exception org.apache.hadoop.hbase.avro.generated.AIOError
 
align(int) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Aligns a number to 8.
align(long) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Aligns a number to 8.
ALL_VERSIONS - Static variable in class org.apache.hadoop.hbase.HConstants
Define for 'return-all-versions'.
allActions() - Method in class org.apache.hadoop.hbase.client.MultiAction
 
allocateBytes(int) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLAB
Allocate a slice of the given length.
allocBloom() - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Allocate memory for the bloom filter data.
allocBloom() - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
allocBloom() - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
allPuts() - Method in class org.apache.hadoop.hbase.client.MultiPut
Deprecated.  
AlreadyExists - Exception in org.apache.hadoop.hbase.thrift.generated
An AlreadyExists exceptions signals that a table with the specified name already exists
AlreadyExists() - Constructor for exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
 
AlreadyExists(String) - Constructor for exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
 
AlreadyExists(AlreadyExists) - Constructor for exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
Performs a deep copy on other.
AlreadyExists._Fields - Enum in org.apache.hadoop.hbase.thrift.generated
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AMasterNotRunning - Exception in org.apache.hadoop.hbase.avro.generated
 
AMasterNotRunning() - Constructor for exception org.apache.hadoop.hbase.avro.generated.AMasterNotRunning
 
answers - Variable in class org.apache.hadoop.hbase.client.MultiPutResponse
Deprecated.  
append(KeyValue) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add key/value to file.
append(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add key/value to file.
append(KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Writer
 
append(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Writer
 
append(HRegionInfo, WALEdit, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Append an entry to the log.
append(HRegionInfo, HLogKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Append an entry to the log.
append(HRegionInfo, byte[], WALEdit, long) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Append a set of edits to the log.
append(HLog.Entry) - Method in interface org.apache.hadoop.hbase.regionserver.wal.HLog.Writer
 
append(HLog.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogWriter
 
appendFileInfo(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add to the file info.
appendFileInfo(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Writer
 
appendKeyValue(StringBuilder, String, Object) - Static method in class org.apache.hadoop.hbase.util.Strings
Append to a StringBuilder a key/value.
appendKeyValue(StringBuilder, String, Object, String, String) - Static method in class org.apache.hadoop.hbase.util.Strings
Append to a StringBuilder a key/value.
appendMetaBlock(String, Writable) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add a meta block to the end of the file.
appendMetadata(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Writer
Writes meta data.
appendTimeRangeMetadata() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Writer
Add TimestampRange to Metadata
appliedBatchesRate - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkMetrics
Rate of batches (of operations) applied by the sink
appliedOpsRate - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkMetrics
Rate of operations applied by the sink
applyClusterKeyToConf(Configuration, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Apply the settings in the given key to the given configuration, this is used to communicate with distant clusters
APut - Class in org.apache.hadoop.hbase.avro.generated
 
APut() - Constructor for class org.apache.hadoop.hbase.avro.generated.APut
 
aputToPut(APut) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
areDeadServersInProgress() - Method in class org.apache.hadoop.hbase.master.DeadServer
Checks if there are currently any dead servers being processed by the master.
areDeadServersInProgress() - Method in class org.apache.hadoop.hbase.master.ServerManager
Checks if any dead servers are currently in progress.
ARegionLoad - Class in org.apache.hadoop.hbase.avro.generated
 
ARegionLoad() - Constructor for class org.apache.hadoop.hbase.avro.generated.ARegionLoad
 
AResult - Class in org.apache.hadoop.hbase.avro.generated
 
AResult() - Constructor for class org.apache.hadoop.hbase.avro.generated.AResult
 
AResultEntry - Class in org.apache.hadoop.hbase.avro.generated
 
AResultEntry() - Constructor for class org.apache.hadoop.hbase.avro.generated.AResultEntry
 
ARRAY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Array overhead
ARRAYLIST - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ArrayList(0)
AScan - Class in org.apache.hadoop.hbase.avro.generated
 
AScan() - Constructor for class org.apache.hadoop.hbase.avro.generated.AScan
 
ascanToScan(AScan) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
AServerAddress - Class in org.apache.hadoop.hbase.avro.generated
 
AServerAddress() - Constructor for class org.apache.hadoop.hbase.avro.generated.AServerAddress
 
AServerInfo - Class in org.apache.hadoop.hbase.avro.generated
 
AServerInfo() - Constructor for class org.apache.hadoop.hbase.avro.generated.AServerInfo
 
AServerLoad - Class in org.apache.hadoop.hbase.avro.generated
 
AServerLoad() - Constructor for class org.apache.hadoop.hbase.avro.generated.AServerLoad
 
assign(byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
assign(byte[], boolean) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Assign a region to a server chosen at random.
assign(HRegionInfo, boolean) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
Assigns the specified region.
assign(HRegionInfo, boolean, boolean) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
 
assign(byte[], boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
assignAllUserRegions() - Method in class org.apache.hadoop.hbase.master.AssignmentManager
Assigns all user regions, if any.
AssignmentManager - Class in org.apache.hadoop.hbase.master
Manages and performs region assignment.
AssignmentManager(Server, ServerManager, CatalogTracker, ExecutorService) - Constructor for class org.apache.hadoop.hbase.master.AssignmentManager
Constructs a new assignment manager.
AssignmentManager.RegionState - Class in org.apache.hadoop.hbase.master
State of a Region while undergoing transitions.
AssignmentManager.RegionState() - Constructor for class org.apache.hadoop.hbase.master.AssignmentManager.RegionState
 
AssignmentManager.RegionState.State - Enum in org.apache.hadoop.hbase.master
 
AssignmentManager.TimeoutMonitor - Class in org.apache.hadoop.hbase.master
Monitor to check for time outs on region transition operations
AssignmentManager.TimeoutMonitor(int, Stoppable, int) - Constructor for class org.apache.hadoop.hbase.master.AssignmentManager.TimeoutMonitor
Creates a periodic monitor to check for time outs on region transition operations.
assignmentZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
 
assignMeta() - Method in class org.apache.hadoop.hbase.master.AssignmentManager
Assigns the META region.
assignRegion(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.HMaster
 
assignRoot() - Method in class org.apache.hadoop.hbase.master.AssignmentManager
Assigns the ROOT region.
asyncCreate(ZooKeeperWatcher, String, byte[], AsyncCallback.StringCallback, Object) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Async creates the specified node with the specified data.
asyncCreateNodeOffline(ZooKeeperWatcher, HRegionInfo, String, AsyncCallback.StringCallback, Object) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Creates an unassigned node in the OFFLINE state for the specified region.
ATableDescriptor - Class in org.apache.hadoop.hbase.avro.generated
 
ATableDescriptor() - Constructor for class org.apache.hadoop.hbase.avro.generated.ATableDescriptor
 
ATableExists - Exception in org.apache.hadoop.hbase.avro.generated
 
ATableExists() - Constructor for exception org.apache.hadoop.hbase.avro.generated.ATableExists
 
atdToHTD(ATableDescriptor) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
ATimeRange - Class in org.apache.hadoop.hbase.avro.generated
 
ATimeRange() - Constructor for class org.apache.hadoop.hbase.avro.generated.ATimeRange
 
ATOMIC_BOOLEAN - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicBoolean
ATOMIC_INTEGER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicInteger
ATOMIC_LONG - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicLong
atomicIncrement(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
atomicIncrement(byte[], byte[], byte[], long) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Atomically increment the column value specified.
atomicIncrement(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Deprecated. 
atomicIncrement(byte[], byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
atomicIncrementTime - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
 
ATTRS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
ATTRS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
averageLoad - Variable in class org.apache.hadoop.hbase.avro.generated.AClusterStatus
 
AVERAGELOAD_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
AvroServer - Class in org.apache.hadoop.hbase.avro
Start an Avro server
AvroServer() - Constructor for class org.apache.hadoop.hbase.avro.AvroServer
 
AvroServer.HBaseImpl - Class in org.apache.hadoop.hbase.avro
The HBaseImpl is a glue object that connects Avro RPC calls to the HBase client API primarily defined in the HBaseAdmin and HTable objects.
AvroUtil - Class in org.apache.hadoop.hbase.avro
 
AvroUtil() - Constructor for class org.apache.hadoop.hbase.avro.AvroUtil
 

B

balance() - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Run the balancer.
balance() - Method in class org.apache.hadoop.hbase.master.HMaster
 
balanceCluster(Map<HServerInfo, List<HRegionInfo>>) - Method in class org.apache.hadoop.hbase.master.LoadBalancer
Generate a global load balancing plan according to the specified map of server information to the most loaded regions of each server.
balancer() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Invoke the balancer.
balanceSwitch(boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Turn the load balancer on or off.
balanceSwitch(boolean) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Turn the load balancer on or off.
balanceSwitch(boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
Base64 - Class in org.apache.hadoop.hbase.rest.transform
 
Base64() - Constructor for class org.apache.hadoop.hbase.rest.transform.Base64
 
Base64 - Class in org.apache.hadoop.hbase.util
Encodes and decodes to and from Base64 notation.
Base64.Base64InputStream - Class in org.apache.hadoop.hbase.util
A Base64.Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64InputStream(InputStream) - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in DECODE mode.
Base64.Base64InputStream(InputStream, int) - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in either ENCODE or DECODE mode.
Base64.Base64OutputStream - Class in org.apache.hadoop.hbase.util
A Base64.Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64OutputStream(OutputStream) - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in ENCODE mode.
Base64.Base64OutputStream(OutputStream, int) - Constructor for class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in either ENCODE or DECODE mode.
baseZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
 
batch(List<Row>, Object[]) - Method in class org.apache.hadoop.hbase.client.HTable
Method that does a batch call on Deletes, Gets and Puts.
batch(List<Row>) - Method in class org.apache.hadoop.hbase.client.HTable
Method that does a batch call on Deletes, Gets and Puts.
batch(List<Row>, Object[]) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Method that does a batch call on Deletes, Gets and Puts.
batch(List<Row>) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Method that does a batch call on Deletes, Gets and Puts.
batch(List<Row>, Object[]) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
batch(List<Row>) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
BATCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
BatchMutation - Class in org.apache.hadoop.hbase.thrift.generated
A BatchMutation object is used to apply a number of Mutations to a single row.
BatchMutation() - Constructor for class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
BatchMutation(byte[], List<Mutation>) - Constructor for class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
BatchMutation(BatchMutation) - Constructor for class org.apache.hadoop.hbase.thrift.generated.BatchMutation
Performs a deep copy on other.
BatchMutation._Fields - Enum in org.apache.hadoop.hbase.thrift.generated
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
beforeProcess(EventHandler) - Method in interface org.apache.hadoop.hbase.executor.EventHandler.EventHandlerListener
Called before any event is processed
beginMemstoreInsert() - Method in class org.apache.hadoop.hbase.regionserver.ReadWriteConsistencyControl
 
BinaryComparator - Class in org.apache.hadoop.hbase.filter
A binary comparator which lexicographically compares against the specified byte array using Bytes.compareTo(byte[], byte[]).
BinaryComparator() - Constructor for class org.apache.hadoop.hbase.filter.BinaryComparator
Nullary constructor for Writable, do not use
BinaryComparator(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.BinaryComparator
Constructor
BinaryPrefixComparator - Class in org.apache.hadoop.hbase.filter
A comparator which compares against a specified byte array, but only compares up to the length of this byte array.
BinaryPrefixComparator() - Constructor for class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
Nullary constructor for Writable, do not use
BinaryPrefixComparator(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
Constructor
binarySearch(KeyValue[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
 
binarySearch(byte[][], byte[], int, int, RawComparator<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
Binary search for keys in indexes.
bind(ServerSocket, InetSocketAddress, int) - Static method in class org.apache.hadoop.hbase.ipc.HBaseServer
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
bindAddress - Variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
BLOCKCACHE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
BlockCache - Interface in org.apache.hadoop.hbase.io.hfile
Block cache interface.
blockCacheCount - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache item count.
blockCacheEnabled - Variable in class org.apache.hadoop.hbase.avro.generated.AColumnFamilyDescriptor
 
blockCacheEnabled - Variable in class org.apache.hadoop.hbase.avro.generated.AFamilyDescriptor
 
blockCacheEnabled - Variable in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
blockCacheEvictedCount - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache evict count.
blockCacheFree - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache free size.
blockCacheHitCachingRatio - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block hit caching ratio.
blockCacheHitCount - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache hit count.
blockCacheHitRatio - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block hit ratio.
blockCacheMissCount - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache miss count.
blockCacheSize - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache size.
blockContainingKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
blockFetches - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.Reader.Scanner
 
blockLoads - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
blocksize - Variable in class org.apache.hadoop.hbase.avro.generated.AColumnFamilyDescriptor
 
blocksize - Variable in class org.apache.hadoop.hbase.avro.generated.AFamilyDescriptor
 
BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Size of storefile/hfile 'blocks'.
blockUntilAvailable() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
Gets the data of the node, blocking until the node is available.
blockUntilAvailable(long) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
Gets the data of the node, blocking until the node is available or the specified timeout has elapsed.
blockUntilNoRIT(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Blocks until there are no node in regions in transition.
blockUntilRIT(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Blocks until there is at least one node in regions in transition.
bloom - Variable in class org.apache.hadoop.hbase.util.ByteBloomFilter
Bloom bits
BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
bloomFilter - Variable in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
 
BloomFilter - Interface in org.apache.hadoop.hbase.util
Defines the general behavior of a bloom filter.
bloomfilterEnabled - Variable in class org.apache.hadoop.hbase.avro.generated.AColumnFamilyDescriptor
 
bloomFilterNbHashes - Variable in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
bloomFilterType - Variable in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
 
bloomFilterType - Variable in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
bloomFilterVectorSize - Variable in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
buf - Variable in class org.apache.hadoop.hbase.ipc.ByteBufferOutputStream
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
build() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
buildFilter(String) - Static method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
buildFilter(String) - Static method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
buildFilterFromModel(ScannerModel) - Static method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
buildModelFromPut(Put) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
buildResultFromModel(CellSetModel) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
buildRowSpec(byte[], Map, long, long, int) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
bulkAssign(boolean) - Method in class org.apache.hadoop.hbase.master.AssignmentManager.TimeoutMonitor
 
bulkAssign() - Method in class org.apache.hadoop.hbase.master.BulkAssigner
 
bulkAssign(boolean) - Method in class org.apache.hadoop.hbase.master.BulkAssigner
Run the bulk assign.
BulkAssigner - Class in org.apache.hadoop.hbase.master
Base class used bulk assigning and unassigning regions.
BulkAssigner(Server) - Constructor for class org.apache.hadoop.hbase.master.BulkAssigner
 
BULKLOAD_TASK_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFile
Meta key set when store file is a result of a bulk load
BULKLOAD_TIME_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFile
 
bulkLoadHFile(String, byte[], byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Bulk load an HFile into an open region
bulkLoadHFile(String, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
bulkLoadHFile(String, byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
bulkLoadHFile(String) - Method in class org.apache.hadoop.hbase.regionserver.Store
 
BYTE_BUFFER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ByteBuffer
ByteBloomFilter - Class in org.apache.hadoop.hbase.util
Implements a Bloom filter, as defined by Bloom in 1970.
ByteBloomFilter(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.util.ByteBloomFilter
Loads bloom filter meta data from file input.
ByteBloomFilter(int, float, int, int) - Constructor for class org.apache.hadoop.hbase.util.ByteBloomFilter
Determines & initializes bloom filter meta data from user config.
ByteBufferOutputStream - Class in org.apache.hadoop.hbase.ipc
Not thread safe!
ByteBufferOutputStream(int) - Constructor for class org.apache.hadoop.hbase.ipc.ByteBufferOutputStream
 
ByteBufferOutputStream(int, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.ByteBufferOutputStream
 
Bytes - Class in org.apache.hadoop.hbase.util
Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.
Bytes() - Constructor for class org.apache.hadoop.hbase.util.Bytes
 
Bytes.ByteArrayComparator - Class in org.apache.hadoop.hbase.util
Byte array comparator class.
Bytes.ByteArrayComparator() - Constructor for class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
Constructor
BYTES_COMPARATOR - Static variable in class org.apache.hadoop.hbase.util.Bytes
Pass this to TreeMaps where byte [] are keys.
BYTES_RAWCOMPARATOR - Static variable in class org.apache.hadoop.hbase.util.Bytes
Use comparing byte arrays, byte-by-byte
byteSize - Variable in class org.apache.hadoop.hbase.util.ByteBloomFilter
Bytes (B) in the array
bytesToVint(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 

C

CACHE_FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
cacheBlock(String, ByteBuffer, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Add block to cache.
cacheBlock(String, ByteBuffer) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Add block to cache (defaults to not in-memory).
cacheBlock(String, ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Cache the block with the specified name and buffer.
cacheBlock(String, ByteBuffer) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Cache the block with the specified name and buffer.
cacheBlock(String, ByteBuffer) - Method in class org.apache.hadoop.hbase.io.hfile.SimpleBlockCache
 
cacheBlock(String, ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.SimpleBlockCache
 
CachedBlock - Class in org.apache.hadoop.hbase.io.hfile
Represents an entry in the LruBlockCache.
CachedBlock(String, ByteBuffer, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
CachedBlock(String, ByteBuffer, long, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
CachedBlockQueue - Class in org.apache.hadoop.hbase.io.hfile
A memory-bound queue that will grow until an element brings total size >= maxSize.
CachedBlockQueue(long, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.CachedBlockQueue
 
cacheHits - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
calculateOverhead(long, long, int) - Static method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
call() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
 
call(Writable, InetSocketAddress) - Method in class org.apache.hadoop.hbase.ipc.HBaseClient
Make a call, passing param, to the IPC server running at address, returning the value.
call(Writable, InetSocketAddress, UserGroupInformation, int) - Method in class org.apache.hadoop.hbase.ipc.HBaseClient
 
call(Writable[], InetSocketAddress[]) - Method in class org.apache.hadoop.hbase.ipc.HBaseClient
Makes a set of calls in parallel.
call(Method, Object[][], InetSocketAddress[], Configuration) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Expert: Make multiple, parallel calls to a set of servers.
call(Writable, long) - Method in class org.apache.hadoop.hbase.ipc.HBaseRPC.Server
 
call(Writable, long) - Method in class org.apache.hadoop.hbase.ipc.HBaseServer
Called for each call.
callQueue - Variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
CancelableProgressable - Interface in org.apache.hadoop.hbase.util
Similar interface as Progressable but returns a boolean to support canceling the operation.
cancelLease(String) - Method in class org.apache.hadoop.hbase.regionserver.Leases
Client explicitly cancels a lease.
CATALOG_FAMILY - Static variable in class org.apache.hadoop.hbase.HConstants
The catalog family
CATALOG_FAMILY_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The catalog family as a string
CatalogTracker - Class in org.apache.hadoop.hbase.catalog
Tracks the availability of the catalog tables -ROOT- and .META..
CatalogTracker(HConnection) - Constructor for class org.apache.hadoop.hbase.catalog.CatalogTracker
Constructs a catalog tracker.
CatalogTracker(ZooKeeperWatcher, HConnection, Abortable) - Constructor for class org.apache.hadoop.hbase.catalog.CatalogTracker
Constructs the catalog tracker.
CatalogTracker(ZooKeeperWatcher, HConnection, Abortable, int) - Constructor for class org.apache.hadoop.hbase.catalog.CatalogTracker
Constructs the catalog tracker.
cellFromHBase(KeyValue) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
This utility method creates a list of Thrift TCell "struct" based on an Hbase Cell object.
cellFromHBase(KeyValue[]) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
This utility method creates a list of Thrift TCell "struct" based on an Hbase Cell array.
CellMessage - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellMessage.Cell - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellMessage.Cell.Builder - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a cell.
CellModel() - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Default constructor
CellModel(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellModel(byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellModel(KeyValue) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor from KeyValue
CellModel(byte[], long, byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellModel(byte[], byte[], long, byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellSetMessage - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellSetMessage.CellSet - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellSetMessage.CellSet.Builder - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellSetMessage.CellSet.Row - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellSetMessage.CellSet.Row.Builder - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
CellSetModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a grouping of cells.
CellSetModel() - Constructor for class org.apache.hadoop.hbase.rest.model.CellSetModel
Constructor
CellSetModel(List<RowModel>) - Constructor for class org.apache.hadoop.hbase.rest.model.CellSetModel
 
ChangedReadersObserver - Interface in org.apache.hadoop.hbase.regionserver
If set of MapFile.Readers in Store change, implementors are notified.
changeOnlineStatus(Configuration, byte[], boolean) - Static method in class org.apache.hadoop.hbase.util.MetaUtils
Set a single region on/offline.
channelRead(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.hadoop.hbase.ipc.HBaseServer
This is a wrapper around ReadableByteChannel.read(ByteBuffer).
channelWrite(WritableByteChannel, ByteBuffer) - Static method in class org.apache.hadoop.hbase.ipc.HBaseServer
This is a wrapper around WritableByteChannel.write(ByteBuffer).
checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
Atomically checks if a row/family/qualifier value match the expectedValue.
checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Atomically checks if a row/family/qualifier value matches the expected value.
checkAndDelete(byte[], byte[], byte[], byte[], byte[], Delete) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Atomically checks if a row/family/qualifier value match the expectedValue.
checkAndDelete(byte[], byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
checkAndMutate(byte[], byte[], byte[], byte[], Writable, Integer, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
Atomically checks if a row/family/qualifier value match the expectedValue.
checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Atomically checks if a row/family/qualifier value matches the expected value.
checkAndPut(byte[], byte[], byte[], byte[], byte[], Put) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Atomically checks if a row/family/qualifier value match the expectedValue.
checkAndPut(byte[], byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
checkColumn(byte[], int, int, long) - Method in interface org.apache.hadoop.hbase.regionserver.ColumnTracker
Keeps track of the number of versions for the columns asked for
checkColumn(byte[], int, int, long) - Method in class org.apache.hadoop.hbase.regionserver.ExplicitColumnTracker
Checks against the parameters of the query and the columns which have already been processed by this query.
checkColumn(byte[], int, int, long) - Method in class org.apache.hadoop.hbase.regionserver.ScanWildcardColumnTracker
Can only return INCLUDE or SKIP, since returning "NEXT" or "DONE" would imply we have finished with this row, when this class can't figure that out.
checkdir(FileSystem, Path) - Method in class org.apache.hadoop.hbase.util.FSUtils
Check if directory exists.
checkExists(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Check if the specified node exists.
checkFileSystem() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
Checks to see if the file system is still accessible.
checkFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Checks to see if the file system is still accessible.
checkFileSystemAvailable(FileSystem) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Checks to see if the specified file system is available
checkHBaseAvailable(Configuration) - Static method in class org.apache.hadoop.hbase.client.HBaseAdmin
Check to see if HBase is running.
checkIOException(IOException) - Static method in class org.apache.hadoop.hbase.RemoteExceptionHandler
Examine passed IOException.
checkOOME(Throwable) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler
Take actions on the event of an OutOfMemoryError.
checkOOME(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
checkOpen() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Called to verify that this server is up and running.
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.hadoop.hbase.mapred.TableOutputFormat
Deprecated.  
checkOutputSpecs(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
Checks if the output target exists.
checkReadOnly() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
checkTableModifiable(byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
checkTableModifiable(byte[]) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Check table is modifiable; i.e.
checkThrowable(Throwable) - Static method in class org.apache.hadoop.hbase.RemoteExceptionHandler
Examine passed Throwable.
checkVersion(FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Verifies current version of file system
checkVersion(FileSystem, Path, boolean, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Verifies current version of file system
Chore - Class in org.apache.hadoop.hbase
Chore is a task performed on a period in hbase.
Chore(String, int, Stoppable) - Constructor for class org.apache.hadoop.hbase.Chore
 
chore() - Method in class org.apache.hadoop.hbase.Chore
Look for chores.
chore() - Method in class org.apache.hadoop.hbase.master.AssignmentManager.TimeoutMonitor
 
chore() - Method in class org.apache.hadoop.hbase.master.LogCleaner
 
CLASS_TO_CODE - Static variable in interface org.apache.hadoop.hbase.io.CodeToClassAndBack
Static map that contains mapping from class to code
classifyExs(List<Throwable>) - Static method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
 
classList - Static variable in interface org.apache.hadoop.hbase.io.CodeToClassAndBack
Class list for supported classes
ClassSize - Class in org.apache.hadoop.hbase.util
Class for determining the "size" of a class, an attempt to calculate the actual bytes that an object of this class will occupy in memory The core of this class is taken from the Derby project
ClassSize() - Constructor for class org.apache.hadoop.hbase.util.ClassSize
 
cleanPreviousInstance(String) - Method in class org.apache.hadoop.hbase.master.DeadServer
A dead server that comes back alive has a different start code.
cleanup(Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, Put>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication.Verifier
 
cleanupJob(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
clear() - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
clear() - Method in class org.apache.hadoop.hbase.master.DeadServer
 
clear() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Clears all entries from the map.
clear() - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clear() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clear() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
clearAttrs() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearAttrs() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearAverageLoad() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearBatch() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearColumn() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
clearColumns() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearColumns() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearCompression() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearData() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
clearDeadNodes() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearEndKey() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearEndRow() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearEndTime() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearFilter() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearFromTransition(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.HMaster
 
clearHeapSizeMB() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearId() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearInMemory() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearJerseyVersion() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clearJvmVersion() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clearKey() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
clearLiveNodes() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearLocation() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearMaxVersions() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearMaxVersions() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearOsVersion() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clearReadOnly() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearRegionCache() - Method in interface org.apache.hadoop.hbase.client.HConnection
Allows flushing the region cache.
clearRegionCache(byte[]) - Method in interface org.apache.hadoop.hbase.client.HConnection
Allows flushing the region cache of all locations that pertain to tableName
clearRegionCache() - Method in class org.apache.hadoop.hbase.client.HTable
Explicitly clears the region cache to fetch the latest value from META.
clearRegionFromTransition(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
Clears the specified region from being in transition.
clearRegions() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearRegions() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearRegions() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clearRequests() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearRequests() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearRestVersion() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clearRow() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
clearRows() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
clearServerVersion() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clearStartCode() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearStartKey() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearStartRow() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearStartTime() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearStorefiles() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearStorefileSizeMB() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearStores() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearTimestamp() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
clearTtl() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearValue() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clearValue() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clearValues() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
Client - Class in org.apache.hadoop.hbase.rest.client
A wrapper around HttpClient which provides some useful function and semantics for interacting with the REST gateway.
Client() - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Default Constructor
Client(Cluster) - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Constructor
CLIENTS - Static variable in class org.apache.hadoop.hbase.ipc.HBaseRPC
 
ClockOutOfSyncException - Exception in org.apache.hadoop.hbase
This exception is thrown by the master when a region server clock skew is too high.
ClockOutOfSyncException(String) - Constructor for exception org.apache.hadoop.hbase.ClockOutOfSyncException
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue
Clones a KeyValue.
clone() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue.RootComparator
 
clone() - Method in class org.apache.hadoop.hbase.master.DeadServer
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clone() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
clone() - Method in exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result
Deprecated. 
clone() - Method in exception org.apache.hadoop.hbase.thrift.generated.IllegalArgument
Deprecated. 
clone() - Method in exception org.apache.hadoop.hbase.thrift.generated.IOError
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.TCell
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
Deprecated. 
clone() - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
Deprecated. 
close() - Method in class org.apache.hadoop.hbase.client.HTable.ClientScanner
 
close() - Method in class org.apache.hadoop.hbase.client.HTable
 
close() - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Releases any resources help or pending changes in internal buffers.
close() - Method in interface org.apache.hadoop.hbase.client.ResultScanner
Closes the scanner and releases any resources it has allocated
close() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
close() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
 
close() - Method in class org.apache.hadoop.hbase.ipc.ByteBufferOutputStream
 
close(long) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Close a scanner
close(Reporter) - Method in class org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter
Deprecated.  
close() - Method in class org.apache.hadoop.hbase.mapred.TableRecordReader
 
close() - Method in class org.apache.hadoop.hbase.mapred.TableRecordReaderImpl
 
close(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat.MultiTableRecordWriter
 
close(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat.TableRecordWriter
Closes the writer, in this case flush table commits.
close() - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReader
Closes the split.
close() - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
Closes the split.
close() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Close down this HRegion.
close(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Close down this HRegion.
close(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
close() - Method in interface org.apache.hadoop.hbase.regionserver.InternalScanner
Closes the scanner and releases any resources it has allocated
close() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
close() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Close the KeyValue scanner.
close() - Method in class org.apache.hadoop.hbase.regionserver.Leases
Shut down this Leases instance.
close() - Method in class org.apache.hadoop.hbase.regionserver.MemStore.MemStoreScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
 
close() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Writer
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Shut down the log.
close() - Method in interface org.apache.hadoop.hbase.regionserver.wal.HLog.Reader
 
close() - Method in interface org.apache.hadoop.hbase.regionserver.wal.HLog.Writer
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogWriter
 
close() - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
close() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
close() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
close() - Method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
Close the connection to ZooKeeper.
closeAfterLeasesExpire() - Method in class org.apache.hadoop.hbase.regionserver.Leases
Shuts down this lease instance when all outstanding leases expire.
closeAllRegions(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Closes all regions.
closeAndDelete() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Shut down the log and delete the log directory
closeConnection(HBaseServer.Connection) - Method in class org.apache.hadoop.hbase.ipc.HBaseServer
 
ClosedRegionHandler - Class in org.apache.hadoop.hbase.master.handler
Handles CLOSED region event on Master.
ClosedRegionHandler(Server, AssignmentManager, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.master.handler.ClosedRegionHandler
 
CloseMetaHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles closing of the root region on a region server.
CloseMetaHandler(Server, RegionServerServices, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseMetaHandler
 
CloseMetaHandler(Server, RegionServerServices, HRegionInfo, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseMetaHandler
 
closeReader() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
closeRecoveredQueue(ReplicationSourceInterface) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Clear the references to the specified old source
closeRegion(String, String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Close a region.
closeRegion(byte[], String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Close a region.
closeRegion(HRegionInfo) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Closes the specified region.
closeRegion(HRegionInfo, boolean) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Closes the specified region and will use or not use ZK during the close according to the specified flag.
closeRegion(HRegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
closeRegion(HRegionInfo, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
closeRegion(HRegionInfo, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
CloseRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles closing of a region on a region server.
CloseRegionHandler(Server, RegionServerServices, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
CloseRegionHandler(Server, RegionServerServices, HRegionInfo, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
This method used internally by the RegionServer to close out regions.
CloseRegionHandler(Server, RegionServerServices, HRegionInfo, boolean, boolean, EventHandler.EventType) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
closeRegionSilentlyAndWait(Configuration, HServerAddress, HRegionInfo) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
 
CloseRootHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles closing of the root region on a region server.
CloseRootHandler(Server, RegionServerServices, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRootHandler
 
CloseRootHandler(Server, RegionServerServices, HRegionInfo, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRootHandler
 
closeTablePool(String) - Method in class org.apache.hadoop.hbase.client.HTablePool
Closes all the HTable instances , belonging to the given table, in the table pool.
closeTablePool(byte[]) - Method in class org.apache.hadoop.hbase.client.HTablePool
See HTablePool.closeTablePool(String).
Cluster - Class in org.apache.hadoop.hbase.rest.client
A list of 'host:port' addresses of HTTP servers operating as a single entity, for example multiple redundant web service gateways.
Cluster() - Constructor for class org.apache.hadoop.hbase.rest.client.Cluster
Constructor
Cluster(List<String>) - Constructor for class org.apache.hadoop.hbase.rest.client.Cluster
Constructor
CLUSTER_DISTRIBUTED - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is in distributed mode or not
CLUSTER_IS_DISTRIBUTED - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is fully-distributed
CLUSTER_IS_LOCAL - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is standalone or pseudo-distributed
clusterStateZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
 
ClusterStatus - Class in org.apache.hadoop.hbase
Status information on the HBase cluster.
ClusterStatus() - Constructor for class org.apache.hadoop.hbase.ClusterStatus
Constructor, for Writable
ClusterStatusTracker - Class in org.apache.hadoop.hbase.zookeeper
Tracker on cluster settings up in zookeeper.
ClusterStatusTracker(ZooKeeperWatcher, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.ClusterStatusTracker
Creates a cluster status tracker.
CODE_TO_CLASS - Static variable in interface org.apache.hadoop.hbase.io.CodeToClassAndBack
Static map that contains mapping from code to class
CodeToClassAndBack - Interface in org.apache.hadoop.hbase.io
A Static Interface.
CodeToClassAndBack.InternalStaticLoader - Class in org.apache.hadoop.hbase.io
Class that loads the static maps with their values.
codeToType(byte) - Static method in enum org.apache.hadoop.hbase.KeyValue.Type
Cannot rely on enum ordinals .
colDescFromHbase(HColumnDescriptor) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
This utility method creates a new Thrift ColumnDescriptor "struct" based on an Hbase HColumnDescriptor object.
colDescFromThrift(ColumnDescriptor) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
This utility method creates a new Hbase HColumnDescriptor object based on a Thrift ColumnDescriptor "struct".
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
name of column
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
name of column whose value is to be deleted
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
name of column whose value is to be deleted
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
column name
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
column name
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
column name
column - Variable in class org.apache.hadoop.hbase.thrift.generated.Mutation
 
COLUMN_FAMILY_DELIM_ARRAY - Static variable in class org.apache.hadoop.hbase.KeyValue
 
COLUMN_FAMILY_DELIMITER - Static variable in class org.apache.hadoop.hbase.KeyValue
Colon character in UTF-8
COLUMN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
COLUMN_LIST - Static variable in class org.apache.hadoop.hbase.mapred.TableInputFormat
Deprecated. space delimited list of columns
ColumnCount - Class in org.apache.hadoop.hbase.regionserver
Simple wrapper for a byte buffer and a counter.
ColumnCount(byte[]) - Constructor for class org.apache.hadoop.hbase.regionserver.ColumnCount
Constructor
ColumnCount(byte[], int) - Constructor for class org.apache.hadoop.hbase.regionserver.ColumnCount
Constructor
ColumnCount(byte[], int, int, int) - Constructor for class org.apache.hadoop.hbase.regionserver.ColumnCount
Constuctor
ColumnCountGetFilter - Class in org.apache.hadoop.hbase.filter
Simple filter that returns first N columns on row only.
ColumnCountGetFilter() - Constructor for class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
Used during serialization.
ColumnCountGetFilter(int) - Constructor for class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
ColumnDescriptor - Class in org.apache.hadoop.hbase.thrift.generated
An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
ColumnDescriptor() - Constructor for class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
ColumnDescriptor(byte[], int, String, boolean, String, int, int, boolean, int) - Constructor for class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
ColumnDescriptor(ColumnDescriptor) - Constructor for class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
Performs a deep copy on other.
ColumnDescriptor._Fields - Enum in org.apache.hadoop.hbase.thrift.generated
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
columnFamilies - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
list of column family descriptors
columnFamily - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
columnFamily - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
ColumnPaginationFilter - Class in org.apache.hadoop.hbase.filter
A filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset.
ColumnPaginationFilter() - Constructor for class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
Used during serialization.
ColumnPaginationFilter(int, int) - Constructor for class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
 
ColumnPrefixFilter - Class in org.apache.hadoop.hbase.filter
This filter is used for selecting only those keys with columns that matches a particular prefix.
ColumnPrefixFilter() - Constructor for class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
 
ColumnPrefixFilter(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
 
columnQualifier - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
columnQualifier - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
columns - Variable in class org.apache.hadoop.hbase.avro.generated.ADelete
 
columns - Variable in class org.apache.hadoop.hbase.avro.generated.AGet
 
columns - Variable in class org.apache.hadoop.hbase.avro.generated.AScan
 
columns - Variable in class org.apache.hadoop.hbase.mapred.GroupingTableMap
Deprecated.  
columns - Variable in class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
The grouping columns.
columns - Variable in class org.apache.hadoop.hbase.regionserver.ScanQueryMatcher
Keeps track of columns and versions
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
List of columns to return, null for all columns
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
List of columns to return, null for all columns
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
List of columns to return, null for all columns
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
List of columns to return, null for all columns
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
columns to scan.
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
columns to scan.
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
the columns you want returned
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
columns to scan.
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
columns to scan.
columns - Variable in class org.apache.hadoop.hbase.thrift.generated.TRowResult
 
COLUMNS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
COLUMNS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
ColumnSchemaMessage - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema.Attribute - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema.Attribute.Builder - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema.Builder - Class in org.apache.hadoop.hbase.rest.protobuf.generated
 
ColumnSchemaModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a column family schema.
ColumnSchemaModel() - Constructor for class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Default constructor
ColumnTracker - Interface in org.apache.hadoop.hbase.regionserver
Implementing classes of this interface will be used for the tracking and enforcement of columns and numbers of versions during the course of a Get or Scan operation.
columnValues - Variable in class org.apache.hadoop.hbase.avro.generated.APut
 
commitTask(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
compact(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Compact a table or an individual region.
compact(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Compact a table or an individual region.
compact(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
compact(byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
 
compact(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
compactBloom() - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Compact the bloom before writing metadata & data to disk
compactBloom() - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
compactBloom() - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
compactionQueueSize - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Size of the compaction queue.
CompactionRequestor - Interface in org.apache.hadoop.hbase.regionserver
 
compactionSize - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
 
compactionTime - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
time each scheduled compaction takes
compactRecent(int) - Method in class org.apache.hadoop.hbase.regionserver.Store
 
compactRegion(HRegionInfo, boolean) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Compacts the specified region.
compactRegion(HRegionInfo, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
CompactSplitThread - Class in org.apache.hadoop.hbase.regionserver
Compact region on request and then run split if appropriate
CompactSplitThread(HRegionServer) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactSplitThread
 
compactStores() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Called by compaction thread and after region is opened to compact the HStores if necessary.
comparator - Variable in class org.apache.hadoop.hbase.filter.CompareFilter
 
comparator() - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
Comparator for plain key/values; i.e.
comparator() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
compare(HServerInfo, HServerInfo) - Method in class org.apache.hadoop.hbase.HServerInfo.LoadComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
 
compare(long) - Method in class org.apache.hadoop.hbase.io.TimeRange
Compare the timestamp to timerange
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compare(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compare(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compare(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.RowComparator
 
compare(Path, Path) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.LogsComparator
 
compare(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compareColumns(byte[], int, int, int, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compareColumns(KeyValue, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
CompareFilter - Class in org.apache.hadoop.hbase.filter
This is a generic filter to be used to filter by comparison.
CompareFilter() - Constructor for class org.apache.hadoop.hbase.filter.CompareFilter
Writable constructor, do not use.
CompareFilter(CompareFilter.CompareOp, WritableByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.CompareFilter
Constructor.
CompareFilter.CompareOp - Enum in org.apache.hadoop.hbase.filter
Comparison operators.
compareOp - Variable in class org.apache.hadoop.hbase.filter.CompareFilter
 
compareResults(Result, Result) - Static method in class org.apache.hadoop.hbase.client.Result
Does a deep comparison of two Results, down to the byte arrays.
compareRowid(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compareRows(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(KeyValue, short, KeyValue, short) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(KeyValue, byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.RootKeyComparator
 
compareTimestamps(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareTo(Object) - Method in class org.apache.hadoop.hbase.client.Action
 
compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Delete
 
compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Get
 
compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Put
 
compareTo(Runnable) - Method in class org.apache.hadoop.hbase.executor.EventHandler
Default prioritized runnable comparator which implements a FIFO ordering.
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.RegexStringComparator
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.SubstringComparator
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.WritableByteArrayComparable
 
compareTo(HColumnDescriptor) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
compareTo(HRegionInfo) - Method in class org.apache.hadoop.hbase.HRegionInfo
 
compareTo(HRegionLocation) - Method in class org.apache.hadoop.hbase.HRegionLocation
 
compareTo(HServerAddress) - Method in class org.apache.hadoop.hbase.HServerAddress
 
compareTo(HServerInfo) - Method in class org.apache.hadoop.hbase.HServerInfo
 
compareTo(HServerLoad) - Method in class org.apache.hadoop.hbase.HServerLoad
 
compareTo(HTableDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
compareTo(CachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
compareTo(ImmutableBytesWritable) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Define the sort order of the BytesWritable.
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Compares the bytes in this object to the specified byte array
compareTo(TableSplit) - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
compareTo(TableSplit) - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Compares this split against the given one.
compareTo(LoadBalancer.RegionPlan) - Method in class org.apache.hadoop.hbase.master.LoadBalancer.RegionPlan
Compare the region info.
compareTo(HLogKey) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLogKey
 
compareTo(AlreadyExists) - Method in exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
 
compareTo(BatchMutation) - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
compareTo(ColumnDescriptor) - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
compareTo(Hbase.atomicIncrement_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
 
compareTo(Hbase.atomicIncrement_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result
 
compareTo(Hbase.compact_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args
 
compareTo(Hbase.compact_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result
 
compareTo(Hbase.createTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
compareTo(Hbase.createTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
 
compareTo(Hbase.deleteAll_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
 
compareTo(Hbase.deleteAll_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result
 
compareTo(Hbase.deleteAllRow_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
 
compareTo(Hbase.deleteAllRow_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result
 
compareTo(Hbase.deleteAllRowTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
 
compareTo(Hbase.deleteAllRowTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result
 
compareTo(Hbase.deleteAllTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
 
compareTo(Hbase.deleteAllTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result
 
compareTo(Hbase.deleteTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args
 
compareTo(Hbase.deleteTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result
 
compareTo(Hbase.disableTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args
 
compareTo(Hbase.disableTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result
 
compareTo(Hbase.enableTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args
 
compareTo(Hbase.enableTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result
 
compareTo(Hbase.get_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
 
compareTo(Hbase.get_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
 
compareTo(Hbase.getColumnDescriptors_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args
 
compareTo(Hbase.getRow_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
 
compareTo(Hbase.getRows_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
 
compareTo(Hbase.getRowsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
 
compareTo(Hbase.getRowsWithColumns_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
compareTo(Hbase.getRowsWithColumnsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
compareTo(Hbase.getRowTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
 
compareTo(Hbase.getRowWithColumns_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
compareTo(Hbase.getRowWithColumnsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
compareTo(Hbase.getTableNames_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args
 
compareTo(Hbase.getTableNames_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
 
compareTo(Hbase.getTableRegions_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args
 
compareTo(Hbase.getTableRegions_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
 
compareTo(Hbase.getVer_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
 
compareTo(Hbase.getVer_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
 
compareTo(Hbase.getVerTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
 
compareTo(Hbase.getVerTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
 
compareTo(Hbase.isTableEnabled_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args
 
compareTo(Hbase.isTableEnabled_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result
 
compareTo(Hbase.majorCompact_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args
 
compareTo(Hbase.majorCompact_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result
 
compareTo(Hbase.mutateRow_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
 
compareTo(Hbase.mutateRow_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result
 
compareTo(Hbase.mutateRows_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
 
compareTo(Hbase.mutateRows_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result
 
compareTo(Hbase.mutateRowsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
 
compareTo(Hbase.mutateRowsTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result
 
compareTo(Hbase.mutateRowTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
 
compareTo(Hbase.mutateRowTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result
 
compareTo(Hbase.scannerClose_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args
 
compareTo(Hbase.scannerClose_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result
 
compareTo(Hbase.scannerGet_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args
 
compareTo(Hbase.scannerGetList_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args
 
compareTo(Hbase.scannerOpen_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
compareTo(Hbase.scannerOpen_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result
 
compareTo(Hbase.scannerOpenTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
compareTo(Hbase.scannerOpenTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result
 
compareTo(Hbase.scannerOpenWithPrefix_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
compareTo(Hbase.scannerOpenWithPrefix_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result
 
compareTo(Hbase.scannerOpenWithStop_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
compareTo(Hbase.scannerOpenWithStop_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result
 
compareTo(Hbase.scannerOpenWithStopTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
compareTo(Hbase.scannerOpenWithStopTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result
 
compareTo(IllegalArgument) - Method in exception org.apache.hadoop.hbase.thrift.generated.IllegalArgument
 
compareTo(IOError) - Method in exception org.apache.hadoop.hbase.thrift.generated.IOError
 
compareTo(Mutation) - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
 
compareTo(TCell) - Method in class org.apache.hadoop.hbase.thrift.generated.TCell
 
compareTo(TRegionInfo) - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
 
compareTo(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
compareTo(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Lexographically compare two arrays.
completeCacheFlush(byte[], byte[], long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Complete the cache flush Protected by cacheFlushLock
completeMemstoreInsert(ReadWriteConsistencyControl.WriteEntry) - Method in class org.apache.hadoop.hbase.regionserver.ReadWriteConsistencyControl
 
compression - Variable in class org.apache.hadoop.hbase.avro.generated.AColumnFamilyDescriptor
 
compression - Variable in class org.apache.hadoop.hbase.avro.generated.AFamilyDescriptor
 
COMPRESSION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
Compression - Class in org.apache.hadoop.hbase.io.hfile
Compression related stuff.
compression - Variable in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
Compression.Algorithm - Enum in org.apache.hadoop.hbase.io.hfile
Compression algorithms.
COMPRESSION_COMPACT - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
COMPRESSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
CompressionTest - Class in org.apache.hadoop.hbase.util
Compression validation test.
CompressionTest() - Constructor for class org.apache.hadoop.hbase.util.CompressionTest
 
computeFilename() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
This is a convenience method that computes a new filename with a given using the current HLog file-number
computeFilename(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
This is a convenience method that computes a new filename with a given file-number.
CONCURRENT_HASHMAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap
CONCURRENT_HASHMAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap.Entry
CONCURRENT_HASHMAP_SEGMENT - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap.Segment
CONCURRENT_SKIPLISTMAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentSkipListMap
CONCURRENT_SKIPLISTMAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentSkipListMap Entry
conf - Variable in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
conf - Variable in class org.apache.hadoop.hbase.ipc.HBaseClient
 
conf - Variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.wal.HLogSplitter
 
conf - Variable in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.GroupingTableMap
Deprecated.  
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.HRegionPartitioner
Deprecated.  
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TableInputFormat
Deprecated.  
configureIncrementalLoad(Job, HTable) - Static method in class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat
Configure a MapReduce Job to perform an incremental load into the given table.
connect(Configuration, Watcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Creates a new connection to ZooKeeper, pulling settings and ensemble config from the specified configuration object using methods from ZKConfig.
connect(Configuration, String, Watcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
 
connect(Configuration, String, Watcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
 
connection - Variable in class org.apache.hadoop.hbase.client.ServerCallable
 
connectionList - Variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
connections - Variable in class org.apache.hadoop.hbase.ipc.HBaseClient
 
connectToPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
This method connects this cluster to another one and registers it in this region server's replication znode
Constants - Interface in org.apache.hadoop.hbase.rest
Common constants for org.apache.hadoop.hbase.rest
constructMaster(Class<? extends HMaster>, Configuration) - Static method in class org.apache.hadoop.hbase.master.HMaster
Utility for constructing an instance of the passed HMaster class.
constructRegionServer(Class<? extends HRegionServer>, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Utility for constructing an instance of the passed HRegionServer class.
contains(Object) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
contains(Object) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
contains(byte[], ByteBuffer) - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Check if the specified key is contained in the bloom filter.
contains(byte[], int, int, ByteBuffer) - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Check if the specified key is contained in the bloom filter.
contains(byte[], ByteBuffer) - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
contains(byte[], int, int, ByteBuffer) - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
contains(byte[], ByteBuffer) - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
contains(byte[], int, int, ByteBuffer) - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
containsColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
Checks for existence of the specified column.
containsKey(Object) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
containsKey(Object) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Checks whether there is a value in the map for the specified key.
containsKey(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
containsRange(byte[], byte[]) - Method in class org.apache.hadoop.hbase.HRegionInfo
Returns true if the given inclusive range of rows is fully contained by this region.
containsRow(byte[]) - Method in class org.apache.hadoop.hbase.HRegionInfo
Return true if the given row falls in this region.
containsValue(Object) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Checks whether this is a mapping which contains the specified value.
containsValue(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
convertToKeyOnly(boolean) - Method in class org.apache.hadoop.hbase.KeyValue
Converts this KeyValue to only contain the key portion (the value is changed to be null).
copyBytes() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Returns a copy of the bytes referred to by this writable
COPYONWRITE_ARRAYLIST - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CopyOnWriteArrayList
COPYONWRITE_ARRAYSET - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CopyOnWriteArraySet
copyQueuesFromRS(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
This methods copies all the hlogs queues from another region server and returns them all sorted per peer cluster (appended with the dead server's znode)
CopyTable - Class in org.apache.hadoop.hbase.mapreduce
Tool used to copy a table to another one which can be on a different setup.
CopyTable() - Constructor for class org.apache.hadoop.hbase.mapreduce.CopyTable
 
copyWritable(Writable, Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
Copy one Writable to another.
copyWritable(byte[], Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
Copy one Writable to another.
counter - Variable in class org.apache.hadoop.hbase.ipc.HBaseClient
 
create() - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Creates a Configuration with HBase resources
create(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Creates a clone of passed configuration.
create(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Create file.
createAndFailSilent(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Creates the specified node, if the node does not exist.
createAndWatch(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Creates the specified node with the specified data and watches it.
createCompressionStream(OutputStream, Compressor, int) - Method in enum org.apache.hadoop.hbase.io.hfile.Compression.Algorithm
 
createConfigurationSubset() - Method in class org.apache.hadoop.hbase.master.HMaster
 
createDecompressionStream(InputStream, Decompressor, int) - Method in enum org.apache.hadoop.hbase.io.hfile.Compression.Algorithm
 
createEphemeralNodeAndWatch(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Set the specified znode to be an ephemeral node carrying the specified data.
createFirstOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue that is smaller than all other possible KeyValues for the given row.
createFirstOnRow(byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue that is smaller than all other KeyValues that are older than the passed timestamp.
createFirstOnRow(byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
Deprecated.  
createFirstOnRow(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be smaller than all other possible KeyValues that have the same row,family,qualifier.
createFirstOnRow(byte[], byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createFirstOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be smaller than all other possible KeyValues that have the same row, family, qualifier.
createGroupKey(byte[][]) - Method in class org.apache.hadoop.hbase.mapred.GroupingTableMap
Deprecated. Create a key by concatenating multiple column values.
createGroupKey(byte[][]) - Method in class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
Create a key by concatenating multiple column values.
createHRegion(HRegionInfo, Path, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Convenience method creating new HRegions.
createHTable(String) - Method in class org.apache.hadoop.hbase.client.HTablePool
 
createHTableInterface(Configuration, byte[]) - Method in class org.apache.hadoop.hbase.client.HTableFactory
 
createHTableInterface(Configuration, byte[]) - Method in interface org.apache.hadoop.hbase.client.HTableInterfaceFactory
Creates a new HTableInterface.
createKey() - Method in class org.apache.hadoop.hbase.mapred.TableRecordReader
 
createKey() - Method in class org.apache.hadoop.hbase.mapred.TableRecordReaderImpl
 
createKey(String) - Static method in class org.apache.hadoop.hbase.util.Keying
Makes a key out of passed URI for use as row name or column qualifier.
createKeyValueFromKey(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createKeyValueFromKey(ByteBuffer) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createKeyValueFromKey(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createLastOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue that is last on the specified row id.
createLastOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be larger than or equal to all other possible KeyValues that have the same row, family, qualifier.
createLease(String, LeaseListener) - Method in class org.apache.hadoop.hbase.regionserver.Leases
Obtain a lease
createLogSplitter(Configuration, Path, Path, Path, FileSystem) - Static method in class org.apache.hadoop.hbase.regionserver.wal.HLogSplitter
Create a new HLogSplitter using the given Configuration and the hbase.hlog.splitter.impl property to derived the instance class to use.
createMasterThread(Configuration, Class<? extends HMaster>, int) - Static method in class org.apache.hadoop.hbase.util.JVMClusterUtil
Creates a JVMClusterUtil.MasterThread.
createMetrics(Class<?>[]) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcMetrics
Generate metrics entries for all the methods defined in the list of interfaces.
createMetrics(Class<?>[], boolean) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcMetrics
Generate metrics entries for all the methods defined in the list of interfaces.
createNodeClosing(ZooKeeperWatcher, HRegionInfo, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Creates a new unassigned node in the CLOSING state for the specified region.
createNodeIfNotExistsAndWatch(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Creates the specified znode to be a persistent node carrying the specified data.
createNodeOffline(ZooKeeperWatcher, HRegionInfo, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Creates a new unassigned node in the OFFLINE state for the specified region.
createNodeOffline(ZooKeeperWatcher, HRegionInfo, String, EventHandler.EventType) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
 
createOrForceNodeOffline(ZooKeeperWatcher, HRegionInfo, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Creates or force updates an unassigned node to the OFFLINE state for the specified region.
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.CellSetModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
createProtobufOutput() - Method in interface org.apache.hadoop.hbase.rest.ProtobufMessageHandler
 
createReader() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Builds a TableRecordReader.
createRegionLoad(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
createRegionName(byte[], byte[], long, boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
Make a region name of passed parameters.
createRegionName(byte[], byte[], String, boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
Make a region name of passed parameters.
createRegionName(byte[], byte[], byte[], boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
Make a region name of passed parameters.
createRegionServerThread(Configuration, Class<? extends HRegionServer>, int) - Static method in class org.apache.hadoop.hbase.util.JVMClusterUtil
Creates a JVMClusterUtil.RegionServerThread.
createSetData(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Set data into node creating node if it doesn't yet exist.
createSubmittableJob(String[]) - Method in class org.apache.hadoop.hbase.mapred.RowCounter
Deprecated.  
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.CopyTable
Sets up the actual job.
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.Export
Sets up the actual job.
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.Import
Sets up the actual job.
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.ImportTsv
Sets up the actual job.
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication
Sets up the actual job.
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.RowCounter
Sets up the actual job.
createTable(ATableDescriptor) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
createTable(ATableDescriptor) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
createTable(HTableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Creates a new table.
createTable(HTableDescriptor, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Creates a new table with the specified number of regions.
createTable(HTableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Creates a new table with an initial set of empty regions defined by the specified split keys.
createTable(HTableDescriptor, byte[][]) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Creates a new table.
createTable(HTableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
createTable(HTableDescriptor, byte[][], boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
createTable(HTableDescriptor) - Method in class org.apache.hadoop.hbase.rest.client.RemoteAdmin
Creates a new table.
createTable(byte[], List<ColumnDescriptor>) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
createTable(byte[], List<ColumnDescriptor>) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Create a table with the specified column families.
createTable(byte[], List<ColumnDescriptor>) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
createTableAsync(HTableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Creates a new table but does not block and wait for it to come online.
createUserForTesting(Configuration, String, String[]) - Static method in class org.apache.hadoop.hbase.security.User
Generates a new User instance specifically for use in test code.
createValue() - Method in class org.apache.hadoop.hbase.mapred.TableRecordReader
 
createValue() - Method in class org.apache.hadoop.hbase.mapred.TableRecordReaderImpl
 
createWithParents(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Creates the specified node and all parent nodes required for it to exist.
createWriter(FileSystem, Path, int) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
Get a store file writer.
createWriter(FileSystem, Path, int, Compression.Algorithm, KeyValue.KVComparator, Configuration, StoreFile.BloomType, int) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
Create a store file writer.
createWriter(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Get a writer for the WAL.
createWriter(FileSystem, Path, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLogSplitter
Create a new HLog.Writer for writing log splits.
createWriterInstance(FileSystem, Path, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
This method allows subclasses to inject different writers without having to extend other methods like rollWriter().
csToACS(ClusterStatus) - Static method in class org.apache.hadoop.hbase.avro.AvroUtil
 
CurCall - Static variable in class org.apache.hadoop.hbase.ipc.HBaseServer
This is set to Call object before Handler invokes an RPC and reset after the call returns.
curKeys - Variable in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
The number of keys recorded in the current Bloom filter.
CURRENT_VERSION - Static variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
currentTimeMillis() - Method in class org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
Returns the currentTimeMillis.
currentTimeMillis() - Method in interface org.apache.hadoop.hbase.util.EnvironmentEdge
Returns the currentTimeMillis.
currentTimeMillis() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Defers to the delegate and calls the EnvironmentEdge.currentTimeMillis() method.
currentTimeMillis() - Method in class org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Returns the currentTimeMillis.
currentTimeMillis() - Method in class org.apache.hadoop.hbase.util.ManualEnvironmentEdge
 

D

DATA_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
DEADNODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
DeadServer - Class in org.apache.hadoop.hbase.master
Class to hold dead servers list and utility querying dead server list.
DeadServer(int) - Constructor for class org.apache.hadoop.hbase.master.DeadServer
 
deadServerNames - Variable in class org.apache.hadoop.hbase.avro.generated.AClusterStatus
 
deadServers - Variable in class org.apache.hadoop.hbase.avro.generated.AClusterStatus
 
DebugPrint - Class in org.apache.hadoop.hbase.regionserver
 
DebugPrint() - Constructor for class org.apache.hadoop.hbase.regionserver.DebugPrint
 
DECODE - Static variable in class org.apache.hadoop.hbase.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.apache.hadoop.hbase.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode4to3(byte[], int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
decodeFileToFile(String, String) - Static method in class org.apache.hadoop.hbase.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.apache.hadoop.hbase.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeRemoteException(RemoteException) - Static method in class org.apache.hadoop.hbase.RemoteExceptionHandler
Deprecated. Use RemoteException.unwrapRemoteException() instead. In fact we should look into deprecating this whole class - St.Ack 2010929
decodeToFile(String, String) - Static method in class org.apache.hadoop.hbase.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.apache.hadoop.hbase.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decorateMasterConfiguration(Configuration) - Static method in class org.apache.hadoop.hbase.replication.regionserver.Replication
This method modifies the master's configuration in order to inject replication-related features
decrement() - Method in class org.apache.hadoop.hbase.regionserver.ColumnCount
Decrement the current version count
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.MemStore
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.Store
 
deepCopy() - Method in exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result
 
deepCopy() - Method in exception org.apache.hadoop.hbase.thrift.generated.IllegalArgument
 
deepCopy() - Method in exception org.apache.hadoop.hbase.thrift.generated.IOError
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.TCell
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
 
deepCopy() - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
 
DEFAULT_BLOCKCACHE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default setting for whether to use a block cache or not.
DEFAULT_BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default size of blocks in files stored to the filesytem (hfiles).
DEFAULT_BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Default blocksize for hfile.
DEFAULT_BLOCKSIZE_SMALL - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFile
 
DEFAULT_BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default setting for whether or not to use bloomfilters.
DEFAULT_CLUSTER_ID - Static variable in class org.apache.hadoop.hbase.HConstants
Default cluster ID, cannot be used to identify a cluster so a key with this value means it wasn't meant for replication.
DEFAULT_COMPRESSION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default compression type.
DEFAULT_COMPRESSION - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Default compression name: none.
DEFAULT_COMPRESSION_ALGORITHM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Default compression: none.
DEFAULT_DEFERRED_LOG_FLUSH - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
DEFAULT_END_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.rest.RowSpec
 
DEFAULT_HBASE_CLIENT_SCANNER_MAX_RESULT_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Maximum number of bytes returned when calling a scanner's next method.
DEFAULT_HBASE_REGIONSERVER_LEASE_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_REGIONSERVER_LEASE_PERIOD_KEY.
DEFAULT_HBASE_RPC_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_RPC_TIMEOUT_KEY
DEFAULT_HOST - Static variable in class org.apache.hadoop.hbase.HConstants
default host address
DEFAULT_IN_MEMORY - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default setting for whether to serve from memory or not.
DEFAULT_KEYVALUE_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Strings
 
DEFAULT_LISTEN_PORT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
DEFAULT_MASTER_INFOPORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port for master web api
DEFAULT_MASTER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port that the master listens on
DEFAULT_MASTER_TYPE_BACKUP - Static variable in class org.apache.hadoop.hbase.HConstants
by default every master is a possible primary master unless the conf explicitly overrides it
DEFAULT_MAX_AGE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
DEFAULT_MAX_FILE_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Default maximum file size
DEFAULT_MAX_FILESIZE - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
DEFAULT_MEMSTORE_FLUSH_SIZE - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
DEFAULT_PATH - Static variable in class org.apache.hadoop.hbase.mapreduce.hadoopbackport.TotalOrderPartitioner
 
DEFAULT_READONLY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
DEFAULT_REGION_SERVER_CLASS - Static variable in class org.apache.hadoop.hbase.HConstants
Default region server interface class name.
DEFAULT_REGIONSERVER_INFOPORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port for region server web api
DEFAULT_REGIONSERVER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Default port region server listens on.
DEFAULT_REPLICATION_SCOPE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default scope.
DEFAULT_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Strings
 
DEFAULT_SIZE_RESERVATION_BLOCK - Static variable in class org.apache.hadoop.hbase.HConstants
Default size of a reservation block
DEFAULT_SLEEP_BEFORE_RERUN - Static variable in class org.apache.hadoop.hbase.util.HBaseFsck
 
DEFAULT_START_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.rest.RowSpec
 
DEFAULT_THREAD_WAKE_FREQUENCY - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for thread wake frequency
DEFAULT_TIME_LAG - Static variable in class org.apache.hadoop.hbase.util.HBaseFsck
 
DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default time to live of cell contents.
DEFAULT_VERSIONS - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default number of versions of a record to keep.
DEFAULT_ZOOKEEPER_ZNODE_PARENT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_ZOOKEPER_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
default client port that the zookeeper listens on
DefaultEnvironmentEdge - Class in org.apache.hadoop.hbase.util
Default implementation of an environment edge.
DefaultEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
 
DEFERRED_LOG_FLUSH - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
DEFERRED_LOG_FLUSH_KEY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
deferredLogFlush - Variable in class org.apache.hadoop.hbase.avro.generated.ATableDescriptor
 
delete(ByteBuffer, ADelete) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
delete(ByteBuffer, ADelete) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
Delete - Class in org.apache.hadoop.hbase.client
Used to perform Delete operations on a single row.
Delete() - Constructor for class org.apache.hadoop.hbase.client.Delete
Constructor for Writable.
Delete(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Delete
Create a Delete operation for the specified row.
Delete(byte[], long, RowLock) - Constructor for class org.apache.hadoop.hbase.client.Delete
Create a Delete operation for the specified row and timestamp, using an optional row lock.
Delete(Delete) - Constructor for class org.apache.hadoop.hbase.client.Delete
 
delete(Delete) - Method in class org.apache.hadoop.hbase.client.HTable
Deletes the specified cells/row.
delete(List<Delete>) - Method in class org.apache.hadoop.hbase.client.HTable
Deletes the specified cells/rows in bulk.
delete(Delete) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Deletes the specified cells/row.
delete(List<Delete>) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Deletes the specified cells/rows in bulk.
delete(byte[], Delete) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Deletes all the KeyValues that match those found in the Delete object, if their ts <= to the Delete.
delete(byte[], List<Delete>) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Put an array of deletes into the specified region
delete(Delete, Integer, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
delete(Map<byte[], List<KeyValue>>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
delete(byte[], Delete) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
delete(byte[], List<Delete>) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
delete(KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.Store
Adds a value to the memstore
delete(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a DELETE request
delete(Cluster, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a DELETE request
delete(Delete) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
delete(List<Delete>) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.rest.SchemaResource
 
deleteAll(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
deleteAll(byte[], byte[], byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Delete all cells that match the passed row and column.
deleteAll(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
deleteAllConnections(boolean) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Delete information for all connections.
deleteAllNodes(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Deletes all unassigned nodes regardless of their state.
deleteAllRow(byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
deleteAllRow(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Completely delete the row's cells.
deleteAllRow(byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
deleteAllRowTs(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
deleteAllRowTs(byte[], byte[], long) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Completely delete the row's cells marked with a timestamp equal-to or older than the passed timestamp.
deleteAllRowTs(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
deleteAllTs(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
deleteAllTs(byte[], byte[], byte[], long) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Delete all cells that match the passed row and column and whose timestamp is equal-to or older than the passed timestamp.
deleteAllTs(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
deleteChildrenRecursively(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Delete all the children of the specified node but not the node itself.
deleteClosedNode(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Deletes an existing unassigned node that is in the CLOSED state for the specified region.
deleteClosingNode(ZooKeeperWatcher, HRegionInfo) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Deletes an existing unassigned node that is in the CLOSING state for the specified region.
deleteColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
Delete the latest version of the specified column.
deleteColumn(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
Delete the specified version of the specified column.
deleteColumn(byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
Deprecated. use Delete.deleteColumn(byte[], byte[]) instead
deleteColumn(String, String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Delete a column from a table.
deleteColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Delete a column from a table.
deleteColumn(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Deletes a column from the specified table.
deleteColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
deleteColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MetaUtils
Offline version of the online TableOperation, org.apache.hadoop.hbase.master.DeleteColumn.
deleteColumns(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
Delete all versions of the specified column.
deleteColumns(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
Delete all versions of the specified column with a timestamp less than or equal to the specified timestamp.
deleteColumns(byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
Deprecated. use Delete.deleteColumn(byte[], byte[], long) instead
deleteConnection(Configuration, boolean) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Delete connection information for the instance specified by configuration.
deleteDaughterReferenceInParent(CatalogTracker, HRegionInfo, byte[], HRegionInfo) - Static method in class org.apache.hadoop.hbase.catalog.MetaEditor
Deletes daughter reference in offlined split parent.
deleteDirectory(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Delete if exists.
deleteFamily(ByteBuffer, ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
deleteFamily(ByteBuffer, ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
deleteFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
Delete all versions of all columns of the specified family.
deleteFamily(byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
Delete all columns of the specified family with a timestamp less than or equal to the specified timestamp.
deleteFamily(HRegionInfo, byte[]) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
deleteNode(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Delete the specified node.
deleteNode(ZooKeeperWatcher, String, int) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Delete the specified node with the specified version.
deleteNodeFailSilent(ZooKeeperWatcher, HRegionInfo) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Delete the assignment node regardless of its current state.
deleteNodeFailSilent(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Deletes the specified node.
deleteNodeRecursively(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Delete the specified node and all of it's children.
deleteOfflineNode(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Deletes an existing unassigned node that is in the OFFLINE state for the specified region.
deleteOpenedNode(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Deletes an existing unassigned node that is in the OPENED state for the specified region.
deleteOwnRSZNode() - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
Delete this cluster's queues
deleteReader() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
Delete this file
deleteRegion(CatalogTracker, HRegionInfo) - Static method in class org.apache.hadoop.hbase.catalog.MetaEditor
Deletes the specified region from META.
deleteRegion(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
deleteRegion(FileSystem, Path, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Deletes all the files for a HRegion
deleteRootLocation(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.catalog.RootLocationEditor
Deletes the location of -ROOT- in ZooKeeper.
deleteRsQueues(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
Recursive deletion of all znodes in specified rs' znode
deletes - Variable in class org.apache.hadoop.hbase.regionserver.ScanQueryMatcher
Keeps track of deletes
deleteSource(String, boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
Delete a complete queue of hlogs
deleteTable(ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
deleteTable(ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
deleteTable(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Deletes a table.
deleteTable(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Deletes a table.
deleteTable(byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Deletes a table
deleteTable(byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
deleteTable(byte[]) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
deleteTable(String) - Method in class org.apache.hadoop.hbase.rest.client.RemoteAdmin
Deletes a table.
deleteTable(byte[]) - Method in class org.apache.hadoop.hbase.rest.client.RemoteAdmin
Deletes a table.
deleteTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
deleteTable(byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Deletes a table
deleteTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
DeleteTableHandler - Class in org.apache.hadoop.hbase.master.handler
 
DeleteTableHandler(byte[], Server, MasterServices) - Constructor for class org.apache.hadoop.hbase.master.handler.DeleteTableHandler
 
DeleteTracker - Interface in org.apache.hadoop.hbase.regionserver
This interface is used for the tracking and enforcement of Deletes during the course of a Get or Scan operation.
DeleteTracker.DeleteCompare - Enum in org.apache.hadoop.hbase.regionserver
Return codes for comparison of two Deletes.
DELIMITER - Static variable in class org.apache.hadoop.hbase.HRegionInfo
delimiter used between portions of a region name
DependentColumnFilter - Class in org.apache.hadoop.hbase.filter
A filter for adding inter-column timestamp matching Only cells with a correspondingly timestamped entry in the target column will be retained Not compatible with Scan.setBatch as operations need full rows for correct filtering
DependentColumnFilter() - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
Should only be used for writable
DependentColumnFilter(byte[], byte[], boolean, CompareFilter.CompareOp, WritableByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
Build a dependent column filter with value checking dependent column varies will be compared using the supplied compareOp and comparator, for usage of which refer to CompareFilter
DependentColumnFilter(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
Constructor for DependentColumn filter.
DependentColumnFilter(byte[], byte[], boolean) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
Constructor for DependentColumn filter.
describeFamily(ByteBuffer, ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
describeFamily(ByteBuffer, ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
describeTable(ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
describeTable(ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
description - Variable in class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
 
deserializeRegionInfo(DataInput) - Method in class org.apache.hadoop.hbase.client.HTable
Read from in and deserialize the regions information.
destroy() - Method in class org.apache.hadoop.hbase.rest.filter.GzipFilter
 
disable() - Static method in class org.apache.hadoop.hbase.regionserver.DebugPrint
 
disablePeer(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
Stop the replication stream to the specified peer.
disableTable(ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
disableTable(ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
disableTable(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
disableTable(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Disable table and wait on completion.
disableTable(byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Take table offline
disableTable(byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
disableTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
disableTable(byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Disables a table (takes it off-line) If it is being served, the master will tell the servers to stop serving it.
disableTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
disableTableAsync(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
disableTableAsync(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Starts the disable of a table.
DisableTableHandler - Class in org.apache.hadoop.hbase.master.handler
Handler to run disable of a table.
DisableTableHandler(Server, byte[], CatalogTracker, AssignmentManager) - Constructor for class org.apache.hadoop.hbase.master.handler.DisableTableHandler
 
doBulkLoad(Path, HTable) - Method in class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
Perform a bulk load of the given directory into the given pre-existing table.
doCompare(CompareFilter.CompareOp, WritableByteArrayComparable, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.rest.filter.GzipFilter
 
doMain(String[]) - Static method in class org.apache.hadoop.hbase.avro.AvroServer
 
doMain(String[]) - Method in class org.apache.hadoop.hbase.util.ServerCommandLine
Parse and run the given command line.
doMetrics() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
done() - Method in interface org.apache.hadoop.hbase.regionserver.ColumnTracker
 
done() - Method in class org.apache.hadoop.hbase.regionserver.ExplicitColumnTracker
Done when there are no more columns to match against.
done() - Method in class org.apache.hadoop.hbase.regionserver.ScanWildcardColumnTracker
We can never know a-priori if we are done, so always return false.
doneWithColumn(byte[], int, int) - Method in class org.apache.hadoop.hbase.regionserver.ExplicitColumnTracker
This method is used to inform the column tracker that we are done with this column.
DoNotRetryIOException - Exception in org.apache.hadoop.hbase
Subclass if exception is not meant to be retried: e.g.
DoNotRetryIOException() - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
default constructor
DoNotRetryIOException(String) - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
 
DoNotRetryIOException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
 
DONT_BREAK_LINES - Static variable in class org.apache.hadoop.hbase.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doSmokeTest(FileSystem, Path, String) - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
doUpdates(MetricsContext) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcMetrics
Push the metrics to the monitoring subsystem on doUpdate() call.
doUpdates(MetricsContext) - Method in class org.apache.hadoop.hbase.master.metrics.MasterMetrics
Since this object is a registered updater, this method will be called periodically, e.g.
doUpdates(MetricsContext) - Method in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Since this object is a registered updater, this method will be called periodically, e.g.
doUpdates(MetricsContext) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkMetrics
 
doUpdates(MetricsContext) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceMetrics
 
doUpdates(MetricsContext) - Method in class org.apache.hadoop.hbase.rest.metrics.RESTMetrics
Since this object is a registered updater, this method will be called periodically, e.g.
doWrite(HRegionInfo, HLogKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
 
drainTo(Collection<? super HRegion>) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
drainTo(Collection<? super HRegion>, int) - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
Driver - Class in org.apache.hadoop.hbase.mapred
Deprecated. 
Driver() - Constructor for class org.apache.hadoop.hbase.mapred.Driver
Deprecated.  
Driver - Class in org.apache.hadoop.hbase.mapreduce
Driver for hbase mapreduce jobs.
Driver() - Constructor for class org.apache.hadoop.hbase.mapreduce.Driver
 
dropDependentColumn - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
DroppedSnapshotException - Exception in org.apache.hadoop.hbase
Thrown during flush if the possibility snapshot content was not properly persisted into store files.
DroppedSnapshotException(String) - Constructor for exception org.apache.hadoop.hbase.DroppedSnapshotException
 
DroppedSnapshotException() - Constructor for exception org.apache.hadoop.hbase.DroppedSnapshotException
default constructor
dump(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
 
dumps - Variable in class org.apache.hadoop.hbase.io.hfile.SimpleBlockCache
 
dumpToFile(String) - Static method in class org.apache.hadoop.hbase.regionserver.DebugPrint
 
DynamicByteBloomFilter - Class in org.apache.hadoop.hbase.util
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.
DynamicByteBloomFilter(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
Normal read constructor.
DynamicByteBloomFilter(int, float, int) - Constructor for class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
Normal write constructor.

E

element() - Method in class org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue
 
emitRecord(String, String, OutputRecord) - Method in class org.apache.hadoop.hbase.metrics.file.TimeStampingFileContext
 
EMPTY_BYTE_ARRAY - Static variable in class org.apache.hadoop.hbase.HConstants
An empty instance.
EMPTY_END_ROW - Static variable in class org.apache.hadoop.hbase.HConstants
Last row in a table.
EMPTY_HEADER_ARRAY - Static variable in class org.apache.hadoop.hbase.rest.client.Client
 
EMPTY_HMSG_ARRAY - Static variable in class org.apache.hadoop.hbase.HMsg
 
EMPTY_START_ROW - Static variable in class org.apache.hadoop.hbase.HConstants
Used by scanners, etc when they want to start at the beginning of a region
enable() - Static method in class org.apache.hadoop.hbase.regionserver.DebugPrint
 
enablePeer(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
Restart the replication stream to the specified peer.
enableTable(ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
enableTable(ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
enableTable(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
enableTable(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Enable a table.
enableTable(byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Puts the table on-line (only needed if table has been previously taken offline)
enableTable(byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
enableTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
enableTable(byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Brings a table on-line (enables it)
enableTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
enableTableAsync(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
enableTableAsync(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Brings a table on-line (enables it).
EnableTableHandler - Class in org.apache.hadoop.hbase.master.handler
Handler to run enable of a table.
EnableTableHandler(Server, byte[], CatalogTracker, AssignmentManager) - Constructor for class org.apache.hadoop.hbase.master.handler.EnableTableHandler
 
ENCODE - Static variable in class org.apache.hadoop.hbase.util.Base64
Specify encoding.
encode3to4(byte[], byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
encode3to4(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
encodeBytes(byte[]) - Static method in class org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.apache.hadoop.hbase.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.apache.hadoop.hbase.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.apache.hadoop.hbase.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.apache.hadoop.hbase.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeRegionName(byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
 
encodeToFile(byte[], String) - Static method in class org.apache.hadoop.hbase.util.Base64
Convenience method for encoding data to a file.
END - Static variable in class org.apache.hadoop.hbase.mapreduce.SimpleTotalOrderPartitioner
Deprecated. 
endKey - Variable in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
 
ENDKEY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region
 
ENDROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
ENDTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
enqueueLog(Path) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
enqueueLog(Path) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Add a log to the list of logs to replicate
entries - Variable in class org.apache.hadoop.hbase.avro.generated.AResult
 
entryLruList() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Debugging function that returns a List sorted by access time.
entrySet() - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
entrySet() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Intentionally unimplemented.
entrySet() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
entryTableSet() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Debugging function that returns a Set of all entries in the hash table.
EnvironmentEdge - Interface in org.apache.hadoop.hbase.util
Has some basic interaction with the environment.
EnvironmentEdgeManager - Class in org.apache.hadoop.hbase.util
Manages a singleton instance of the environment edge.
equals(Object) - Method in class org.apache.hadoop.hbase.ClusterStatus
 
equals(Object) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
equals(Object) - Method in class org.apache.hadoop.hbase.HMsg
 
equals(Object) - Method in class org.apache.hadoop.hbase.HRegionInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.HRegionLocation
 
equals(Object) - Method in class org.apache.hadoop.hbase.HServerAddress
 
equals(Object) - Method in class org.apache.hadoop.hbase.HServerInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.HServerLoad
 
equals(Object) - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
equals(Object) - Method in class org.apache.hadoop.hbase.KeyValue
 
equals(Object) - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
 
equals(Object) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Returns true is the specified entry has the same key and the same value as this entry.
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Intentionally unimplemented.
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLogKey
 
equals(Object) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.LogsComparator
 
equals(Object) - Method in exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
 
equals(AlreadyExists) - Method in exception org.apache.hadoop.hbase.thrift.generated.AlreadyExists
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
equals(BatchMutation) - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
equals(ColumnDescriptor) - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
 
equals(Hbase.atomicIncrement_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result
 
equals(Hbase.atomicIncrement_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args
 
equals(Hbase.compact_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result
 
equals(Hbase.compact_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
equals(Hbase.createTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
 
equals(Hbase.createTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
 
equals(Hbase.deleteAll_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result
 
equals(Hbase.deleteAll_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
 
equals(Hbase.deleteAllRow_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result
 
equals(Hbase.deleteAllRow_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
 
equals(Hbase.deleteAllRowTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result
 
equals(Hbase.deleteAllRowTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
 
equals(Hbase.deleteAllTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result
 
equals(Hbase.deleteAllTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args
 
equals(Hbase.deleteTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result
 
equals(Hbase.deleteTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args
 
equals(Hbase.disableTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result
 
equals(Hbase.disableTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args
 
equals(Hbase.enableTable_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result
 
equals(Hbase.enableTable_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
 
equals(Hbase.get_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
 
equals(Hbase.get_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args
 
equals(Hbase.getColumnDescriptors_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result
 
equals(Hbase.getColumnDescriptors_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
 
equals(Hbase.getRow_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result
 
equals(Hbase.getRow_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
 
equals(Hbase.getRows_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result
 
equals(Hbase.getRows_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
 
equals(Hbase.getRowsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result
 
equals(Hbase.getRowsTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
equals(Hbase.getRowsWithColumns_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result
 
equals(Hbase.getRowsWithColumns_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
equals(Hbase.getRowsWithColumnsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result
 
equals(Hbase.getRowsWithColumnsTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
 
equals(Hbase.getRowTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result
 
equals(Hbase.getRowTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
equals(Hbase.getRowWithColumns_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result
 
equals(Hbase.getRowWithColumns_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
equals(Hbase.getRowWithColumnsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result
 
equals(Hbase.getRowWithColumnsTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args
 
equals(Hbase.getTableNames_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
 
equals(Hbase.getTableNames_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args
 
equals(Hbase.getTableRegions_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
 
equals(Hbase.getTableRegions_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
 
equals(Hbase.getVer_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
 
equals(Hbase.getVer_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
 
equals(Hbase.getVerTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
 
equals(Hbase.getVerTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args
 
equals(Hbase.isTableEnabled_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result
 
equals(Hbase.isTableEnabled_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args
 
equals(Hbase.majorCompact_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result
 
equals(Hbase.majorCompact_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
 
equals(Hbase.mutateRow_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result
 
equals(Hbase.mutateRow_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
 
equals(Hbase.mutateRows_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result
 
equals(Hbase.mutateRows_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
 
equals(Hbase.mutateRowsTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result
 
equals(Hbase.mutateRowsTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
 
equals(Hbase.mutateRowTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result
 
equals(Hbase.mutateRowTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args
 
equals(Hbase.scannerClose_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result
 
equals(Hbase.scannerClose_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args
 
equals(Hbase.scannerGet_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result
 
equals(Hbase.scannerGet_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args
 
equals(Hbase.scannerGetList_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result
 
equals(Hbase.scannerGetList_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
equals(Hbase.scannerOpen_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result
 
equals(Hbase.scannerOpen_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
equals(Hbase.scannerOpenTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result
 
equals(Hbase.scannerOpenTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
equals(Hbase.scannerOpenWithPrefix_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result
 
equals(Hbase.scannerOpenWithPrefix_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
equals(Hbase.scannerOpenWithStop_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result
 
equals(Hbase.scannerOpenWithStop_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
equals(Hbase.scannerOpenWithStopTs_args) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result
 
equals(Hbase.scannerOpenWithStopTs_result) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result
 
equals(Object) - Method in exception org.apache.hadoop.hbase.thrift.generated.IllegalArgument
 
equals(IllegalArgument) - Method in exception org.apache.hadoop.hbase.thrift.generated.IllegalArgument
 
equals(Object) - Method in exception org.apache.hadoop.hbase.thrift.generated.IOError
 
equals(IOError) - Method in exception org.apache.hadoop.hbase.thrift.generated.IOError
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
 
equals(Mutation) - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.TCell
 
equals(TCell) - Method in class org.apache.hadoop.hbase.thrift.generated.TCell
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
 
equals(TRegionInfo) - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
 
equals(TRowResult) - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
 
equals(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.Pair
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.PairOfSameType
 
errorHandler - Variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
errorRate - Variable in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
The maximum false positive rate per bloom
estimateBase(Class, boolean) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Estimate the static space taken up by the fields of a class.
ESTIMATED_HEAP_TAX - Static variable in class org.apache.hadoop.hbase.util.Bytes
Estimate of size cost to pay beyond payload in jvm for instance of byte [].
EventHandler - Class in org.apache.hadoop.hbase.executor
Abstract base class for all HBase event handlers.
EventHandler(Server, EventHandler.EventType) - Constructor for class org.apache.hadoop.hbase.executor.EventHandler
Default base class constructor.
EventHandler.EventHandlerListener - Interface in org.apache.hadoop.hbase.executor
This interface provides pre- and post-process hooks for events.
EventHandler.EventType - Enum in org.apache.hadoop.hbase.executor
List of all HBase event handler types.
eventType - Variable in class org.apache.hadoop.hbase.executor.EventHandler
 
evict() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
evictBlock(CachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
evicted() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
evictedPerEviction() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
execute(Cluster, HttpMethod, Header[], String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Execute a transaction method.
executePathOnly(Cluster, HttpMethod, Header[], String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Execute a transaction method given only the path.
executeURI(HttpMethod, Header[], String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Execute a transaction method given a complete URI.
ExecutorService - Class in org.apache.hadoop.hbase.executor
This is a generic executor service.
ExecutorService(String) - Constructor for class org.apache.hadoop.hbase.executor.ExecutorService
Default constructor.
ExecutorService.ExecutorType - Enum in org.apache.hadoop.hbase.executor
The following is a list of all executor types, both those that run in the master and those that run in the regionserver.
exist - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
 
exists(ByteBuffer, AGet) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
exists(ByteBuffer, AGet) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
exists(Get) - Method in class org.apache.hadoop.hbase.client.HTable
Test for the existence of columns in the table, as specified in the Get.
exists(Get) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Test for the existence of columns in the table, as specified in the Get.
exists(byte[], Get) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Perform exists operation.
exists(byte[], Get) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
exists(Get) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
ExistsResource - Class in org.apache.hadoop.hbase.rest
 
ExistsResource(TableResource) - Constructor for class org.apache.hadoop.hbase.rest.ExistsResource
Constructor
expireServer(HServerInfo) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
ExplicitColumnTracker - Class in org.apache.hadoop.hbase.regionserver
This class is used for the tracking and enforcement of columns and numbers of versions during the course of a Get or Scan operation, when explicit column qualifiers have been asked for in the query.
ExplicitColumnTracker(NavigableSet<byte[]>, int) - Constructor for class org.apache.hadoop.hbase.regionserver.ExplicitColumnTracker
Default constructor.
Export - Class in org.apache.hadoop.hbase.mapreduce
Export an HBase table.
Export() - Constructor for class org.apache.hadoop.hbase.mapreduce.Export
 
extendedAttributes - Variable in class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
HBase MetricsBase implementations that MetricsDynamicMBeanBase does not understand
extendedInfo - Variable in class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
 
extractKeyValues(Result) - Method in class org.apache.hadoop.hbase.mapred.GroupingTableMap
Deprecated. Extract columns values from the current record.
extractKeyValues(Result) - Method in class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
Extract columns values from the current record.

F

FailedLogCloseException - Exception in org.apache.hadoop.hbase.regionserver.wal
Thrown when we fail close of the write-ahead-log file.
FailedLogCloseException() - Constructor for exception org.apache.hadoop.hbase.regionserver.wal.FailedLogCloseException
 
FailedLogCloseException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.wal.FailedLogCloseException
 
failureSleep - Variable in class org.apache.hadoop.hbase.ipc.HBaseClient
 
families - Variable in class org.apache.hadoop.hbase.avro.generated.ATableDescriptor
 
FAMILIES - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
families - Variable in class org.apache.hadoop.hbase.HTableDescriptor
 
FAMILIES_KEY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
family - Variable in class org.apache.hadoop.hbase.avro.generated.AColumn
 
family - Variable in class org.apache.hadoop.hbase.avro.generated.AColumnValue
 
family - Variable in class org.apache.hadoop.hbase.avro.generated.AResultEntry
 
FamilyFilter - Class in org.apache.hadoop.hbase.filter
This filter is used to filter based on the column family.
FamilyFilter() - Constructor for class org.apache.hadoop.hbase.filter.FamilyFilter
Writable constructor, do not use.
FamilyFilter(CompareFilter.CompareOp, WritableByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.FamilyFilter
Constructor.
familySet() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the keys in the familyMap
familySet() - Method in class org.apache.hadoop.hbase.client.Increment
Method for retrieving the keys in the familyMap
FILE_SYSTEM_VERSION - Static variable in class org.apache.hadoop.hbase.HConstants
Current version of file system.
FileSystemVersionException - Exception in org.apache.hadoop.hbase.util
Thrown when the file system needs to be upgraded
FileSystemVersionException() - Constructor for exception org.apache.hadoop.hbase.util.FileSystemVersionException
default constructor
FileSystemVersionException(String) - Constructor for exception org.apache.hadoop.hbase.util.FileSystemVersionException
 
Filter - Interface in org.apache.hadoop.hbase.filter
Interface for row and column filters directly applied within the regionserver.
filter - Variable in class org.apache.hadoop.hbase.regionserver.ScanQueryMatcher
 
Filter.ReturnCode - Enum in org.apache.hadoop.hbase.filter
Return codes for filterValue().
FILTER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
filterAllRemaining() - Method in interface org.apache.hadoop.hbase.filter.Filter
If this returns true, the scan will terminate.
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.FilterBase
Filters that never filter all remaining can inherit this implementation that never stops the filter early.
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.FilterList
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.PageFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
FilterBase - Class in org.apache.hadoop.hbase.filter
Abstract base class to help you implement new Filters.
FilterBase() - Constructor for class org.apache.hadoop.hbase.filter.FilterBase
 
filterColumn(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.FamilyFilter
 
filterKeyValue(KeyValue) - Method in interface org.apache.hadoop.hbase.filter.Filter
A way to filter based on the column family, column qualifier and/or the column value.
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.FilterBase
Filters that dont filter by key value can inherit this implementation that includes all KeyValues.
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.FilterList
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.KeyOnlyFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.QualifierFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.RowFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.SkipFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.ValueFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
FilterList - Class in org.apache.hadoop.hbase.filter
Implementation of Filter that represents an ordered List of Filters which will be evaluated with a specified boolean operator FilterList.Operator.MUST_PASS_ALL (!AND) or FilterList.Operator.MUST_PASS_ONE (!OR).
FilterList() - Constructor for class org.apache.hadoop.hbase.filter.FilterList
Default constructor, filters nothing.
FilterList(List<Filter>) - Constructor for class org.apache.hadoop.hbase.filter.FilterList
Constructor that takes a set of Filters.
FilterList(FilterList.Operator) - Constructor for class org.apache.hadoop.hbase.filter.FilterList
Constructor that takes an operator.
FilterList(FilterList.Operator, List<Filter>) - Constructor for class org.apache.hadoop.hbase.filter.FilterList
Constructor that takes a set of Filters and an operator.
FilterList.Operator - Enum in org.apache.hadoop.hbase.filter
set operator
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
filterRow(List<KeyValue>) - Method in interface org.apache.hadoop.hbase.filter.Filter
Chance to alter the list of keyvalues to be submitted.
filterRow() - Method in interface org.apache.hadoop.hbase.filter.Filter
Last chance to veto row based on previous Filter.filterKeyValue(KeyValue) calls.
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.FilterBase
Filters that never filter by modifying the returned List of KeyValues can inherit this implementation that does nothing.
filterRow() - Method in class org.apache.hadoop.hbase.filter.FilterBase
Filters that never filter by rows based on previously gathered state from FilterBase.filterKeyValue(KeyValue) can inherit this implementation that never filters a row.
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.FilterList
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.FilterList
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.PageFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.RowFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
 
filterRowKey(byte[], int, int) - Method in interface org.apache.hadoop.hbase.filter.Filter
Filters a row based on the row key.
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.FilterBase
Filters that do not filter by row key can inherit this implementation that never filters anything.
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.FilterList
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RowFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.AlreadyExists._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.BatchMutation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.IllegalArgument._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.IOError._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Mutation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TCell._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TRegionInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TRowResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.AlreadyExists._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.BatchMutation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.IllegalArgument._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.IOError._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Mutation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TCell._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TRegionInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TRowResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.AlreadyExists._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.BatchMutation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.IllegalArgument._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.IOError._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.Mutation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TCell._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TRegionInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.hadoop.hbase.thrift.generated.TRowResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
finish(String) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
finish() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
first - Variable in class org.apache.hadoop.hbase.util.Pair
 
FIRST_META_REGIONINFO - Static variable in class org.apache.hadoop.hbase.HRegionInfo
HRegionInfo for first meta region
firstKey() - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
firstKey() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
FirstKeyOnlyFilter - Class in org.apache.hadoop.hbase.filter
A filter that will only return the first KV from each row.
FirstKeyOnlyFilter() - Constructor for class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
 
firstRow() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.MD5StringSplit
 
firstRow() - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
In HBase, the first row is represented by an empty byte array.
fixDupeAssignment(Configuration, HRegionInfo, List<HServerAddress>) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
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.
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.MemStore
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.Store
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.wal.HLog
 
fixUnassigned(Configuration, HRegionInfo) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
Fix unassigned by creating/transition the unassigned ZK node for this region to OFFLINE state with a special flag to tell the master that this is a forced operation by HBCK.
flush(ByteBuffer) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
flush(ByteBuffer) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
flush(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Flush a table or an individual region.
flush(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Flush a table or an individual region.
flush() - Method in class org.apache.hadoop.hbase.ipc.ByteBufferOutputStream
 
flush() - Method in class org.apache.hadoop.hbase.metrics.file.TimeStampingFileContext
 
flush() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
flushBase64() - Method in class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Method added by PHIL.
flushBuffer() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
flushcache() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Flush the cache.
flushCommits() - Method in class org.apache.hadoop.hbase.client.HTable
Executes all the buffered Put operations.
flushCommits() - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Executes all the buffered Put operations.
flushCommits() - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
flushQueueSize - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Size of the flush queue.
flushRegion(HRegionInfo) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Flushes the MemStore of the specified region.
flushRegion(HRegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
FlushRequester - Interface in org.apache.hadoop.hbase.regionserver
Request a flush.
flushSize - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
 
flushTime - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
time each scheduled flush takes
forceNodeOffline(ZooKeeperWatcher, HRegionInfo, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Forces an existing unassigned node to the OFFLINE state for the specified region.
FOREVER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
FOREVER - Static variable in class org.apache.hadoop.hbase.HConstants
Unlimited time-to-live.
freeMemory(long) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Free the requested amount of memory from the LRU map.
fromBytes(byte[]) - Static method in class org.apache.hadoop.hbase.executor.RegionTransitionData
Get an instance from bytes.
fromRowSpec(String, RowSpec, Filter) - Static method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
fromScan(Scan) - Static method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
fs - Variable in class org.apache.hadoop.hbase.regionserver.wal.HLogSplitter
 
fsOk - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
fsReadLatency - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
filesystem read latency
fsSyncLatency - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
filesystem sync latency
FSUtils - Class in org.apache.hadoop.hbase.util
Utility methods for interacting with the underlying file system.
FSUtils.DirFilter - Class in org.apache.hadoop.hbase.util
A PathFilter that returns directories.
FSUtils.DirFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.DirFilter
 
fsWriteLatency - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
filesystem write latency
fullScan(CatalogTracker) - Static method in class org.apache.hadoop.hbase.catalog.MetaReader
Performs a full scan of .META..
fullScan(CatalogTracker, Set<String>) - Static method in class org.apache.hadoop.hbase.catalog.MetaReader
Performs a full scan of .META., skipping regions from any tables in the specified set of disabled tables.
fullScan(CatalogTracker, Set<String>, boolean) - Static method in class org.apache.hadoop.hbase.catalog.MetaReader
Performs a full scan of .META., skipping regions from any tables in the specified set of disabled tables.
fullScan(CatalogTracker, MetaReader.Visitor) - Static method in class org.apache.hadoop.hbase.catalog.MetaReader
Performs a full scan of .META..
fullScan(CatalogTracker, MetaReader.Visitor, byte[]) - Static method in class org.apache.hadoop.hbase.catalog.MetaReader
Performs a full scan of .META..
fullScanOfResults(CatalogTracker) - Static method in class org.apache.hadoop.hbase.catalog.MetaReader
Performs a full scan of .META..

G

get(ByteBuffer, AGet) - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
get(int) - Method in exception org.apache.hadoop.hbase.avro.generated.AAlreadyExists
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AClusterStatus
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AColumn
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AColumnFamilyDescriptor
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AColumnValue
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.ADelete
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AFamilyDescriptor
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AGet
 
get(int) - Method in exception org.apache.hadoop.hbase.avro.generated.AIllegalArgument
 
get(int) - Method in exception org.apache.hadoop.hbase.avro.generated.AIOError
 
get(int) - Method in exception org.apache.hadoop.hbase.avro.generated.AMasterNotRunning
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.APut
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.ARegionLoad
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AResult
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AResultEntry
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AScan
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AServerAddress
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AServerInfo
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.AServerLoad
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.ATableDescriptor
 
get(int) - Method in exception org.apache.hadoop.hbase.avro.generated.ATableExists
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.ATimeRange
 
get(ByteBuffer, AGet) - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
get(int) - Method in exception org.apache.hadoop.hbase.avro.generated.IOError
 
get(int) - Method in class org.apache.hadoop.hbase.avro.generated.TCell
 
Get - Class in org.apache.hadoop.hbase.client
Used to perform Get operations on a single row.
Get() - Constructor for class org.apache.hadoop.hbase.client.Get
Constructor for Writable.
Get(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Get
Create a Get operation for the specified row.
Get(byte[], RowLock) - Constructor for class org.apache.hadoop.hbase.client.Get
Create a Get operation for the specified row, using an existing row lock.
get(Get) - Method in class org.apache.hadoop.hbase.client.HTable
 
get(List<Get>) - Method in class org.apache.hadoop.hbase.client.HTable
 
get(Get) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Extracts certain cells from a given row.
get(List<Get>) - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Extracts certain cells from the given rows, in batch.
get(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Put
Returns a list of all KeyValue objects with matching column family and qualifier.
get(Object) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
get() - Method in class org.apache.hadoop.hbase.io.HbaseObjectWritable
 
get() - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlockQueue
 
get() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Get the data from the BytesWritable.
get() - Static method in class org.apache.hadoop.hbase.ipc.HBaseServer
Returns the server instance called under or null.
get(byte[], Get) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Perform Get operation.
get(Get, Integer) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
get(byte[], Get) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Perform Get operation.
get(Object) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Retrieves the value associated with the specified key.
get(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Cluster, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(String, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Cluster, String, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(String, Header[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Cluster, String, Header[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Get) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
get(List<Get>) - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.ExistsResource
 
get(int) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
get(int) - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RegionsResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RootResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
get(UriInfo, int, int) - Method in class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.SchemaResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.StorageClusterStatusResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.StorageClusterVersionResource
 
get(ServletContext, UriInfo) - Method in class org.apache.hadoop.hbase.rest.VersionResource
Build a response for a version request.
get(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
get(byte[], byte[], byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
Get a single TCell for the specified table, row, and column at the latest timestamp.
get(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Deprecated. 
get(byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
get(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
getAction() - Method in class org.apache.hadoop.hbase.client.Action
 
getActiveMaster() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Gets the current active master, if available.
getAddress(int) - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
 
getAlphabet(int) - Static method in class org.apache.hadoop.hbase.util.Base64
Returns one of the _SOMETHING_ALPHABET byte arrays depending on the options specified.
getAnswer(byte[]) - Method in class org.apache.hadoop.hbase.client.MultiPutResponse
Deprecated.  
getAny() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
getAny() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
getAssignmentManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getAssignmentManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
getAttribute(String) - Method in class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
 
getAttribute(String) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
getAttribute(String) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Return a table descriptor value as a string.
getAttrs(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getAttrs(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getAttrs(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getAttrs(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getAttrsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getAttrsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getAttrsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getAttrsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.master.ServerManager
Compute the average load across all region servers.
getAverageLoad() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getBatch() - Method in class org.apache.hadoop.hbase.client.Scan
 
getBatch() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
getBatch() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getBatch() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getBinary(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
getBinary(UriInfo) - Method in class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
getBindAddress() - Method in class org.apache.hadoop.hbase.HServerAddress
 
getBlock(String, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Fetch block from cache.
getBlock(String, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the buffer of the block with the specified name.
getBlock(String, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.SimpleBlockCache
 
getBlockCache(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
Returns the block cache or null in case none should be used.
getBlockCache() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
getBlocksize() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getBloomFilterNbHashes() - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
getBloomFilterType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getBloomFilterType() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
 
getBloomFilterType() - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
getBloomFilterVectorSize() - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
getBody() - Method in class org.apache.hadoop.hbase.rest.client.Response
 
getBuffer() - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getBuffer() - Method in class org.apache.hadoop.hbase.KeyValue
 
getBuffer() - Method in class org.apache.hadoop.hbase.regionserver.ColumnCount
 
getBulkLoadTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
Return the timestamp at which this bulk load file was generated.
getByteBuffer() - Method in class org.apache.hadoop.hbase.ipc.ByteBufferOutputStream
This flips the underlying BB so be sure to use it _last_!
getBytes() - Method in class org.apache.hadoop.hbase.client.Result
Returns the raw binary encoding of this Result.
getBytes() - Method in class org.apache.hadoop.hbase.executor.RegionTransitionData
Get the bytes for this instance.
getBytes(Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
 
getByteSize() - Method in interface org.apache.hadoop.hbase.util.BloomFilter
 
getByteSize() - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
getByteSize() - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
getCacheBlocks() - Method in class org.apache.hadoop.hbase.client.Get
Get whether blocks should be cached for this Get.
getCacheBlocks() - Method in class org.apache.hadoop.hbase.client.Scan
Get whether blocks should be cached for this Scan.
getCaching() - Method in class org.apache.hadoop.hbase.client.Scan
 
getCaching() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
Get the number of rows that will be fetched on next
getCallQueueLen() - Method in class org.apache.hadoop.hbase.ipc.HBaseServer
The number of rpc calls in the queue.
getCatalogTracker() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getCatalogTracker() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCatalogTracker() - Method in interface org.apache.hadoop.hbase.Server
 
getCause(int) - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
 
getCauses() - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
 
getCells() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
getClass(byte) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
getClientPort() - Method in class org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
 
getClientVersion() - Method in exception org.apache.hadoop.hbase.ipc.HBaseRPC.VersionMismatch
 
getClosestRowBefore(byte[], byte[], byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Return all the data for the row that matches row exactly, or the one that immediately preceeds it.
getClosestRowBefore(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Return all the data for the row that matches row exactly, or the one that immediately preceeds it, at or immediately before ts.
getClosestRowBefore(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCluster() - Method in class org.apache.hadoop.hbase.rest.client.Client
 
getClusterId() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLogKey
Get the id of the original cluster
getClusterId() - Method in class org.apache.hadoop.hbase.replication.ReplicationZookeeper
Get the identification of the cluster
getClusterKey() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeer
Get the cluster key of that peer
getClusterStatus() - Method in class org.apache.hadoop.hbase.avro.AvroServer.HBaseImpl
 
getClusterStatus() - Method in interface org.apache.hadoop.hbase.avro.generated.HBase
 
getClusterStatus() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
getClusterStatus() - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Return cluster status.
getClusterStatus() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getClusterStatusResource() - Method in class org.apache.hadoop.hbase.rest.RootResource
 
getClusterVersionResource() - Method in class org.apache.hadoop.hbase.rest.VersionResource
Dispatch to StorageClusterVersionResource
getCode() - Method in enum org.apache.hadoop.hbase.KeyValue.Type
 
getCode() - Method in class org.apache.hadoop.hbase.rest.client.Response
 
getColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
Return the KeyValues for the specific column.
getColumn() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
getColumn() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
getColumn() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
name of column
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
name of column whose value is to be deleted
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
name of column whose value is to be deleted
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
column name
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
column name
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
column name
getColumn() - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
 
getColumnDescriptors(byte[]) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
 
getColumnDescriptors(byte[]) - Method in interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
List all the column families assoicated with a table.
getColumnDescriptors(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
list of column family descriptors
getColumnFamiliesIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
getColumnFamiliesSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
 
getColumnFamily(int) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Retrieve the column family at the given index from the table descriptor
getColumnHint() - Method in interface org.apache.hadoop.hbase.regionserver.ColumnTracker
Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn() returns SKIP.
getColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.ExplicitColumnTracker
 
getColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.ScanWildcardColumnTracker
Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn() returns SKIP.
getColumnLatest(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
The KeyValue for the most recent for a given column.
getColumns() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
getColumns() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
getColumns(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getColumns(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getColumns(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getColumns(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getColumns() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
List of columns to return, null for all columns
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
List of columns to return, null for all columns
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
List of columns to return, null for all columns
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
List of columns to return, null for all columns
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
columns to scan.
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
columns to scan.
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
the columns you want returned
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
columns to scan.
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
columns to scan.
getColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
getColumnsIterator() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
getColumnsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getColumnsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getColumnsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getColumnsList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
 
getColumnsSize() - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
 
getCompactionCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getCompactionCompressionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
Returns the current size of the queue containing regions that are processed.
getCompactionRequester() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCompactionRequester() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
 
getCompactPriority() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getComparator() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
getComparator() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
getComparator() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getComparator() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
 
getComparatorIgnoringTimestamps() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
getComparatorIgnoringType() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
getCompleteCacheFlushSequenceId(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Get the sequence number to be associated with this cache flush.
getCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getCompression() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getCompression() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getCompression() - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
 
getCompressionAlgorithmByName(String) - Static method in class org.apache.hadoop.hbase.io.hfile.Compression
 
getCompressionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getCompressor() - Method in enum org.apache.hadoop.hbase.io.hfile.Compression.Algorithm
 
getConf() - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
getConf() - Method in class org.apache.hadoop.hbase.io.HbaseObjectWritable
 
getConf() - Method in class org.apache.hadoop.hbase.ipc.HBaseRPC.Invocation
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.hadoopbackport.TotalOrderPartitioner
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.HRegionPartitioner
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.SimpleTotalOrderPartitioner
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormat
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
 
getConf() - Method in class org.apache.hadoop.hbase.master.TimeToLiveLogCleaner
 
getConf() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getConf() - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
getConfiguration() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
getConfiguration() - Method in interface org.apache.hadoop.hbase.client.HConnection
 
getConfiguration() - Method in class org.apache.hadoop.hbase.client.HTable
 
getConfiguration() - Method in interface org.apache.hadoop.hbase.client.HTableInterface
Returns the Configuration object used by this instance.
getConfiguration() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getConfiguration() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeer
Get the configuration object required to communicate with this peer
getConfiguration() - Method in class org.apache.hadoop.hbase.rest.client.RemoteHTable
 
getConfiguration() - Method in interface org.apache.hadoop.hbase.Server
Gets the configuration object for this server.
getConnection() - Method in class org.apache.hadoop.hbase.catalog.CatalogTracker
 
getConnection() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
getConnection(Configuration) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Get the connection that goes with the passed conf configuration instance.
getConnection() - Method in class org.apache.hadoop.hbase.client.HTable
INTERNAL Used by unit tests and tools to do low-level manipulations.
getContext(Class<?>) - Method in class org.apache.hadoop.hbase.rest.provider.JAXBContextResolver
 
getCopyOfOnlineRegionsSortedBySize() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCurrent() - Static method in class org.apache.hadoop.hbase.security.User
Returns the User instance within current execution context.
getCurrentKey() - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReader
Returns the current key.
getCurrentKey() - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
Returns the current key.
getCurrentNrHRS() - Method in class org.apache.hadoop.hbase.client.HTable
 
getCurrentPath() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getCurrentPath() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Get the current log that's replicated
getCurrentSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the current size of this cache.
getCurrentValue() - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReader
Returns the current value.
getCurrentValue() - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
Returns the current value.
getData() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
getData() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
getData(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Gets the current data in the unassigned node for the specified region name or fully-qualified path.
getData(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Get znode data.
getData() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
 
getData() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
Gets the data of the node.
getDataAndWatch(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Get the data at the specified znode and set a watch.
getDataAsAddress(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Get the data at the specified znode, deserialize it as an HServerAddress, and set a watch.
getDataNoWatch(ZooKeeperWatcher, String, Stat) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKAssign
Gets the current data in the unassigned node for the specified region name or fully-qualified path.
getDataNoWatch(ZooKeeperWatcher, String, Stat) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
Get the data at the specified znode without setting a watch.
getDataWriter() - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Get a writable interface into bloom filter data (actual bloom).
getDataWriter() - Method in class org.apache.hadoop.hbase.util.ByteBloomFilter
 
getDataWriter() - Method in class org.apache.hadoop.hbase.util.DynamicByteBloomFilter
 
getDate() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
The date that hbase was compiled.
getDaughterA() - Method in class org.apache.hadoop.hbase.HMsg
 
getDaughterB() - Method in class org.apache.hadoop.hbase.HMsg
 
getDeadNode(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getDeadNodes() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getDeadNodes(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDeadNodes(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDeadNodesCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDeadNodesCount() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDeadNodesList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDeadNodesList() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDeadServerNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getDeadServers() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getDeadServers() - Method in class org.apache.hadoop.hbase.master.ServerManager
 
getDeclaredClass() - Method in class org.apache.hadoop.hbase.io.HbaseObjectWritable
 
getDecodabet(int) - Static method in class org.apache.hadoop.hbase.util.Base64
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified.
getDecompressor() - Method in enum org.apache.hadoop.hbase.io.hfile.Compression.Algorithm
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version
 
getDelegate() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Retrieves the singleton instance of the EnvironmentEdge that is being managed.
getDelimiter(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
getDelimiterInReverse(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Find index of passed delimiter walking from end of buffer backwards.
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.master_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.table_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.zk_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.regionserver_jsp
 
getDesc(List<Throwable>, List<Row>, List<HServerAddress>) - Static method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
 
getDesc(Map<String, Integer>) - Static method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder
 
getDestination() - Method in class org.apache.hadoop.hbase.master.LoadBalancer.RegionPlan
Get the destination server for the plan for this region.
getDFSCOutputStream() - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogWriter
 
getDir() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog
Get the directory we are making logs in.
getDisabledOrDisablingTables(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKTable
Gets a list of all the tables set as disabled in zookeeper.
getDisabledTables() - Method in class org.apache.hadoop.hbase.zookeeper.ZKTable
Gets a list of all the tables set as disabled in zookeeper.
getDisabledTables(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKTable
Gets a list of all the tables set as disabled in zookeeper.
getEdit() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLog.Entry
Gets the edit
getEncodedName() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getEncodedNameAsBytes() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getEncodedRegionName() - Method in class org.apache.hadoop.hbase.regionserver.wal.HLogKey
 
getEndKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getEndKey() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getEndKey() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
getEndKey() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getEndKey() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getEndKey() - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
 
getEndKeys() - Method in class org.apache.hadoop.hbase.client.HTable
Gets the ending row key for every region in the currently open table.
getEndRow() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
getEndRow() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the end row.
getEndRow() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
getEndRow() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getEndRow() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getEndRow() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getEndTime() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
getEndTime() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner.Builder
 
getEndTime() - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner
 
getEndTime() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getEntries() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getEntries() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
 
getErrors() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
 
getEventType() - Method in class org.apache.hadoop.hbase.executor.EventHandler
Return the event type
getEventType() - Method in class org.apache.hadoop.hbase.executor.RegionTransitionData
Gets the type of region transition event.
getEvictedCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getEvictedCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the number of blocks that have been evicted during the lifetime of this cache.
getEvictionCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getEvictionCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the number of eviction runs that have occurred
getExecutorService() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getExecutorService() - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
getExecutorServiceType(EventHandler.EventType) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
Returns the executor service type (the thread pool instance) for the passed event handler type.
getExist() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
 
getExistsResource() - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getFamilies() - Method in class org.apache.hadoop.hbase.client.Scan
 
getFamilies() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getFamiliesKeys() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getFamily() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
getFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getFamily() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getFamily() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getFamily() - Method in class org.apache.hadoop.hbase.regionserver.Store
 
getFamilyDelimiterIndex(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyLength(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Delete
Method for retrieving the delete's familyMap
getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the get's familyMap
getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Increment
Method for retrieving the increment's familyMap
getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Put
Method for retrieving the put's familyMap
getFamilyMap(byte[]) - Method in class org.apache.hadoop.hbase.client.Result
Map of qualifiers to values.
getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Scan
Getting the familyMap
getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.AlreadyExists._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.BatchMutation._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.get_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result._Fields
 
getFieldName() - Method in enum org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args._Fields
 
getFieldName() - M