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

A

abort(TransactionState) - Method in class org.apache.hadoop.hbase.client.transactional.TransactionManager
Abort a s transaction.
abort(byte[], long) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Abort the transaction.
abort() - 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(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
Commit the transaction.
abort(byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
abortRequested - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
abortTask(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
AbstractController - Class in org.apache.hadoop.hbase.rest
 
AbstractController() - Constructor for class org.apache.hadoop.hbase.rest.AbstractController
 
AbstractModel - Class in org.apache.hadoop.hbase.rest
 
AbstractModel() - Constructor for class org.apache.hadoop.hbase.rest.AbstractModel
 
AbstractModel.Encodings - Class in org.apache.hadoop.hbase.rest
 
AbstractModel.Encodings() - Constructor for class org.apache.hadoop.hbase.rest.AbstractModel.Encodings
 
AbstractModel.Encodings.Encoding - Interface in org.apache.hadoop.hbase.rest
 
AbstractRestSerializer - Class in org.apache.hadoop.hbase.rest.serializer
Abstract object that is used as the base of all serializers in the REST based interface.
AbstractRestSerializer(HttpServletResponse, boolean) - Constructor for class org.apache.hadoop.hbase.rest.serializer.AbstractRestSerializer
Public constructor for AbstractRestSerializer.
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.
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[], 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(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) - Method in class org.apache.hadoop.hbase.io.Cell
Deprecated. Add a new timestamp and value to this cell provided timestamp does not already exist
add(CachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlockQueue
Attempt to add the specified cached block to this queue.
add(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.BloomFilter
 
add(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
 
add(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.DynamicBloomFilter
 
add(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Adds a key to this filter.
add(List<Key>) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Adds a list of keys to this filter.
add(Collection<Key>) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Adds a collection of keys to this filter.
add(Key[]) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Adds an array of keys to this filter.
add(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.RetouchedBloomFilter
 
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(byte[], int, int, long, byte) - Method in class org.apache.hadoop.hbase.regionserver.GetDeleteTracker
Add the specified KeyValue to the list of deletes to check against for this row operation.
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(long, byte[], byte[]) - Method in class org.apache.hadoop.hbase.rest.descriptors.TimestampsDescriptor
 
add(String) - Method in class org.apache.hadoop.hbase.stargate.client.Cluster
Add a node to the cluster
add(String, int) - Method in class org.apache.hadoop.hbase.stargate.client.Cluster
Add a node to the cluster
add(TableRegionModel) - Method in class org.apache.hadoop.hbase.stargate.model.TableInfoModel
Add a region model to the list
add(TableModel) - Method in class org.apache.hadoop.hbase.stargate.model.TableListModel
Add the table name model to the list
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
 
addAllAttrs(Iterable<? extends ColumnSchemaMessage.ColumnSchema.Attribute>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
addAllAttrs(Iterable<? extends TableSchemaMessage.TableSchema.Attribute>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addAllColumns(Iterable<? extends ByteString>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
addAllColumns(Iterable<? extends ColumnSchemaMessage.ColumnSchema>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addAllDeadNodes(Iterable<? extends String>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addAllLiveNodes(Iterable<? extends StorageClusterStatusMessage.StorageClusterStatus.Node>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addAllName(Iterable<? extends String>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
addAllRegions(Iterable<? extends StorageClusterStatusMessage.StorageClusterStatus.Region>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
addAllRegions(Iterable<? extends TableInfoMessage.TableInfo.Region>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
addAllRows(Iterable<? extends CellSetMessage.CellSet.Row>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
addAllValues(Iterable<? extends CellMessage.Cell>) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
addAttribute(String, Object) - Method in class org.apache.hadoop.hbase.stargate.model.ColumnSchemaModel
Add an attribute to the column family schema
addAttribute(String, Object) - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
Add an attribute to the table descriptor
addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
addAttrs(TableSchemaMessage.TableSchema.Attribute) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addAttrs(TableSchemaMessage.TableSchema.Attribute.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addCell(CellModel) - Method in class org.apache.hadoop.hbase.stargate.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
 
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[]) - 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
Parses a combined family and qualifier and adds either both or just the family in case there is not qualifier.
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.stargate.model.ScannerModel
Add a column to the column set
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.stargate.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.stargate.model.TableSchemaModel
Add a column family to the table descriptor
addColumns(byte[][]) - Method in class org.apache.hadoop.hbase.client.Get
Adds an array of columns specified the old format, family:qualifier.
addColumns(byte[][]) - Method in class org.apache.hadoop.hbase.client.Scan
Adds an array of columns specified using old format, family:qualifier.
addColumns(String) - Method in class org.apache.hadoop.hbase.client.Scan
Convenience method to help parse old style (or rather user entry on the command line) column definitions, e.g.
addColumns(ByteString) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
addColumns(ColumnSchemaMessage.ColumnSchema) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addColumns(ColumnSchemaMessage.ColumnSchema.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
addDeadNode(String) - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
Add a dead node to the cluster representation.
addDeadNodes(String) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addDefaultApps(ContextHandlerCollection, String) - Method in class org.apache.hadoop.hbase.util.InfoServer
 
addDelimiter(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
addDelimiter(byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
addFalsePositive(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.RetouchedBloomFilter
Adds a false positive information to this retouched Bloom filter.
addFalsePositive(Collection<Key>) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.RetouchedBloomFilter
Adds a collection of false positive information to this retouched Bloom filter.
addFalsePositive(List<Key>) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.RetouchedBloomFilter
Adds a list of false positive information to this retouched Bloom filter.
addFalsePositive(Key[]) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.RetouchedBloomFilter
Adds an array of false positive information to this retouched Bloom filter.
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.
addFilter(Filter) - Method in class org.apache.hadoop.hbase.filter.FilterList
Add a filter.
addFilter(RowFilterInterface) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated. Add a filter.
addFromXML(String) - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
addFromXML(String) - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
addIndex(byte[], IndexSpecification) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTableAdmin
Add an index to a table.
addIndex(IndexSpecification) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTableDescriptor
 
addLiveNode(String, long, int, int) - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
Add a live node to the cluster representation.
addLiveNodes(StorageClusterStatusMessage.StorageClusterStatus.Node) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addLiveNodes(StorageClusterStatusMessage.StorageClusterStatus.Node.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
addName(String) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
addProcessingMessage(HRegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Add a MSG_REPORT_PROCESS_OPEN to the outbound queue.
addRegion(byte[], int, int, int, int, int) - Method in class org.apache.hadoop.hbase.stargate.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.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
addRegions(StorageClusterStatusMessage.StorageClusterStatus.Region.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
addRegions(TableInfoMessage.TableInfo.Region) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
addRegions(TableInfoMessage.TableInfo.Region.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
addRegionServer() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Creates a region server.
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.
addRow(RowModel) - Method in class org.apache.hadoop.hbase.stargate.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.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
addRows(CellSetMessage.CellSet.Row.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
addScanner(InternalScanner) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
addScanner(ResultScanner) - Method in class org.apache.hadoop.hbase.rest.ScannerModel.ScannerMaster
 
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.
addToMap(Class<?>, byte) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Add a new interface to the ipc map.
addValues(CellMessage.Cell) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
addValues(CellMessage.Cell.Builder) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
admin - Variable in class org.apache.hadoop.hbase.rest.AbstractModel
 
admin - Variable in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
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 interface org.apache.hadoop.hbase.HConstants
Define for 'return-all-versions'.
and(Filter) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.BloomFilter
 
and(Filter) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
 
and(Filter) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.DynamicBloomFilter
 
and(Filter) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Peforms a logical AND between this filter and a specified filter.
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(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add key/value to file.
append(WritableComparable, Writable) - Method in class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile.Writer
 
append(HRegionInfo, KeyValue, long) - Method in class org.apache.hadoop.hbase.regionserver.HLog
Append an entry to the log.
append(HRegionInfo, HLogKey, KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.HLog
Append an entry to the log.
append(byte[], byte[], List<KeyValue>, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.HLog
Append a set of edits to the log.
appendFileInfo(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add to the file info.
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, byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add a meta block to the end of the file.
appendMetadata(HFile.Writer, long, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
Writes metadata.
approximateCount(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
This method calculates an approximate count of the key, i.e.
ARGUMENTS - Static variable in interface org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants
 
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)
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.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.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
ATTRS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
AVERAGELOAD_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 

B

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.
BATCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
BatchOperation - Class in org.apache.hadoop.hbase.io
Deprecated. As of hbase 0.20.0, replaced by new Get/Put/Delete/Result-based API.
BatchOperation() - Constructor for class org.apache.hadoop.hbase.io.BatchOperation
Deprecated. Default constructor
BatchOperation(byte[]) - Constructor for class org.apache.hadoop.hbase.io.BatchOperation
Deprecated. Creates a DELETE batch operation.
BatchOperation(String) - Constructor for class org.apache.hadoop.hbase.io.BatchOperation
Deprecated. Creates a DELETE batch operation.
BatchOperation(String, String) - Constructor for class org.apache.hadoop.hbase.io.BatchOperation
Deprecated. Create a batch operation.
BatchOperation(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.io.BatchOperation
Deprecated. Create a batch operation.
BatchUpdate - Class in org.apache.hadoop.hbase.io
Deprecated. As of hbase 0.20.0, replaced by new Get/Put/Delete/Result-based API.
BatchUpdate() - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Default constructor used serializing.
BatchUpdate(String) - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Initialize a BatchUpdate operation on a row.
BatchUpdate(byte[]) - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Initialize a BatchUpdate operation on a row.
BatchUpdate(String, long) - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Initialize a BatchUpdate operation on a row with a specific timestamp.
BatchUpdate(BatchUpdate) - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Recopy constructor
BatchUpdate(byte[], long) - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Initialize a BatchUpdate operation on a row with a specific timestamp.
BatchUpdate(RowResult) - Constructor for class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Create a batch operation.
beginTransaction() - Method in class org.apache.hadoop.hbase.client.transactional.TransactionManager
Called to start a transaction.
beginTransaction(long, byte[]) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Sent to initiate a transaction.
beginTransaction(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
beginTransaction(long, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
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
Writable constructor, do not use.
BinaryComparator(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.BinaryComparator
Constructor.
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.
blockCacheFree - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block cache free size.
blockCacheHitRatio - Variable in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
Block hit ratio.
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
 
blockLoads - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
BloomFilter - Class in org.apache.hadoop.hbase.migration.nineteen.onelab.filter
Implements a Bloom filter, as defined by Bloom in 1970.
BloomFilter() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.BloomFilter
Default constructor - use with readFields
BloomFilter(int, int, int) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.BloomFilter
Constructor
BLOOMFILTER_FILE_NAME - Static variable in class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile
 
BloomFilterMapFile - Class in org.apache.hadoop.hbase.migration.nineteen.io
On write, all keys are added to a bloom filter.
BloomFilterMapFile() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile
 
BloomFilterMapFile.Reader - Class in org.apache.hadoop.hbase.migration.nineteen.io
 
BloomFilterMapFile.Reader(FileSystem, String, Configuration, boolean, boolean, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile.Reader
 
BloomFilterMapFile.Writer - Class in org.apache.hadoop.hbase.migration.nineteen.io
 
BloomFilterMapFile.Writer(Configuration, FileSystem, String, SequenceFile.CompressionType, boolean, int, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile.Writer
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
build() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
BuildTableIndex - Class in org.apache.hadoop.hbase.mapred
Deprecated. 
BuildTableIndex() - Constructor for class org.apache.hadoop.hbase.mapred.BuildTableIndex
Deprecated. default constructor
BuildTableIndex - Class in org.apache.hadoop.hbase.mapreduce
Example table column indexing class.
BuildTableIndex() - Constructor for class org.apache.hadoop.hbase.mapreduce.BuildTableIndex
 
BYTE_BUFFER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ByteBuffer
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
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) - 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
 
cancelLease(String) - Method in class org.apache.hadoop.hbase.Leases
Client explicitly cancels a lease.
CATALOG_FAMILY - Static variable in interface org.apache.hadoop.hbase.HConstants
The catalog family
CATALOG_FAMILY_STR - Static variable in interface org.apache.hadoop.hbase.HConstants
The catalog family as a string
CATALOG_HISTORIAN_FAMILY - Static variable in interface org.apache.hadoop.hbase.HConstants
The catalog historian family
Cell - Class in org.apache.hadoop.hbase.io
Deprecated. As of hbase 0.20.0, replaced by new Get/Put/Delete/Result-based API.
Cell() - Constructor for class org.apache.hadoop.hbase.io.Cell
Deprecated. For Writable compatibility
Cell(String, long) - Constructor for class org.apache.hadoop.hbase.io.Cell
Deprecated. Create a new Cell with a given value and timestamp.
Cell(byte[], long) - Constructor for class org.apache.hadoop.hbase.io.Cell
Deprecated. Create a new Cell with a given value and timestamp.
Cell(ByteBuffer, long) - Constructor for class org.apache.hadoop.hbase.io.Cell
Deprecated. Create a new Cell with a given value and timestamp.
Cell(String[], long[]) - Constructor for class org.apache.hadoop.hbase.io.Cell
Deprecated.  
Cell(byte[][], long[]) - Constructor for class org.apache.hadoop.hbase.io.Cell
Deprecated.  
cellFromHBase(Cell) - 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(Cell[]) - 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.stargate.protobuf.generated
 
CellMessage.Cell - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellMessage.Cell.Builder - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellModel - Class in org.apache.hadoop.hbase.stargate.model
Representation of a cell.
CellModel() - Constructor for class org.apache.hadoop.hbase.stargate.model.CellModel
Default constructor
CellModel(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.stargate.model.CellModel
Constructor
CellModel(byte[], long, byte[]) - Constructor for class org.apache.hadoop.hbase.stargate.model.CellModel
Constructor
CellSetMessage - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellSetMessage.CellSet - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellSetMessage.CellSet.Builder - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellSetMessage.CellSet.Row - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellSetMessage.CellSet.Row.Builder - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
CellSetModel - Class in org.apache.hadoop.hbase.stargate.model
Representation of a grouping of cells.
CellSetModel() - Constructor for class org.apache.hadoop.hbase.stargate.model.CellSetModel
Constructor
CellSetModel(List<RowModel>) - Constructor for class org.apache.hadoop.hbase.stargate.model.CellSetModel
 
cellToLong(Cell) - Static method in class org.apache.hadoop.hbase.util.Writables
 
cellToString(Cell) - Static method in class org.apache.hadoop.hbase.util.Writables
 
changedMemStore() - Method in class org.apache.hadoop.hbase.regionserver.MemStore.MemStoreScanner
 
ChangedReadersObserver - Interface in org.apache.hadoop.hbase.regionserver
If set of MapFile.Readers in Store change, implementors are notified.
changeOnlineStatus(HBaseConfiguration, 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).
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[], 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[], Put, Integer, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
checkAndPut(byte[], byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
checkAndSave(BatchUpdate, HbaseMapWritable<byte[], byte[]>, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.checkAndPut(byte[], byte[], byte[], byte[], org.apache.hadoop.hbase.client.Put)
checkColumn(byte[], int, int) - 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) - 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) - 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.
checkColumn(byte[], int, int) - Method in class org.apache.hadoop.hbase.regionserver.WildcardColumnTracker
Checks against the parameters of the query and the columns which have already been processed by this query.
checkdir(FileSystem, Path) - Method in class org.apache.hadoop.hbase.util.FSUtils
Check if directory exists.
checkFileSystem() - Method in class org.apache.hadoop.hbase.master.HMaster
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(HBaseConfiguration) - 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.
checkOutOfSafeMode() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
Check if we're out of safe mode.
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.hadoop.hbase.mapred.TableOutputFormat
Deprecated.  
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
 
checkReferences() - Method in class org.apache.hadoop.hbase.util.SoftValueMap
Checks soft references and cleans any that have been placed on ReferenceQueue.
checkReferences() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
Checks soft references and cleans any that have been placed on ReferenceQueue.
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
Chore - Class in org.apache.hadoop.hbase
Chore is a task performed on a period in hbase.
Chore(int, AtomicBoolean) - 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.regionserver.LogFlusher
 
CLASS_TO_CODE - Static variable in interface org.apache.hadoop.hbase.io.CodeToClassAndBack
Static map that contains mapping from class to code
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
 
cleanRegionInMETA(HRegionInterface, byte[], HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Clean COL_SERVER and COL_STARTCODE for passed info in .META.
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.io.RowResult
Deprecated.  
clear() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.HashFunction
Clears this hash function.
clear() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Clears all entries from the map.
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clear() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
clear() - Method in class org.apache.hadoop.hbase.util.SoftValueMap
 
clear() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
clearAttrs() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearAttrs() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearAverageLoad() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearBatch() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearColumn() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
clearColumns() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearColumns() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearCompression() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearData() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
clearDeadNodes() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearEndKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearEndRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearEndTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearId() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearInMemory() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearJerseyVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
clearJvmVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
clearKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
clearLiveNodes() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearLocation() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearMaxVersions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clearName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearOsVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
clearReadOnly() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clearRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clearRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clearRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
clearRows() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
clearRSDirectory() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
Method used to make sure the region server directory is empty.
clearServerVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
clearStargateVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
clearStartCode() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clearStartKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clearStartRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearStartTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clearStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearStorefiles() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearStorefileSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearStores() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clearTimestamp() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
clearTtl() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clearValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clearValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clearValues() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
Client - Class in org.apache.hadoop.hbase.stargate.client
A wrapper around HttpClient which provides some useful function and semantics for interacting with the Stargate REST gateway.
Client() - Constructor for class org.apache.hadoop.hbase.stargate.client.Client
Default Constructor
Client(Cluster) - Constructor for class org.apache.hadoop.hbase.stargate.client.Client
Constructor
CLIENTS - Static variable in class org.apache.hadoop.hbase.ipc.HBaseRPC
 
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.migration.nineteen.onelab.filter.BloomFilter
 
clone() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
 
clone() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.DynamicBloomFilter
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
clone() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
close() - Method in class org.apache.hadoop.hbase.client.HTable.ClientScanner
 
close() - Method in class org.apache.hadoop.hbase.client.HTable
Release held resources
close() - Method in class org.apache.hadoop.hbase.client.HTable.OldClientScanner
 
close() - Method in interface org.apache.hadoop.hbase.client.ResultScanner
Closes the scanner and releases any resources it has allocated
close() - Method in interface org.apache.hadoop.hbase.client.Scanner
Deprecated. 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(long) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Close a scanner
close() - Method in class org.apache.hadoop.hbase.Leases
Shut down this Leases instance.
close() - Method in class org.apache.hadoop.hbase.mapred.IndexTableReduce
Deprecated.  
close() - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase.TableRecordReader
Deprecated.  
close(Reporter) - Method in class org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter
Deprecated.  
close(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.IndexRecordWriter
Closes the writer.
close() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.TableRecordReader
Closes the split.
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.migration.nineteen.io.BloomFilterMapFile.Writer
 
close() - Method in class org.apache.hadoop.hbase.regionserver.HLog
Shut down the log.
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.MemStore.MemStoreScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.MinorCompactingStoreScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
close(boolean) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
close() - Method in class org.apache.hadoop.hbase.stargate.ResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.stargate.RowResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.stargate.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.ZooKeeperWrapper
Close this ZooKeeper session.
closeAfterLeasesExpire() - Method in class org.apache.hadoop.hbase.Leases
Shuts down this lease instance when all outstanding leases expire.
closeAndDelete() - Method in class org.apache.hadoop.hbase.regionserver.HLog
Shut down the log and delete the log directory
closeConnection(HBaseServer.Connection) - Method in class org.apache.hadoop.hbase.ipc.HBaseServer
 
closeConnection(DistributedFileSystem) - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
closeRegion(String, Object...) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Close a region.
closeRegion(byte[], Object...) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Close a region.
closeRegion(HRegionInfo, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
closeRegion(HRegionInfo, boolean) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
We want to delay the close region for a bit if we have commit pending transactions.
Cluster - Class in org.apache.hadoop.hbase.stargate.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.stargate.client.Cluster
Constructor
Cluster(List<String>) - Constructor for class org.apache.hadoop.hbase.stargate.client.Cluster
Constructor
CLUSTER_DISTRIBUTED - Static variable in interface org.apache.hadoop.hbase.HConstants
Cluster is in distributed mode or not
CLUSTER_IS_DISTRIBUTED - Static variable in interface org.apache.hadoop.hbase.HConstants
Cluster is fully-distributed
CLUSTER_IS_LOCAL - Static variable in interface org.apache.hadoop.hbase.HConstants
Cluster is standalone or pseudo-distributed
clusterStateZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
 
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
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".
COLON - Static variable in class org.apache.hadoop.hbase.rest.AbstractModel
 
COLUMN - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
COLUMN_FAMILY_DELIM_ARRAY - Static variable in class org.apache.hadoop.hbase.KeyValue
 
COLUMN_FAMILY_DELIMITER - Static variable in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Colon character in UTF-8
COLUMN_FAMILY_DELIMITER - Static variable in class org.apache.hadoop.hbase.KeyValue
Colon character in UTF-8
COLUMN_FAMILY_DELIMITER - Static variable in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Colon character in UTF-8
COLUMN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
COLUMN_LIST - Static variable in class org.apache.hadoop.hbase.mapred.TableInputFormat
Deprecated. space delimited list of columns
COLUMN_NAME - Static variable in interface org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants
 
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
 
columnNameIterator() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
columnNameIterator() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
ColumnNameParseException - Exception in org.apache.hadoop.hbase
Thrown if issue with passed column name.
ColumnNameParseException() - Constructor for exception org.apache.hadoop.hbase.ColumnNameParseException
default constructor
ColumnNameParseException(String) - Constructor for exception org.apache.hadoop.hbase.ColumnNameParseException
 
columns - Variable in class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
The grouping columns.
columns - Variable in class org.apache.hadoop.hbase.regionserver.QueryMatcher
Keeps track of columns and versions
columns - Variable in class org.apache.hadoop.hbase.regionserver.WildcardColumnTracker
 
COLUMNS - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
COLUMNS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
COLUMNS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
ColumnSchemaMessage - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema.Attribute - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema.Attribute.Builder - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
ColumnSchemaMessage.ColumnSchema.Builder - Class in org.apache.hadoop.hbase.stargate.protobuf.generated
 
ColumnSchemaModel - Class in org.apache.hadoop.hbase.stargate.model
Representation of a column family schema.
ColumnSchemaModel() - Constructor for class org.apache.hadoop.hbase.stargate.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.
ColumnValueFilter - Class in org.apache.hadoop.hbase.filter
Deprecated. Use filters that are rooted on @{link Filter} instead.
ColumnValueFilter(byte[], ColumnValueFilter.CompareOp, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated. Constructor.
ColumnValueFilter(byte[], ColumnValueFilter.CompareOp, byte[], boolean) - Constructor for class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated. Constructor.
ColumnValueFilter(byte[], ColumnValueFilter.CompareOp, WritableByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated. Constructor.
ColumnValueFilter(byte[], ColumnValueFilter.CompareOp, WritableByteArrayComparable, boolean) - Constructor for class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated. Constructor.
ColumnValueFilter.CompareOp - Enum in org.apache.hadoop.hbase.filter
Deprecated. Comparison operators.
ColumnValueFilterFactory - Class in org.apache.hadoop.hbase.rest.filter
FilterFactory that constructs a ColumnValueFilter from a JSON arg String.
ColumnValueFilterFactory() - Constructor for class org.apache.hadoop.hbase.rest.filter.ColumnValueFilterFactory
 
commit(BatchUpdate) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete) or HTable.put(Put)
commit(BatchUpdate, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete) or HTable.put(Put)
commit(List<BatchUpdate>) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete) or HTable.put(List)
commit(Xid, boolean) - Method in class org.apache.hadoop.hbase.client.transactional.JtaXAResource
 
commit(byte[], long) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Commit the transaction.
commit(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
Commit the transaction.
commit(byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
COMMIT_OK - Static variable in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Status code representing a transaction that can be committed.
COMMIT_OK_READ_ONLY - Static variable in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Status code representing a read-only transaction that can be committed.
COMMIT_UNSUCESSFUL - Static variable in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Status code representing a transaction that cannot be committed.
commitIfPossible(byte[], long) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Try to commit the given transaction.
commitIfPossible(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
commitIfPossible(byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
commitRequest(byte[], long) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Ask if we can commit the given transaction.
commitRequest(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
commitRequest(byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
commitTask(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
CommitUnsuccessfulException - Exception in org.apache.hadoop.hbase.client.transactional
Thrown when a transaction cannot be committed.
CommitUnsuccessfulException() - Constructor for exception org.apache.hadoop.hbase.client.transactional.CommitUnsuccessfulException
Default Constructor
CommitUnsuccessfulException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.client.transactional.CommitUnsuccessfulException
 
CommitUnsuccessfulException(String) - Constructor for exception org.apache.hadoop.hbase.client.transactional.CommitUnsuccessfulException
 
CommitUnsuccessfulException(Throwable) - Constructor for exception org.apache.hadoop.hbase.client.transactional.CommitUnsuccessfulException
 
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.ThriftServer.HBaseHandler
 
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() - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
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(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.hbase.HStoreKey.HStoreKeyComparator
Deprecated.  
compare(byte[], byte[]) - Method in class org.apache.hadoop.hbase.HStoreKey.StoreKeyComparator
Deprecated.  
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.HStoreKey.StoreKeyComparator
Deprecated.  
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
 
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(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.HStoreKeyWritableComparator
 
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
 
COMPARE_OP - Static variable in interface org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants
 
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
 
compareDeletes(GetDeleteTracker.Delete, GetDeleteTracker.Delete) - Method in class org.apache.hadoop.hbase.regionserver.GetDeleteTracker
 
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.
compareMetaRows(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
compareOp - Variable in class org.apache.hadoop.hbase.filter.CompareFilter
 
compareRootRows(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
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.HStoreKey.HStoreKeyComparator
Deprecated.  
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.HStoreKey.HStoreKeyMetaComparator
Deprecated.  
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.HStoreKey.HStoreKeyRootComparator
Deprecated.  
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.HStoreKey.MetaStoreKeyComparator
Deprecated.  
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.HStoreKey.RootStoreKeyComparator
Deprecated.  
compareRows(byte[], byte[]) - Method in class org.apache.hadoop.hbase.HStoreKey.StoreKeyComparator
Deprecated.  
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.HStoreKey.StoreKeyComparator
Deprecated.  
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(Row) - Method in class org.apache.hadoop.hbase.client.Delete
 
compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Put
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.BinaryComparator
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.RegexStringComparator
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.SubstringComparator
 
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(HStoreKey) - Method in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Use Comparators instead. This can give wrong results.
compareTo(HTableDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
compareTo(BatchUpdate) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated.  
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(RowResult) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. Comparing this RowResult with another one by comparing the row in it.
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(MetaRegion) - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
compareTo(HStoreKey) - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
compareTo(HStoreKey) - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
compareTo(Object) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Key
 
compareTo(HLogKey) - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
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
 
compareTwoRowKeys(HRegionInfo, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Utility method to compare two row keys.
COMPRESSION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
Compression - Class in org.apache.hadoop.hbase.io.hfile
Compression related stuff.
Compression.Algorithm - Enum in org.apache.hadoop.hbase.io.hfile
Compression algorithms.
COMPRESSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.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(long) - Method in class org.apache.hadoop.hbase.regionserver.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.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.rest.AbstractController
 
conf - Variable in class org.apache.hadoop.hbase.rest.AbstractModel
 
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.IndexTableReduce
Deprecated.  
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TableInputFormat
Deprecated.  
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
 
Constants - Interface in org.apache.hadoop.hbase.stargate
Common constants for org.apache.hadoop.hbase.stargate
containsColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
Checks for existence of the specified column.
containsColumn(byte[]) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
 
containsKey(Object) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
containsKey(Object) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
containsKey(String) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. Check if the key can be found in this RowResult
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.SoftValueMap
 
containsKey(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
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.SoftValueMap
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
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
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
 
CountingBloomFilter - Class in org.apache.hadoop.hbase.migration.nineteen.onelab.filter
Implements a counting Bloom filter, as defined by Fan et al.
CountingBloomFilter() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
Default constructor - use with readFields
CountingBloomFilter(int, int, int) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
Constructor
countRegionsOnFS() - Method in class org.apache.hadoop.hbase.master.HMaster
 
create(ByteBuffer) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create a store key.
create(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create a store key.
create(byte[], int, int) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create a store key.
create(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Create file.
createCells(List<KeyValue>) - Static method in class org.apache.hadoop.hbase.io.Cell
Deprecated.  
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
 
createControllers() - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
createDecompressionStream(InputStream, Decompressor, int) - Method in enum org.apache.hadoop.hbase.io.hfile.Compression.Algorithm
 
createFirstOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createFirstOnRow(byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createFirstOnRow(byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createFirstOnRow(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createFirstOnRow(byte[], byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
 
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, HBaseConfiguration) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Convenience method creating new HRegions.
createIndexedTable(IndexedTableDescriptor) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTableAdmin
Creates a new indexed table
createIndexKey(byte[], Map<byte[], byte[]>) - Method in interface org.apache.hadoop.hbase.client.tableindexed.IndexKeyGenerator
Create an index key from a base row.
createIndexKey(byte[], Map<byte[], byte[]>) - Method in class org.apache.hadoop.hbase.client.tableindexed.SimpleIndexKeyGenerator
Create an index key from a base row.
createIndexUpdate(IndexSpecification, byte[], SortedMap<byte[], byte[]>) - Static method in class org.apache.hadoop.hbase.regionserver.tableindexed.IndexMaintenanceUtils
 
createJob(Configuration, int, int, String, String, String) - Method in class org.apache.hadoop.hbase.mapred.BuildTableIndex
Deprecated.  
createKey() - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase.TableRecordReader
Deprecated.  
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[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createLease(String, LeaseListener) - Method in class org.apache.hadoop.hbase.Leases
Obtain a lease
createNewTransactionLog() - Method in class org.apache.hadoop.hbase.client.transactional.HBaseBackedTransactionLogger
 
createNewTransactionLog() - Method in class org.apache.hadoop.hbase.client.transactional.LocalTransactionLogger
 
createNewTransactionLog() - Method in interface org.apache.hadoop.hbase.client.transactional.TransactionLogger
Create a new transaction log.
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.CellModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.CellSetModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.RowModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.TableInfoModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.TableListModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
createProtobufOutput() - Method in interface org.apache.hadoop.hbase.stargate.ProtobufMessageHandler
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Builds a TableRecordReader.
createRegionLoad(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
createRegionName(byte[], byte[], String) - Static method in class org.apache.hadoop.hbase.HRegionInfo
Make a region name of passed parameters.
createRegionName(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
Make a region name of passed parameters.
createRowResult(List<KeyValue>) - Static method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
createRowResultArray(List<List<KeyValue>>) - Static method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
createScanner(ScannerModel, byte[], ScannerDescriptor) - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
createSingleCellArray(List<KeyValue>) - Static method in class org.apache.hadoop.hbase.io.Cell
Deprecated.  
createStatus(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
createSubmittableJob(String[]) - Method in class org.apache.hadoop.hbase.mapred.RowCounter
Deprecated.  
createSubmittableJob(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.BuildTableIndex
Creates a new 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.RowCounter
Sets up the actual job.
createTable(HTableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Creates a new table.
createTable() - Static method in class org.apache.hadoop.hbase.client.transactional.HBaseBackedTransactionLogger
Create the table.
createTable(HTableDescriptor) - Method in interface org.apache.hadoop.hbase.ipc.HMasterInterface
Creates a new table
createTable(HTableDescriptor) - Method in class org.apache.hadoop.hbase.master.HMaster
 
createTable(byte[], List<ColumnDescriptor>) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
createTableAsync(HTableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Creates a new table but does not block and wait for it to come online.
createValue() - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase.TableRecordReader
Deprecated.  
createWriter(Path) - Method in class org.apache.hadoop.hbase.regionserver.HLog
 
createWriter(Path, Class<? extends HLogKey>, Class<? extends KeyValue>) - Method in class org.apache.hadoop.hbase.regionserver.HLog
 
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.
CURRENT_VERSION - Static variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 

D

DATA_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
DatabaseController - Class in org.apache.hadoop.hbase.rest
 
DatabaseController() - Constructor for class org.apache.hadoop.hbase.rest.DatabaseController
 
DatabaseModel - Class in org.apache.hadoop.hbase.rest
 
DatabaseModel(HBaseConfiguration, HBaseAdmin) - Constructor for class org.apache.hadoop.hbase.rest.DatabaseModel
 
DatabaseModel.DatabaseMetadata - Class in org.apache.hadoop.hbase.rest
 
DatabaseModel.DatabaseMetadata(HBaseAdmin) - Constructor for class org.apache.hadoop.hbase.rest.DatabaseModel.DatabaseMetadata
 
dbController - Variable in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
DEADNODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
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
Converts org.apache.hadoop.ipc.RemoteException into original exception, if possible.
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.
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
 
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 store to the filesytem.
DEFAULT_BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Default blocksize for hfile.
DEFAULT_BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
Default setting for whether or not to use bloomfilters.
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_END_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.stargate.RowSpec
 
DEFAULT_HOST - Static variable in interface 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_MASTER_INFOPORT - Static variable in interface org.apache.hadoop.hbase.HConstants
default port for master web api
DEFAULT_MASTER_PORT - Static variable in interface org.apache.hadoop.hbase.HConstants
default port that the master listens on
DEFAULT_MAX_AGE - Static variable in class org.apache.hadoop.hbase.stargate.RESTServlet
 
DEFAULT_MAX_FILE_SIZE - Static variable in interface 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_READONLY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
 
DEFAULT_REGION_SERVER_CLASS - Static variable in interface org.apache.hadoop.hbase.HConstants
Default region server interface class name.
DEFAULT_REGIONSERVER_INFOPORT - Static variable in interface org.apache.hadoop.hbase.HConstants
default port for region server web api
DEFAULT_REGIONSERVER_PORT - Static variable in interface org.apache.hadoop.hbase.HConstants
Default port region server listens on.
DEFAULT_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Strings
 
DEFAULT_SIZE_RESERVATION_BLOCK - Static variable in interface org.apache.hadoop.hbase.HConstants
Default size of a reservation block
DEFAULT_START_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.stargate.RowSpec
 
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_PAUSE - Static variable in interface org.apache.hadoop.hbase.HConstants
Default ZooKeeper pause value.
DEFAULT_ZOOKEEPER_RETRIES - Static variable in interface org.apache.hadoop.hbase.HConstants
Default number of times to retry writes to ZooKeeper.
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
 
delete(ArrayList<Delete>) - Method in class org.apache.hadoop.hbase.client.HTable
Bulk commit a List of Deletes to the table.
delete(TransactionState, Delete) - Method in class org.apache.hadoop.hbase.client.transactional.TransactionalTable
 
delete(String) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Delete the value for a column Deletes the cell whose row/column/commit-timestamp match those of the delete.
delete(byte[]) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Delete the value for a column Deletes the cell whose row/column/commit-timestamp match those of the delete.
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[], Delete[]) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Put an array of deletes into the specified region
delete(long, byte[], Delete) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Deletes all the KeyValues that match those found in the Delete object, if their ts <= to the Delete.
delete(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.CountingBloomFilter
Removes a specified key from this counting Bloom filter.
delete() - Method in class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
Delete store map files.
delete(Delete, Integer, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
delete(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[], 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() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
Delete this file
delete(long, Delete) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
Add a delete to the transaction.
delete(long, byte[], Delete) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
delete(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.AbstractController
 
delete(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.DatabaseController
 
delete(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.RowController
 
delete(byte[], byte[]) - Method in class org.apache.hadoop.hbase.rest.RowModel
Deprecated. 
delete(byte[], byte[], byte[][]) - Method in class org.apache.hadoop.hbase.rest.RowModel
Deprecated. 
delete(byte[], Delete) - Method in class org.apache.hadoop.hbase.rest.RowModel
 
delete(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
delete(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.TableController
 
delete(byte[]) - Method in class org.apache.hadoop.hbase.rest.TableModel
Deletes table tableName
delete(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.TimestampController
 
delete(byte[], Delete) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
 
delete(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
Deprecated. 
delete(byte[], byte[], byte[][], long) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
Deprecated. 
delete(String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a DELETE request
delete(Cluster, String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a DELETE request
delete(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.RowResource
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.ScannerInstanceResource
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.SchemaResource
 
deleteAll(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(String, String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(String, String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(byte[], byte[], long, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAll(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
deleteAllByRegex(String, String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAllByRegex(String, String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAllByRegex(byte[], String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAllByRegex(byte[], String, long, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteAllConnections(boolean) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Delete information for all connections.
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.ThriftServer.HBaseHandler
 
deleteAllTs(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
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
Delete the latest version of the specified column, given in family:qualifier notation.
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
Delete all versions of the specified column, given in family:qualifier notation, and with a timestamp less than or equal to the specified timestamp.
deleteColumns(byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
 
DeleteCompare - Class in org.apache.hadoop.hbase.regionserver
Class that provides static method needed when putting deletes into memstore
DeleteCompare() - Constructor for class org.apache.hadoop.hbase.regionserver.DeleteCompare
 
deleteCompare(KeyValue, byte[], int, short, int, int, int, byte, KeyValue.KeyComparator) - Static method in class org.apache.hadoop.hbase.regionserver.DeleteCompare
Method used when putting deletes into memstore to remove all the previous entries that are affected by this Delete
deleteConnectionInfo(HBaseConfiguration, boolean) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Delete connection information for the instance specified by configuration
deleteDirectory(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Delete if exists.
deleteEmptyMetaRows(HRegionInterface, byte[], List<byte[]>) - Method in class org.apache.hadoop.hbase.master.HMaster
 
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(String, String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamily(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamily(String, String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamily(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamily(byte[], byte[], long, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamilyByRegex(String, String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamilyByRegex(byte[], String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamilyByRegex(String, String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamilyByRegex(byte[], String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteFamilyByRegex(byte[], String, long, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete)
deleteRegion(FileSystem, Path, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Deletes all the files for a HRegion
deleteRootRegionLocation() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
Delete ZNode containing root region location.
deletes - Variable in class org.apache.hadoop.hbase.regionserver.GetDeleteTracker
 
deletes - Variable in class org.apache.hadoop.hbase.regionserver.QueryMatcher
Keeps track of deletes
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.thrift.ThriftServer.HBaseHandler
 
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
DISABLE - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
disableTable(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
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.client.HBaseAdmin
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 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.rest.TableModel
 
disableTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
Dispatcher - Class in org.apache.hadoop.hbase.rest
Deprecated. Use the org.apache.hadoop.hbase.stargate hbase contrib instead.
Dispatcher() - Constructor for class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated. Default constructor
Dispatcher.ContentType - Enum in org.apache.hadoop.hbase.rest
Deprecated.  
doc - Variable in class org.apache.hadoop.hbase.mapred.LuceneDocumentWrapper
Deprecated.  
doc - Variable in class org.apache.hadoop.hbase.mapreduce.LuceneDocumentWrapper
The document to add to the index.
doCommit(TransactionState) - Method in class org.apache.hadoop.hbase.client.transactional.TransactionManager
Do the commit.
doCompare(CompareFilter.CompareOp, WritableByteArrayComparable, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
doesApplyToIndex(IndexSpecification, SortedMap<byte[], byte[]>) - Static method in class org.apache.hadoop.hbase.regionserver.tableindexed.IndexMaintenanceUtils
Ask if this update does apply to the index.
doesTableExist(byte[]) - Method in class org.apache.hadoop.hbase.rest.TableModel
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
doMain(String[], Class<? extends HMaster>) - Static method in class org.apache.hadoop.hbase.master.HMaster
 
doMain(String[], Class<? extends HRegionServer>) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Do class main.
doMain(String[]) - Static method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
doMain(String[]) - Static method in class org.apache.hadoop.hbase.thrift.ThriftServer
 
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.
done() - Method in class org.apache.hadoop.hbase.regionserver.WildcardColumnTracker
Can never early-out from reading more storefiles in Wildcard case.
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)
doOptimize() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
doOptimize() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
doReconstructionLog(Path, long, long, Progressable) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
doReconstructionLog(Path, long, long, Progressable) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
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.
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
 
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() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
 
dumps - Variable in class org.apache.hadoop.hbase.io.hfile.SimpleBlockCache
 
DynamicBloomFilter - Class in org.apache.hadoop.hbase.migration.nineteen.onelab.filter
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.
DynamicBloomFilter() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.DynamicBloomFilter
Zero-args constructor for the serialization.
DynamicBloomFilter(int, int, int, int) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.DynamicBloomFilter
Constructor.

E

EBase64 - Static variable in class org.apache.hadoop.hbase.rest.AbstractModel.Encodings
 
emitRecord(String, String, OutputRecord) - Method in class org.apache.hadoop.hbase.metrics.file.TimeStampingFileContext
 
EMPTY_BYTE_ARRAY - Static variable in interface org.apache.hadoop.hbase.HConstants
An empty instance.
EMPTY_END_ROW - Static variable in interface org.apache.hadoop.hbase.HConstants
Last row in a table.
EMPTY_HEADER_ARRAY - Static variable in class org.apache.hadoop.hbase.stargate.client.Client
 
EMPTY_START_ROW - Static variable in interface org.apache.hadoop.hbase.HConstants
Used by scanners, etc when they want to start at the beginning of a region
ENABLE - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
enableTable(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Brings a table on-line (enables it).
enableTable(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Brings a table on-line (enables it).
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.rest.TableModel
 
enableTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
encode(byte[]) - Method in interface org.apache.hadoop.hbase.rest.AbstractModel.Encodings.Encoding
 
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.
encoding - Static variable in class org.apache.hadoop.hbase.rest.AbstractModel
 
end(Xid, int) - Method in class org.apache.hadoop.hbase.client.transactional.JtaXAResource
 
ENDKEY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
ENDROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
ENDTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
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.io.RowResult
Deprecated.  
entrySet() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Intentionally unimplemented.
entrySet() - Method in class org.apache.hadoop.hbase.util.SoftValueMap
 
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.
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.HStoreKey
Deprecated.  
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.master.MetaRegion
 
equals(Object) - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
equals(Object) - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
equals(Object) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Key
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
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(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.Pair
 
equalsTwoRowKeys(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Utility method to check if two row keys are equal.
equalsTwoRowKeys(HRegionInfo, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Utility method to check if two row keys are equal.
errorHandler - Variable in class org.apache.hadoop.hbase.ipc.HBaseServer
 
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.HStoreKey
Deprecated. Estimated size tax paid for each instance of HSK.
ESTIMATED_HEAP_TAX - Variable in class org.apache.hadoop.hbase.io.BatchOperation
Deprecated. Estimated size of this object.
ESTIMATED_HEAP_TAX - Static variable in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Estimated 'shallow size' of this object not counting payload.
ESTIMATED_HEAP_TAX - Static variable in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Estimated size tax paid for each instance of HSK.
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 [].
EUTF8 - Static variable in class org.apache.hadoop.hbase.rest.AbstractModel.Encodings
 
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.stargate.client.Client
Execute a transaction method.
executePathOnly(Cluster, HttpMethod, Header[], String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Execute a transaction method given only the path.
executeURI(HttpMethod, Header[], String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Execute a transaction method given a complete URI.
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(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.exists(Get)
exists(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.exists(Get)
exists(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.exists(Get)
exists(byte[], byte[], long, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.exists(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 - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
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
 
extractKeyValues(RowResult) - 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

failureSleep - Variable in class org.apache.hadoop.hbase.ipc.HBaseClient
 
FALSE - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
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
 
familySet() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the keys in the familyMap
FILE_SYSTEM_VERSION - Static variable in interface 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 - Class in org.apache.hadoop.hbase.migration.nineteen.onelab.filter
Defines the general behavior of a filter.
Filter() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
 
Filter(int, int, int) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Constructor.
filter - Variable in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
FILTER - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
Filter.ReturnCode - Enum in org.apache.hadoop.hbase.filter
Return codes for filterValue().
FILTER_RANK - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
FILTER_TYPE - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
FILTER_VALUE - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
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.FilterList
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
 
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.PageRowFilter
Deprecated.  
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterAllRemaining() - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Determines if the filter has decided that all remaining results should be filtered (skipped).
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated.  
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated. Returns true once the nested filter has filtered out a row (returned true on a call to one of it's filtering methods).
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.PageRowFilter
Deprecated.  
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PageRowFilter
Deprecated.  
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterColumn(byte[], byte[], byte[]) - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Use RowFilterInterface.filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) instead.
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Filters on row key, column name, and column value.
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated. Because StopRowFilter does not examine column information, this method defaults to calling the rowKey-only version of filter.
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated.  
filterColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated.  
filterColumn(byte[], int, int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated.  
filterFactories - Static variable in interface org.apache.hadoop.hbase.rest.RESTConstants
 
FilterFactory - Interface in org.apache.hadoop.hbase.rest.filter
Constructs Filters from JSON.
FilterFactoryConstants - Interface in org.apache.hadoop.hbase.rest.filter
 
FilterFactoryConstants.MalformedFilterException - Exception in org.apache.hadoop.hbase.rest.filter
 
FilterFactoryConstants.MalformedFilterException() - Constructor for exception org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants.MalformedFilterException
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
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.FilterList
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.PageFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
 
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.SingleColumnValueFilter
 
filterKeyValue(KeyValue) - Method in class org.apache.hadoop.hbase.filter.SkipFilter
 
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() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterRow() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
filterRow() - Method in interface org.apache.hadoop.hbase.filter.Filter
Last chance to veto row based on previous Filter.filterKeyValue(KeyValue) calls.
filterRow() - Method in class org.apache.hadoop.hbase.filter.FilterList
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.PageFilter
 
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.PageRowFilter
Deprecated.  
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.PageRowFilter
Deprecated.  
filterRow() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
 
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterRow() - Method in class org.apache.hadoop.hbase.filter.RowFilter
 
filterRow(SortedMap<byte[], Cell>) - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Filter on the fully assembled row.
filterRow(List<KeyValue>) - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Filter on the fully assembled row.
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterRow() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
 
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated. Because StopRowFilter does not examine column information, this method defaults to calling filterAllRemaining().
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated.  
filterRow() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
filterRow(SortedMap<byte[], Cell>) - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated.  
filterRow(List<KeyValue>) - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
 
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
 
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.FilterList
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
 
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.InclusiveStopRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.InclusiveStopRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PageFilter
 
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.PageRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PageRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
 
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.PrefixRowFilter
Deprecated.  
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RegExpRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RowFilter
 
filterRowKey(byte[]) - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Use RowFilterInterface.filterRowKey(byte[], int, int) instead.
filterRowKey(byte[], int, int) - Method in interface org.apache.hadoop.hbase.filter.RowFilterInterface
Deprecated. Filters on just a row key.
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.SkipFilter
 
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
 
filterRowKey(byte[]) - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated.  
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated.  
finalKey(WritableComparable) - Method in class org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader
 
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.io.RowResult
Deprecated.  
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
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HLog
 
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
 
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.metrics.file.TimeStampingFileContext
 
flushBase64() - Method in class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Method added by PHIL.
flushcache() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Flush the cache.
flushCommits() - Method in class org.apache.hadoop.hbase.client.HTable
Commit to the table the buffer of BatchUpdate.
FlushRequester - Interface in org.apache.hadoop.hbase.regionserver
Implementors of this interface want to be notified when an HRegion determines that a cache flush is needed.
FOREVER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
 
FOREVER - Static variable in interface org.apache.hadoop.hbase.HConstants
Unlimited time-to-live.
forget(Xid) - Method in class org.apache.hadoop.hbase.client.transactional.JtaXAResource
 
forgetTransaction(long) - Method in class org.apache.hadoop.hbase.client.transactional.HBaseBackedTransactionLogger
 
forgetTransaction(long) - Method in class org.apache.hadoop.hbase.client.transactional.LocalTransactionLogger
 
forgetTransaction(long) - Method in interface org.apache.hadoop.hbase.client.transactional.TransactionLogger
This transaction's state is no longer needed.
freeMemory(long) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Free the requested amount of memory from the LRU map.
fromByte(byte) - Static method in enum org.apache.hadoop.hbase.regionserver.transactional.THLogKey.TrxOp
 
fromRowSpec(String, RowSpec) - Static method in class org.apache.hadoop.hbase.stargate.ResultGenerator
 
fsOk - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
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
 

G

generateModel(HBaseConfiguration, HBaseAdmin) - Method in class org.apache.hadoop.hbase.rest.AbstractController
 
generateModel(HBaseConfiguration, HBaseAdmin) - Method in class org.apache.hadoop.hbase.rest.DatabaseController
 
generateModel(HBaseConfiguration, HBaseAdmin) - Method in class org.apache.hadoop.hbase.rest.RowController
 
generateModel(HBaseConfiguration, HBaseAdmin) - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
generateModel(HBaseConfiguration, HBaseAdmin) - Method in class org.apache.hadoop.hbase.rest.TableController
 
generateModel(HBaseConfiguration, HBaseAdmin) - Method in class org.apache.hadoop.hbase.rest.TimestampController
 
generator - Variable in class org.apache.hadoop.hbase.stargate.ScannerInstanceResource
 
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
Method for getting data from a row
get(String, String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
get(String, String, int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
get(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
get(byte[], byte[], int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
get(String, String, long, int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
get(byte[], byte[], long, int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
get(TransactionState, Get) - Method in class org.apache.hadoop.hbase.client.transactional.TransactionalTable
Method for getting data from a row
get(String) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Get the current value of the specified column
get(byte[]) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Get the current value of the specified column
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 a sorted List of all elements in this queue, in descending order.
get() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Get the data from the BytesWritable.
get(Object) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
get(byte[]) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. Get the Cell that corresponds to column
get(String) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. Get the Cell that corresponds to column, using a String key
get(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. Get a cell using seperate family, columnQualifier arguments.
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(long, byte[], Get) - Method in interface org.apache.hadoop.hbase.ipc.TransactionalRegionInterface
Perform a transactional Get operation.
get() - Method in class org.apache.hadoop.hbase.mapred.LuceneDocumentWrapper
Deprecated.  
get() - Method in class org.apache.hadoop.hbase.mapreduce.LuceneDocumentWrapper
 
get(WritableComparable, Writable) - Method in class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile.Reader
 
get(WritableComparable, Writable) - Method in class org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader
 
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(QueryMatcher, List<KeyValue>) - Method in class org.apache.hadoop.hbase.regionserver.MemStore
Perform a single-row Get on the and snapshot, placing results into the specified KV list.
get(Get, NavigableSet<byte[]>, List<KeyValue>) - Method in class org.apache.hadoop.hbase.regionserver.Store
Retrieve results from this store given the specified Get parameters.
get(List<KeyValue>) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileGetScan
Performs a GET operation across multiple StoreFiles.
get(long, Get) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
get(long, byte[], Get) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
get(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.AbstractController
 
get(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.DatabaseController
 
get(String) - Method in class org.apache.hadoop.hbase.rest.RESTConstants.FactoryMap
 
get(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.RowController
 
get(byte[], byte[]) - Method in class org.apache.hadoop.hbase.rest.RowModel
Deprecated. 
get(byte[], Get) - Method in class org.apache.hadoop.hbase.rest.RowModel
 
get(byte[], byte[], byte[][]) - Method in class org.apache.hadoop.hbase.rest.RowModel
Deprecated. 
get(byte[], byte[], byte[][], long) - Method in class org.apache.hadoop.hbase.rest.RowModel
Deprecated. 
get(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.rest.RowModel
Deprecated. 
get(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
get(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.TableController
 
get(byte[]) - Method in class org.apache.hadoop.hbase.rest.TableModel
 
get(byte[], byte[][]) - Method in class org.apache.hadoop.hbase.rest.TableModel
Returns all cells from all rows from the given table in the given columns.
get(Status, byte[][], Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.TimestampController
 
get(byte[], Get) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
 
get(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
Deprecated. 
get(byte[], byte[], byte[], long, int) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
Deprecated. 
get(byte[], byte[], byte[][], long) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
Deprecated. 
get(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.rest.TimestampModel
 
get(String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a GET request
get(Cluster, String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a GET request
get(String, String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a GET request
get(Cluster, String, String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a GET request
get(String, Header[]) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a GET request
get(Cluster, String, Header[]) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a GET request
get(int) - Method in class org.apache.hadoop.hbase.stargate.model.TableInfoModel
 
get(int) - Method in class org.apache.hadoop.hbase.stargate.model.TableListModel
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.RegionsResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.RowResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.ScannerInstanceResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.SchemaResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.StorageClusterStatusResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.StorageClusterVersionResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.TableResource
 
get(ServletContext, UriInfo) - Method in class org.apache.hadoop.hbase.stargate.VersionResource
Build a response for a version request.
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.SoftValueMap
 
get(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
getAdditionalColumns() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
Get the additionalColumns.
getAllColumns() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
 
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.
getAnalyzerName() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getAnalyzerName() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getAny() - Method in class org.apache.hadoop.hbase.stargate.model.ColumnSchemaModel
 
getAny() - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
 
getAttribute(String) - Method in class org.apache.hadoop.hbase.stargate.model.ColumnSchemaModel
 
getAttribute(String) - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
Return a table descriptor value as a string.
getAttrs(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getAttrs(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getAttrs(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getAttrs(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getAttrsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getAttrsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getAttrsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getAttrsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getAttrsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getBaseDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getBaseTableDescriptor() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTableDescriptor
 
getBatch() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
getBatch() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getBatch() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getBinary(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.RowResource
 
getBinary(UriInfo) - Method in class org.apache.hadoop.hbase.stargate.ScannerInstanceResource
 
getBindAddress() - Method in class org.apache.hadoop.hbase.HServerAddress
 
getBlock(String) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Fetch block from cache.
getBlock(String) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the buffer of the block with the specified name.
getBlock(String) - Method in class org.apache.hadoop.hbase.io.hfile.SimpleBlockCache
 
getBlockCache(HBaseConfiguration) - 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
 
getBloomFilterKey(WritableComparable) - Static method in class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile
Custom bloom filter key maker.
getBloomFilterSize() - Method in class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile.Reader
 
getBody() - Method in class org.apache.hadoop.hbase.stargate.client.Response
 
getBoost(String) - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getBoost(String) - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
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
 
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.HStoreKey
Deprecated.  
getBytes(HStoreKey) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated. Return serialize hsk bytes.
getBytes(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getBytes(byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getBytes(HStoreKey) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Returns row and column bytes out of an HStoreKey.
getBytes() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Key
 
getBytes(Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
 
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.
getCells() - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. This method used solely for the REST serialization
getCells() - Method in class org.apache.hadoop.hbase.stargate.model.RowModel
 
getCellValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
 
getCellValue() - Method in class org.apache.hadoop.hbase.client.Result
 
getCellValues() - Method in class org.apache.hadoop.hbase.client.Result
 
getClass(byte) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
getClientVersion() - Method in exception org.apache.hadoop.hbase.ipc.HBaseRPC.VersionMismatch
 
getClientZooKeeperWatcher(HBaseConfiguration) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Get a watcher of a zookeeper connection for a given quorum address.
getClosest(WritableComparable, Writable) - Method in class org.apache.hadoop.hbase.migration.nineteen.io.BloomFilterMapFile.Reader
 
getClosest(WritableComparable, Writable) - Method in class org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader
 
getClosestRowBefore(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getRowOrBefore(byte[], byte[])
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.stargate.client.Client
 
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
 
getCode() - Method in enum org.apache.hadoop.hbase.KeyValue.Type
 
getCode() - Method in class org.apache.hadoop.hbase.stargate.client.Response
 
getColumn() - Method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getColumn(ByteBuffer) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getColumn() - Method in class org.apache.hadoop.hbase.io.BatchOperation
Deprecated.  
getColumn() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getColumn() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
getColumn() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getColumn() - Method in class org.apache.hadoop.hbase.stargate.model.CellModel
 
getColumn() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
getColumn() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getColumnDescriptor(Element) - Method in class org.apache.hadoop.hbase.rest.parser.XMLRestParser
 
getColumnDescriptors(byte[]) - Method in interface org.apache.hadoop.hbase.rest.parser.IHBaseRestParser
 
getColumnDescriptors(byte[]) - Method in class org.apache.hadoop.hbase.rest.parser.JsonRestParser
 
getColumnDescriptors(byte[]) - Method in class org.apache.hadoop.hbase.rest.parser.XMLRestParser
 
getColumnDescriptors(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getColumnFamily(int) - Method in class org.apache.hadoop.hbase.stargate.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.
getColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.WildcardColumnTracker
 
getColumns() - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Get the current columns
getColumns(byte[]) - Method in class org.apache.hadoop.hbase.rest.AbstractModel
 
getColumns() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerDescriptor
 
getColumns() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
getColumns() - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
 
getColumns(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getColumns(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getColumns(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getColumns(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getColumns() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getColumnsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getColumnsFromQueryMap(Map<String, String[]>) - Method in class org.apache.hadoop.hbase.rest.AbstractController
 
getColumnsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getColumnsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getColumnsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getColumnsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getColumnTracker() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
getColVals() - Method in class org.apache.hadoop.hbase.rest.descriptors.RowUpdateDescriptor
 
getComparator() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getComparator(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getComparator() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.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.
getCompleteCacheFlushSequenceId(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
We need to make sure that we don't complete a cache flush between running transactions.
getCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getCompression() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getCompression() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
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.mapreduce.GroupingTableMapper
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.HRegionPartitioner
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.IndexTableReducer
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormat
Returns the current configuration.
getConf() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
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.stargate.RESTServlet
 
getConnection() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
getConnection(HBaseConfiguration) - Static method in class org.apache.hadoop.hbase.client.HConnectionManager
Get the connection object for the instance specified by the configuration If no current connection exists, create a new connection for that instance
getConnection() - Method in class org.apache.hadoop.hbase.client.HTable
Used by unit tests and tools to do low-level manipulations.
getConnection(HBaseConfiguration) - Static method in class org.apache.hadoop.hbase.client.ServerConnectionManager
Get the connection object for the instance specified by the configuration If no current connection exists, create a new connection for that instance
getContentType(String) - Static method in enum org.apache.hadoop.hbase.rest.Dispatcher.ContentType
Deprecated. Utility method used looking at Accept header content.
getContext(Class<?>) - Method in class org.apache.hadoop.hbase.stargate.provider.JAXBContextResolver
 
getCopyOfOnlineRegionsSortedBySize() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCurrentKey() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.TableRecordReader
Returns the current key.
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.TableInputFormatBase.TableRecordReader
Returns the current value.
getData() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
getData() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getDatabaseMetadata() - Method in class org.apache.hadoop.hbase.rest.DatabaseModel
 
getDate() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
The date that hbase was compiled.
getDeadNode(int) - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getDeadNodes() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getDeadNodes(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDeadNodes(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDeadNodesCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDeadNodesCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDeadNodesList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDeadNodesList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDeadServerNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getDeadServers() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
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.stargate.protobuf.generated.CellMessage.Cell
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
GetDeleteTracker - Class in org.apache.hadoop.hbase.regionserver
This class is responsible for the tracking and enforcement of Deletes during the course of a Get operation.
GetDeleteTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.GetDeleteTracker
Constructor
getDeleteTracker() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
GetDeleteTracker.Delete - Class in org.apache.hadoop.hbase.regionserver
Internal class used to store the necessary information for a Delete.
GetDeleteTracker.Delete(byte[], int, int, byte, long) - Constructor for class org.apache.hadoop.hbase.regionserver.GetDeleteTracker.Delete
Constructor
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.
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getEdit() - Method in class org.apache.hadoop.hbase.regionserver.HLog.HLogEntry
Gets the edit
getEncodedName() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getEncodedRegionName() - Method in class org.apache.hadoop.hbase.migration.nineteen.io.Reference
 
getEndKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getEndKey() - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
getEndKey() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getEndKey() - Method in class org.apache.hadoop.hbase.stargate.model.TableRegionModel
 
getEndKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getEndKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
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.stargate.model.ScannerModel
 
getEndRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getEndRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getEndRow() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getEndTime() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
getEndTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getEndTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getEndTime() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getEntries() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getError() - Method in class org.apache.hadoop.hbase.rest.Status.StatusMessage
 
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
getFactoryMap() - Static method in class org.apache.hadoop.hbase.rest.RESTConstants.FactoryMap
 
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(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
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(byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getFamilyDelimiterIndex(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getFamilyDelimiterIndex(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyDelimiterIndex(byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
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.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
getFamilyMapKey(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getFamilyMapKey(byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getFileId() - Method in class org.apache.hadoop.hbase.migration.nineteen.io.Reference
 
getFilenum() - Method in class org.apache.hadoop.hbase.regionserver.HLog
 
getFileRegion() - Method in class org.apache.hadoop.hbase.io.Reference
 
getFileRegion() - Method in class org.apache.hadoop.hbase.migration.nineteen.io.Reference
 
getFilesystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getFilter() - Method in class org.apache.hadoop.hbase.client.Get
 
getFilter() - Method in class org.apache.hadoop.hbase.client.Scan
 
getFilterDir(Path, int, byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
Deprecated. 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.ColumnValueFilterFactory
 
getFilterFromJSON(String) - Method in interface org.apache.hadoop.hbase.rest.filter.FilterFactory
 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.InclusiveStopRowFilterFactory
 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.PageRowFilterFactory
 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.RegExpRowFilterFactory
 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.RowFilterSetFactory
 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.StopRowFilterFactory
 
getFilterFromJSON(String) - Method in class org.apache.hadoop.hbase.rest.filter.WhileMatchRowFilterFactory
 
getFilterIfMissing() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
Get whether entire row should be filtered if column is not found.
getFilters() - Method in class org.apache.hadoop.hbase.filter.FilterList
Get the filters.
getFilters() - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated. Get the filters.
getFilters() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerDescriptor
 
getFirst() - Method in class org.apache.hadoop.hbase.util.Pair
Return the first element stored in the pair.
getFirstKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getFlushRequester() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the current size of this cache.
getFromMETA(byte[], byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
Get row from meta table.
getGlobalMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Return the total size of all memstores in every region.
getHashType(Configuration) - Static method in class org.apache.hadoop.hbase.util.Hash
This utility method converts the name of the configured hash type to a symbolic constant.
getHBaseVersion() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getHeaders() - Method in class org.apache.hadoop.hbase.stargate.client.Response
 
getHeadPtr() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the head of the linked list (least recently used).
getHeap() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
getHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getHitCount() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the number of hits to the map.
getHitRatio() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getHitRatio() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the hit ratio.
getHLogDirectoryName(HServerInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HLog
Construct the HLog directory name
getHLogDirectoryName(String, long) - Static method in class org.apache.hadoop.hbase.regionserver.HLog
Construct the HLog directory name
getHLogDirectoryName(String) - Static method in class org.apache.hadoop.hbase.regionserver.HLog
Construct the HLog directory name
getHostname() - Method in class org.apache.hadoop.hbase.HServerAddress
 
getHRegionConnection(HServerAddress) - Method in interface org.apache.hadoop.hbase.client.HConnection
Establishes a connection to the region server at the specified address.
getHRegionConnection(HServerAddress, boolean) - Method in interface org.apache.hadoop.hbase.client.HConnection
Establishes a connection to the region server at the specified address.
getHRegionInfo() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
 
getHRegionInfo() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
getHRegionInfo() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getHRegionInfo(byte[]) - Static method in class org.apache.hadoop.hbase.util.Writables
 
getHRegionInfo(Cell) - Static method in class org.apache.hadoop.hbase.util.Writables
 
getHRegionInfoOrNull(byte[]) - Static method in class org.apache.hadoop.hbase.util.Writables
 
getHServerInfo() - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Method used when a master is taking the place of another failed one.
getHServerInfo() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Method used when a master is taking the place of another failed one.
getHTable() - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase
Deprecated. Allows subclasses to get the HTable.
getHTable() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Allows subclasses to get the HTable.
getHTableDescriptor(byte[]) - Method in interface org.apache.hadoop.hbase.client.HConnection
 
getId(Class<?>) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
getId() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerIdentifier
 
getId() - Method in class org.apache.hadoop.hbase.stargate.model.TableRegionModel
 
getId() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getId() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getID() - Method in class org.apache.hadoop.hbase.stargate.ScannerResultGenerator
 
getIndex(String) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTableDescriptor
 
getIndexedColumns() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
Get the indexedColumns.
getIndexedScanner(String, byte[], byte[], byte[][], Filter, byte[][]) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTable
Open up an indexed scanner.
getIndexedTableDescriptor() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTable
 
getIndexedTableName(byte[]) - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
 
getIndexes() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexedTableDescriptor
 
getIndexId() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
Get the indexId.
getIndexSpecifications() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecificationArray
Get indexSpecifications.
getInetSocketAddress() - Method in class org.apache.hadoop.hbase.HServerAddress
 
getInfoDir(Path, int, byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
 
getInfoPort() - Method in class org.apache.hadoop.hbase.HServerInfo
 
getInfoServer() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getInfoServer() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getInMemory() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getInMemory() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getInnerClass() - Method in exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
getInnerException() - Method in exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
getInnerMessage() - Method in exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
getInputColumns() - Method in class org.apache.hadoop.hbase.client.Scan
Helps to convert the binary column families and qualifiers to a text representation, e.g.
getInstance() - Static method in class org.apache.hadoop.hbase.client.transactional.LocalTransactionLogger
Creates singleton if it does not exist
getInstance() - Static method in class org.apache.hadoop.hbase.stargate.RESTServlet
 
getInstance(int) - Static method in class org.apache.hadoop.hbase.util.Hash
Get a singleton instance of hash function of a given type.
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.util.Hash
Get a singleton instance of hash function of a type defined in the configuration.
getInstance() - Static method in class org.apache.hadoop.hbase.util.JenkinsHash
 
getInstance() - Static method in class org.apache.hadoop.hbase.util.MurmurHash
 
getInterfaceName() - Method in exception org.apache.hadoop.hbase.ipc.HBaseRPC.VersionMismatch
Get the interface name
getInternalFilter() - Method in class org.apache.hadoop.hbase.filter.WhileMatchRowFilter
Deprecated. Returns the internal filter being wrapped
getJerseyVersion() - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
getJerseyVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getJerseyVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getJvmVersion() - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
getJvmVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getJvmVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Gets a buffer view to the current key.
getKey() - Method in class org.apache.hadoop.hbase.io.RowResult.Entry
Deprecated.  
getKey() - Method in class org.apache.hadoop.hbase.KeyValue
Do not use unless you have to.
getKey() - Method in class org.apache.hadoop.hbase.regionserver.HLog.HLogEntry
Gets the key
getKey() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Get the key of this entry.
getKey() - Method in class org.apache.hadoop.hbase.stargate.model.RowModel
 
getKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getKeyGenerator() - Method in class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
Get the keyGenerator.
getKeyLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyString() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Convenience method to get a copy of the key as a string - interpreting the bytes as UTF8.
getKeyString() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyValue() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
 
getLargestHStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getLastFlushTime() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getLastKey() - Method in class org.apache.hadoop.hbase.io.HalfHFileReader
 
getLastKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getLeases() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getLength() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
getLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getLength() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
getLength() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the length of the split.
getLength() - Method in class org.apache.hadoop.hbase.regionserver.ColumnCount
 
getListenerAddress() - Method in class org.apache.hadoop.hbase.ipc.HBaseServer
Return the socket (ip+port) on which the RPC server is listening to.
getLiveNode(int) - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getLiveNodes() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getLiveNodes(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getLiveNodes(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getLiveNodesCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getLiveNodesCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getLiveNodesList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getLiveNodesList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getLoad() - Method in class org.apache.hadoop.hbase.HServerInfo
 
getLoad() - Method in class org.apache.hadoop.hbase.HServerLoad
Originally, this method factored in the effect of requests going to the server as well.
getLocation() - Method in class org.apache.hadoop.hbase.stargate.client.Response
 
getLocation() - Method in class org.apache.hadoop.hbase.stargate.model.TableRegionModel
 
getLocation() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getLocation() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getLocations() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
getLocations() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the region's location as an array.
getLockId() - Method in class org.apache.hadoop.hbase.client.Delete
Method for retrieving the delete's lock ID.
getLockId() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the get's lockId
getLockId() - Method in class org.apache.hadoop.hbase.client.Put
Method for retrieving the put's lockId
getLockId() - Method in class org.apache.hadoop.hbase.client.RowLock
Get the lock id from this RowLock
getLog() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getLog() - Method in class org.apache.hadoop.hbase.util.MetaUtils
 
getLogRoller() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getLogSeqNum() - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
getMap() - Method in class org.apache.hadoop.hbase.client.Result
Map of families to all versions of its qualifiers and values.
getMapDir(Path, int, byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
 
getMaster() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
 
getMaster() - Method in interface org.apache.hadoop.hbase.client.HConnection
 
getMaster() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
getMasterAddress() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterElectionZNode() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
Get the path of the masterElectionZNode
getMax() - Method in class org.apache.hadoop.hbase.io.TimeRange
 
getMaxAge(String) - Method in class org.apache.hadoop.hbase.stargate.RESTServlet
 
getMaxBufferedDeleteTerms() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getMaxBufferedDeleteTerms() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getMaxBufferedDocs() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getMaxBufferedDocs() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getMaxFieldLength() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getMaxFieldLength() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getMaxFileSize() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getMaxHeapMB() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getMaxMergeDocs() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getMaxMergeDocs() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getMaxSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
getMaxSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the maximum size of this cache.
getMaxVersions() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the get's maximum number of version
getMaxVersions() - Method in class org.apache.hadoop.hbase.client.Scan
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getMemFree() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the currently available memory for this LRU in bytes.
getMemMax() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the maximum memory allowed for this LRU in bytes.
getMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getMemStoreSizeInMB() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getMemStoreSizeMB() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node.Region
 
getMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getMemUsed() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the currently used memory for this LRU in bytes.
getMergeFactor() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getMergeFactor() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getMessage() - Method in class org.apache.hadoop.hbase.HMsg
 
getMessage() - Method in class org.apache.hadoop.hbase.rest.Status
 
getMessage() - Method in class org.apache.hadoop.hbase.rest.Status.StatusMessage
 
getMetaBlock(String) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getMetadata() - Method in class org.apache.hadoop.hbase.rest.DatabaseModel
 
getMetaRegion(HRegionInfo) - Method in class org.apache.hadoop.hbase.util.MetaUtils
Open or return cached opened meta region
getMETARows(byte[]) - Method in class org.apache.hadoop.hbase.util.MetaUtils
 
getMetrics() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMetrics() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getMidkey() - Method in class org.apache.hadoop.hbase.migration.nineteen.io.Reference
 
getMin() - Method in class org.apache.hadoop.hbase.io.TimeRange
 
getMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getMissCount() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the number of misses to the map.
getMissRatio() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getModel() - Method in class org.apache.hadoop.hbase.rest.DatabaseController
 
getModel() - Method in class org.apache.hadoop.hbase.rest.RowController
 
getModel() - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
getModel() - Method in class org.apache.hadoop.hbase.rest.TableController
 
getModel() - Method in class org.apache.hadoop.hbase.rest.TimestampController
 
getMostLoadedRegions() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Get the top N most loaded regions this server is serving so we can tell the master which regions it can reallocate if we're overloaded.
getName() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getName() - Method in class org.apache.hadoop.hbase.HServerInfo
Get the hostname of the server
getName() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getName() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getName() - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getName() - Method in enum org.apache.hadoop.hbase.io.hfile.Compression.Algorithm
 
getName() - Method in exception org.apache.hadoop.hbase.Leases.LeaseStillHeldException
 
getName() - Method in class org.apache.hadoop.hbase.rest.descriptors.RestCell
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.ColumnSchemaModel
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node.Region
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.TableInfoModel
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.TableModel
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.TableRegionModel
 
getName() - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getName(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
getName(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getNameAsString() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getNameAsString() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getNameAsString() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getNameCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
getNameCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getNameList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList.Builder
 
getNameList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getNameWithColon() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getNextPtr() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Returns the next pointer for the entry in teh LRU.
getNoVersionMap() - Method in class org.apache.hadoop.hbase.client.Result
Map of families to their most recent qualifiers and values.
getNumberOfRegions() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getNumberOfRequests() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getNumberOfstorefiles() - Method in class org.apache.hadoop.hbase.regionserver.Store
 
getNumOpenConnections() - Method in class org.apache.hadoop.hbase.ipc.HBaseServer
The number of open RPC conections
getNumRows() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerIdentifier
 
getNumValues() - Method in class org.apache.hadoop.hbase.io.Cell
Deprecated.  
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.CellModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.CellSetModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.RowModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.TableInfoModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.TableListModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.TableSchemaModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
getObjectFromMessage(byte[]) - Method in interface org.apache.hadoop.hbase.stargate.ProtobufMessageHandler
Initialize the model from a protobuf representation.
getOffset() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
getOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getOffset() - Method in class org.apache.hadoop.hbase.regionserver.ColumnCount
 
getOldestStamp() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
getOldFilter() - Method in class org.apache.hadoop.hbase.client.Scan
Deprecated.  
getOnlineMetaRegions() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getOnlineRegion(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getOnlineRegions() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getOnlineRegionsAsArray() - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
 
getOnlineRegionsAsArray() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getOperator() - Method in class org.apache.hadoop.hbase.filter.FilterList
Get the operator.
getOperator() - Method in class org.apache.hadoop.hbase.filter.RowFilterSet
Deprecated. Get the operator.
getOsVersion() - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
getOsVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getOsVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getOutboundMsgs() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
Returns the output committer.
getParser(HttpServletRequest) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated.  
getParser(Dispatcher.ContentType) - Static method in class org.apache.hadoop.hbase.rest.parser.HBaseRestParserFactory
 
getPartition(ImmutableBytesWritable, V2, int) - Method in class org.apache.hadoop.hbase.mapred.HRegionPartitioner
Deprecated.  
getPartition(ImmutableBytesWritable, VALUE, int) - Method in class org.apache.hadoop.hbase.mapreduce.HRegionPartitioner
Gets the partition number for a given key (hence record) given the total number of partitions i.e.
getPath() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
 
getPath(Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Return the 'path' component of a Path.
getPathSegments(HttpServletRequest) - Method in class org.apache.hadoop.hbase.rest.Dispatcher
Deprecated. This method will get the path segments from the HttpServletRequest.
getPort() - Method in class org.apache.hadoop.hbase.HServerAddress
 
getPos() - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase.TableRecordReader
Deprecated.  
getPreviousIntervalValue() - Method in class org.apache.hadoop.hbase.metrics.MetricsRate
 
getPrevPtr() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Returns the previous pointer for the entry in the LRU.
getPriority() - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getProgress() - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase.TableRecordReader
Deprecated.  
getProgress() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.TableRecordReader
The current progress of the record reader through its data.
getProtocolVersion(String, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getProtocolVersion(String, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getProtocolVersion(String, long) - Method in class org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer
 
getProtocolVersion(String, long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
getProxy(Class<?>, long, InetSocketAddress, Configuration, SocketFactory) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<?>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<?>, long, InetSocketAddress, Configuration) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Construct a client-side proxy object with the default SocketFactory
getQualifier(byte[]) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getQualifier() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getQualifier() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getQualifier(byte[]) - Static method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierLength(int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getQuorumServers() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
 
getRawComparator(HRegionInfo) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getRawComparator() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
getRawComparator() - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
 
getRawComparator() - Method in class org.apache.hadoop.hbase.KeyValue.RootComparator
 
getReader() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
 
getReader(FileSystem, boolean, boolean) - Method in class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
Get reader for the store file map file.
getReader() - Method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
getReadOnly() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
getReadOnly() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase
Deprecated. Builds a TableRecordReader.
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.hadoop.hbase.mapred.IndexOutputFormat
Deprecated.  
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.hadoop.hbase.mapred.TableOutputFormat
Deprecated.  
getRecordWriter(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.IndexOutputFormat
Returns the record writer.
getRecordWriter(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
Creates a new record writer.
getRegion(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Protected utility method for safely obtaining an HRegion handle.
getRegion(int) - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getRegionDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRegionDir(Path, int) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Computes the Path of the HRegion
getRegionDir(Path, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Computes the Path of the HRegion
getRegionId() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getRegionId() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.HMsg
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.HRegionLocation
 
getRegionInfo(byte[]) - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Get metainfo about an HRegion
getRegionInfo() - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRegionInfo(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionKey() - Method in class org.apache.hadoop.hbase.rest.TableModel.Regions
 
getRegionLocation(byte[], byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.HConnection
Find region location hosting passed row
getRegionLocation(String) - Method in class org.apache.hadoop.hbase.client.HTable
Find region location hosting passed row using cached info
getRegionLocation(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Find region location hosting passed row using cached info
getRegionLocation() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
getRegionLocation() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the region location.
getRegionName() - Method in class org.apache.hadoop.hbase.client.ServerCallable
 
getRegionName() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getRegionName() - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
getRegionName() - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
getRegionName() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRegionNameAsString() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getRegionNameAsString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRegions() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getRegions() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getRegions() - Method in class org.apache.hadoop.hbase.stargate.model.TableInfoModel
 
getRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getRegions(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getRegions(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getRegions(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getRegions(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getRegionsAssignment() - Method in interface org.apache.hadoop.hbase.ipc.HRegionInterface
Method used when a master is taking the place of another failed one.
getRegionsAssignment() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Method used when a master is taking the place of another failed one.
getRegionsCount() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getRegionsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getRegionsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getRegionsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getRegionsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getRegionServer(int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
getRegionServer() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster.RegionServerThread
 
getRegionServerForWithoutRetries(ServerCallable<T>) - Method in interface org.apache.hadoop.hbase.client.HConnection
Pass in a ServerCallable with your particular bit of logic defined and this method will pass it to the defined region server.
getRegionServers() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
getRegionServerWithRetries(ServerCallable<T>) - Method in interface org.apache.hadoop.hbase.client.HConnection
Pass in a ServerCallable with your particular bit of logic defined and this method will manage the process of doing retries with timed waits and refinds of missing regions.
getRegionsInfo() - Method in class org.apache.hadoop.hbase.client.HTable
Get all the regions and their address for this table
getRegionsInTransition() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getRegionsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getRegionsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getRegionsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
getRegionsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getRegionsLoad() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getRegionsResource(String) - Method in class org.apache.hadoop.hbase.stargate.TableResource
 
getRegionsToCheck() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRemoteAddress() - Static method in class org.apache.hadoop.hbase.ipc.HBaseServer
Returns remote address as a string when invoked inside an RPC.
getRemoteIp() - Static method in class org.apache.hadoop.hbase.ipc.HBaseServer
Returns the remote side ip address when invoked inside an RPC Returns null incase of an error.
getRequestCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
getRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRequests() - Method in class org.apache.hadoop.hbase.master.metrics.MasterMetrics
 
getRequests() - Method in class org.apache.hadoop.hbase.regionserver.metrics.RegionServerMetrics
 
getRequests() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel
 
getRequests() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
getRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getRequestsCount() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getRevision() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the subversion revision number for the root directory
getRootDir() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRootDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRootDir(HBaseConfiguration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getRootRegion() - Method in class org.apache.hadoop.hbase.util.MetaUtils
 
getRootRegionLocation() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRow() - Method in class org.apache.hadoop.hbase.client.Delete
Method for retrieving the delete's row
getRow() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the get's row
getRow(String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, long, int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], long, int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, String[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], byte[][]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, String[], int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], byte[][], int) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, String[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], byte[][], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(String, String[], long, int, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow(byte[], byte[][], long, int, RowLock) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get)
getRow() - Method in class org.apache.hadoop.hbase.client.Put
Method for retrieving the put's row
getRow() - Method in class org.apache.hadoop.hbase.client.Result
Method for retrieving the row that this result is for
getRow() - Method in class org.apache.hadoop.hbase.client.RowLock
Get the row for this RowLock
getRow() - Method in class org.apache.hadoop.hbase.client.ServerCallable
 
getRow() - Method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getRow(ByteBuffer) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getRow() - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated.  
getRow() - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated. Get the row for this RowResult
getRow() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getRow() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getRow() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
getRow() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
getRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getRow() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getRow(byte[], byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getRowComparator(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Get the appropriate row comparator for the specified table.
getRowComparator() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
getRowFilter(JSONObject) - Method in class org.apache.hadoop.hbase.rest.filter.RowFilterSetFactory
A refactored method that encapsulates the creation of a RowFilter given a JSONObject with a correct form of: { "type" : "MY_TYPE", "args" : MY_ARGS, }
getRowkeyName() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getRowkeyName() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getRowLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowLock() - Method in class org.apache.hadoop.hbase.client.Delete
Method for retrieving the delete's RowLock
getRowLock() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the get's RowLock
getRowLock() - Method in class org.apache.hadoop.hbase.client.Put
Method for retrieving the put's RowLock
getRowLock() - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Get the row lock associated with this update
getRowName() - Method in class org.apache.hadoop.hbase.rest.descriptors.RowUpdateDescriptor
 
getRowOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowOrBefore(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Return the row that matches row exactly, or the one that immediately preceeds it.
getRowResource(String, String, String) - Method in class org.apache.hadoop.hbase.stargate.TableResource
 
getRowResult() - Method in class org.apache.hadoop.hbase.client.Result
Returns this Result in the old return format, RowResult.
getRows() - Method in class org.apache.hadoop.hbase.stargate.model.CellSetModel
 
getRows(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
getRows(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getRowsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
getRowsCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getRowsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Builder
 
getRowsList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getRowTs(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getRowUpdateDescriptor(byte[], byte[][]) - Method in interface org.apache.hadoop.hbase.rest.parser.IHBaseRestParser
 
getRowUpdateDescriptor(byte[], byte[][]) - Method in class org.apache.hadoop.hbase.rest.parser.JsonRestParser
 
getRowUpdateDescriptor(byte[], byte[][]) - Method in class org.apache.hadoop.hbase.rest.parser.XMLRestParser
 
getRowWithColumns(byte[], byte[], List<byte[]>) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getRowWithColumnsTs(byte[], byte[], List<byte[]>, long) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getScan() - Method in class org.apache.hadoop.hbase.client.HTable.ClientScanner
 
getScan() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
 
getScan() - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Gets the scan defining the actual details like columns etc.
getScanner(Scan) - Method in class org.apache.hadoop.hbase.client.HTable
Get a scanner on the current table as specified by the Scan object
getScanner(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Get a scanner on the current table as specified by the Scan object
getScanner(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Get a scanner on the current table as specified by the Scan object
getScanner(String[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(String[], String) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][], byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][], byte[], RowFilterInterface) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(String[], String, String, long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(String[], String, long, RowFilterInterface) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(byte[][], byte[], long, RowFilterInterface) - Method in class org.apache.hadoop.hbase.client.HTable
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan)
getScanner(TransactionState, Scan) - Method in class org.apache.hadoop.hbase.client.transactional.TransactionalTable
 
getScanner() - Method in class org.apache.hadoop.hbase.io.HalfHFileReader
 
getScanner(boolean) - Method in class org.apache.hadoop.hbase.io.HalfHFileReader
 
getScanner() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
Create a Scanner on this file.
getScanner(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
Create a Scanner on this file.
getScanner(Scan) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Return an iterator that scans over the HRegion, returning the indicated columns and rows specified by the Scan.
getScanner(Scan, List<KeyValueScanner>) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getScanner(Scan, NavigableSet<byte[]>) - Method in class org.apache.hadoop.hbase.regionserver.Store
Return a scanner for both the memstore and the HStore files
getScanner(long, Scan) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
Get a transactional scanner.
getScanner(Integer) - Method in class org.apache.hadoop.hbase.rest.ScannerModel.ScannerMaster
 
getScanner(int) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Returns the scanner associated with the specified ID.
getScannerCaching() - Method in class org.apache.hadoop.hbase.client.HTable
Get the number of rows for caching that will be passed to scanners
getScannerCallable(byte[], int) - Method in class org.apache.hadoop.hbase.client.HTable.ClientScanner
 
getScannerCallable(byte[], int) - Method in class org.apache.hadoop.hbase.client.transactional.TransactionalTable.TransactionalClientScanner
 
getScannerDescriptor(byte[]) - Method in interface org.apache.hadoop.hbase.rest.parser.IHBaseRestParser
 
getScannerDescriptor(byte[]) - Method in class org.apache.hadoop.hbase.rest.parser.JsonRestParser
 
getScannerDescriptor(byte[]) - Method in class org.apache.hadoop.hbase.rest.parser.XMLRestParser
 
getScannerInstanceResource(String) - Method in class org.apache.hadoop.hbase.stargate.ScannerResource
 
getScannerResource(String) - Method in class org.apache.hadoop.hbase.stargate.TableResource
 
getSchemaResource(String) - Method in class org.apache.hadoop.hbase.stargate.TableResource
 
getSecond() - Method in class org.apache.hadoop.hbase.util.Pair
Return the second element stored in the pair.
getSeekColumn() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
If matcher returns SEEK_NEXT_COL you may be able to get a hint of the next column to seek to - call this.
getSequenceNumber() - Method in class org.apache.hadoop.hbase.regionserver.HLog
 
getSerializedSize(HStoreKey) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableListMessage.TableList
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getSerializer(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.hadoop.hbase.rest.serializer.RestSerializerFactory
 
getServer(Object, String, int, Configuration) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Construct a server for a protocol implementation instance listening on a port and address.
getServer(Object, String, int, int, boolean, Configuration) - Static method in class org.apache.hadoop.hbase.ipc.HBaseRPC
Construct a server for a protocol implementation instance listening on a port and address.
getServer() - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
getServerAddress() - Method in class org.apache.hadoop.hbase.HRegionLocation
 
getServerAddress() - Method in class org.apache.hadoop.hbase.HServerInfo
 
getServerAddressToServerInfo() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getServerInfo() - Method in class org.apache.hadoop.hbase.ClusterStatus
Returns detailed region server information: A list of HServerInfo, containing server load and resource usage statistics as HServerLoad, containing per-region statistics as HServerLoad.RegionLoad.
getServerName() - Method in class org.apache.hadoop.hbase.client.ServerCallable
 
getServerName() - Method in class org.apache.hadoop.hbase.HServerInfo
 
getServerName(HServerInfo) - Static method in class org.apache.hadoop.hbase.HServerInfo
 
getServerName(String, long) - Static method in class org.apache.hadoop.hbase.HServerInfo
 
getServerName(HServerAddress, long) - Static method in class org.apache.hadoop.hbase.HServerInfo
 
getServerNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getServers() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getServersToLoad() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getServersToServerInfo() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getServerVersion() - Method in exception org.apache.hadoop.hbase.ipc.HBaseRPC.VersionMismatch
 
getServerVersion() - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
getServerVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getServerVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getSessionID() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
This is for testing KeeperException.SessionExpiredException.
getSessionPassword() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
This is for testing KeeperException.SessionExpiredException.
getSimilarityName() - Method in class org.apache.hadoop.hbase.mapred.IndexConfiguration
Deprecated.  
getSimilarityName() - Method in class org.apache.hadoop.hbase.mapreduce.IndexConfiguration
 
getSize() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
getSize() - Method in class org.apache.hadoop.hbase.regionserver.Store
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.stargate.provider.producer.PlainTextMessageBodyProducer
 
getSize(ProtobufMessageHandler, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.stargate.provider.producer.ProtobufMessageBodyProducer
 
getSortedOnlineRegionInfos() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getSplitKey() - Method in class org.apache.hadoop.hbase.io.Reference
 
getSplits(JobConf, int) - Method in class org.apache.hadoop.hbase.mapred.TableInputFormatBase
Deprecated. Calculates the splits that will serve as input for the map tasks.
getSplits(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Calculates the splits that will serve as input for the map tasks.
getStargateVersion() - Method in class org.apache.hadoop.hbase.stargate.model.VersionModel
 
getStargateVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
getStargateVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
getStartCode() - Method in class org.apache.hadoop.hbase.HServerInfo
 
getStartCode() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node
 
getStartCode() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
getStartCode() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
getStartEndKeys() - Method in class org.apache.hadoop.hbase.client.HTable
Gets the starting and ending row keys for every region in the currently open table
getStartKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getStartKey() - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
getStartKey() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getStartKey() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
getStartKey() - Method in class org.apache.hadoop.hbase.stargate.model.TableRegionModel
 
getStartKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
getStartKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
getStartKeys() - Method in class org.apache.hadoop.hbase.client.HTable
Gets the starting row key for every region in the currently open table
getStartRow() - Method in class org.apache.hadoop.hbase.client.Scan
 
getStartRow() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
getStartRow() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the start row.
getStartRow() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerDescriptor
 
getStartRow() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
getStartRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getStartRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getStartRow() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getStartTime() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
getStartTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
getStartTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
getStartTime() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getStats() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get counter statistics for this cache.
getStatusCode() - Method in class org.apache.hadoop.hbase.rest.Status
 
getStatusCode() - Method in class org.apache.hadoop.hbase.rest.Status.StatusMessage
 
getStatusForTransaction(long) - Method in class org.apache.hadoop.hbase.client.transactional.HBaseBackedTransactionLogger
 
getStatusForTransaction(long) - Method in class org.apache.hadoop.hbase.client.transactional.LocalTransactionLogger
 
getStatusForTransaction(long) - Method in interface org.apache.hadoop.hbase.client.transactional.TransactionLogger
Get the status of a transaction.
getStopRow() - Method in class org.apache.hadoop.hbase.client.Scan
 
getStopRow() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerDescriptor
 
getStopRow(byte[]) - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
getStopRowKey() - Method in class org.apache.hadoop.hbase.filter.StopRowFilter
Deprecated. An accessor for the stopRowKey
getStopRowUnionFilter(byte[], RowFilterInterface) - Method in class org.apache.hadoop.hbase.rest.ScannerController
 
getStore(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Return HStore instance.
getStoreFile(HFileScanner, List<KeyValue>) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileGetScan
Performs a GET operation on a single StoreFile.
getStorefileIndexSizeInMB() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node.Region
 
getStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getStorefiles() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getStorefiles() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getStorefiles() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node.Region
 
getStorefiles() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getStorefiles() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getStorefileSizeInMB() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node.Region
 
getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getStoreHomedir(Path, int, byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.Store
 
getStores() - Method in class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
getStores() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterStatusModel.Node.Region
 
getStores() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
getStores() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Get names of supported compression algorithms.
getTable(String) - Method in class org.apache.hadoop.hbase.client.HTablePool
Get a reference to the specified table from the pool.
getTable(byte[]) - Method in class org.apache.hadoop.hbase.client.HTablePool
Get a reference to the specified table from the pool.
getTable(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Creates and returns an HTable instance from a given table name.
getTableDesc() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getTableDesc() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getTableDescriptor(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
Method for getting the tableDescriptor
getTableDescriptor() - Method in class org.apache.hadoop.hbase.client.HTable
 
getTableDescriptor(byte[]) - Method in interface org.apache.hadoop.hbase.rest.parser.IHBaseRestParser
Parses a HTableDescriptor given the input array.
getTableDescriptor(byte[]) - Method in class org.apache.hadoop.hbase.rest.parser.JsonRestParser
 
getTableDescriptor(byte[]) - Method in class org.apache.hadoop.hbase.rest.parser.XMLRestParser
 
getTableDir(Path, byte[]) - Static method in class org.apache.hadoop.hbase.HTableDescriptor
 
getTableMetadata(String) - Method in class org.apache.hadoop.hbase.rest.TableModel
Get table metadata.
getTableName() - Method in class org.apache.hadoop.hbase.client.HTable
 
getTableName() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
Deprecated.  
getTableName() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the table name.
getTablename() - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
getTableName() - Method in class org.apache.hadoop.hbase.rest.descriptors.RowUpdateDescriptor
 
getTableNames() - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getTablePool() - Method in class org.apache.hadoop.hbase.stargate.RESTServlet
Get a table pool for the given table.
getTableRegions(String) - Method in class org.apache.hadoop.hbase.rest.TableModel
Return region offsets.
getTableRegions(byte[]) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getTables() - Method in class org.apache.hadoop.hbase.rest.DatabaseModel.DatabaseMetadata
 
getTables() - Method in class org.apache.hadoop.hbase.stargate.model.TableListModel
 
getTailPtr() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Get the tail of the linked list (most recently used).
getThreadLocalTransactionState() - Method in class org.apache.hadoop.hbase.client.transactional.JtaXAResource
 
getTimeRange() - Method in class org.apache.hadoop.hbase.client.Get
Method for retrieving the get's TimeRange
getTimeRange() - Method in class org.apache.hadoop.hbase.client.Scan
 
getTimeRange() - Method in class org.apache.hadoop.hbase.regionserver.QueryMatcher
 
getTimeStamp() - Method in class org.apache.hadoop.hbase.client.Delete
Method for retrieving the delete's timestamp
getTimestamp() - Method in class org.apache.hadoop.hbase.client.HTable.ClientScanner
 
getTimeStamp() - Method in class org.apache.hadoop.hbase.client.Put
 
getTimestamp() - Method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getTimestamp(ByteBuffer) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getTimestamp() - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated.  
getTimestamp() - Method in class org.apache.hadoop.hbase.io.Cell
Deprecated.  
getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getTimestamp() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
getTimestamp() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
getTimestamp() - Method in class org.apache.hadoop.hbase.rest.descriptors.ScannerDescriptor
 
getTimestamp() - Method in class org.apache.hadoop.hbase.stargate.model.CellModel
 
getTimestamp() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
getTimestamp() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
getTimestamp() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
getTimestampOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestampOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestamps() - Method in class org.apache.hadoop.hbase.rest.descriptors.TimestampsDescriptor
 
getTimestamps(byte[], byte[]) - Method in class org.apache.hadoop.hbase.rest.RowModel
 
getTimeToLive() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getTotalBytes() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Writer
 
getTotalColumnLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTotalColumnLength(int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getTrailerInfo() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getTransactionalLeases() - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
getTransactionalRegion(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer
 
getTransactionId() - Method in class org.apache.hadoop.hbase.client.transactional.TransactionState
Get the transactionId.
getTransactionId() - Method in class org.apache.hadoop.hbase.regionserver.transactional.THLogKey
 
getTransactionState(long) - Method in class org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
 
getTransactionTimeout() - Method in class org.apache.hadoop.hbase.client.transactional.JtaXAResource
 
getTrxOp() - Method in class org.apache.hadoop.hbase.regionserver.transactional.THLogKey
 
getTtl() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
getTtl() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
getType() - Method in class org.apache.hadoop.hbase.HMsg
 
getType() - Method in class org.apache.hadoop.hbase.KeyValue
 
getType() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getUniqueFile(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
 
getUrl() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the subversion URL for the root hbase directory.
getUsedHeapMB() - Method in class org.apache.hadoop.hbase.HServerLoad
 
getUser() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
The user that compiled hbase.
getValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
Get the latest version of the specified column.
getValue(byte[]) - Method in class org.apache.hadoop.hbase.client.Result
Get the latest version of the specified column, using
getValue(byte[]) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getValue(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getValue(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getValue(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getValue() - Method in class org.apache.hadoop.hbase.io.BatchOperation
Deprecated.  
getValue() - Method in class org.apache.hadoop.hbase.io.Cell
Deprecated.  
getValue() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Gets a buffer view to the current value.
getValue() - Method in class org.apache.hadoop.hbase.io.RowResult.Entry
Deprecated.  
getValue() - Method in class org.apache.hadoop.hbase.KeyValue
Returns value in a new byte array.
getValue() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getValue() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Get the value of this entry.
getValue() - Method in class org.apache.hadoop.hbase.stargate.model.CellModel
 
getValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
getValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
getValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
getValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
getValueLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValues() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
getValues() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
getValues(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getValues(int) - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getValuesCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getValuesCount() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getValuesList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
getValuesList() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
getValueString() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Convenience method to get a copy of the value as a string - interpreting the bytes as UTF8.
getVectorSize() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.BloomFilter
 
getVer(byte[], byte[], byte[], int) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Deprecated. 
getVer(byte[], byte[], byte[], byte[], int) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getVersion() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
getVersion() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
getVersion() - Method in class org.apache.hadoop.hbase.stargate.model.StorageClusterVersionModel
 
getVersion(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Verifies current version of file system
getVersion() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the hbase version.
getVersionResource() - Method in class org.apache.hadoop.hbase.stargate.VersionResource
Dispatch /version/stargate to self.
getVerTs(byte[], byte[], byte[], long, int) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
Deprecated. 
getVerTs(byte[], byte[], byte[], byte[], long, int) - Method in class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
 
getWebAppDir(String) - Static method in class org.apache.hadoop.hbase.util.InfoServer
Get the path for this web app
getWebAppsPath() - Method in class org.apache.hadoop.hbase.util.InfoServer
Get the pathname to the path files.
getWeight() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Key
 
getWritable(byte[], Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
Set bytes into the passed Writable by calling its Writable.readFields(java.io.DataInput).
getWritable(byte[], int, int, Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
Set bytes into the passed Writable by calling its Writable.readFields(java.io.DataInput).
getWritableComparator(HRegionInfo) - Static method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
getWriteBuffer() - Method in class org.apache.hadoop.hbase.client.HTable
Get the write buffer
getWriteBufferSize() - Method in class org.apache.hadoop.hbase.client.HTable
Get the maximum size in bytes of the write buffer for this HTable
getWriter(FileSystem, SequenceFile.CompressionType, boolean, int) - Method in class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
Get a store file writer.
getWriter(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
Get a store file writer.
getWriter(FileSystem, Path, int, Compression.Algorithm, KeyValue.KeyComparator) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFile
Get a store file writer.
getWriteTime() - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
getWriteToWAL() - Method in class org.apache.hadoop.hbase.client.Put
 
getXAResource() - Method in class org.apache.hadoop.hbase.client.transactional.TransactionManager
 
getZooKeeper() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
 
getZooKeeperWrapper() - Method in interface org.apache.hadoop.hbase.client.HConnection
Retrieve ZooKeeperWrapper used by the connection.
getZooKeeperWrapper() - Method in class org.apache.hadoop.hbase.client.HConnectionManager.ClientZKWatcher
Get this watcher's ZKW, instanciate it if necessary.
getZooKeeperWrapper() - Method in class org.apache.hadoop.hbase.master.HMaster
Get the ZK wrapper object
getZooKeeperWrapper() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
GROUP_COLUMNS - Static variable in class org.apache.hadoop.hbase.mapred.GroupingTableMap
Deprecated. JobConf parameter to specify the columns used to produce the key passed to collect from the map phase
GROUP_COLUMNS - Static variable in class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
JobConf parameter to specify the columns used to produce the key passed to collect from the map phase.
GroupingTableMap - Class in org.apache.hadoop.hbase.mapred
Deprecated. 
GroupingTableMap() - Constructor for class org.apache.hadoop.hbase.mapred.GroupingTableMap
Deprecated.  
GroupingTableMapper - Class in org.apache.hadoop.hbase.mapreduce
Extract grouping columns from input record.
GroupingTableMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.GroupingTableMapper
 
GZIP - Static variable in class org.apache.hadoop.hbase.util.Base64
Specify that data should be gzip-compressed.

H

HalfHFileReader - Class in org.apache.hadoop.hbase.io
A facade for a HFile.Reader that serves up either the top or bottom half of a HFile where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
HalfHFileReader(FileSystem, Path, BlockCache, Reference) - Constructor for class org.apache.hadoop.hbase.io.HalfHFileReader
 
HalfMapFileReader - Class in org.apache.hadoop.hbase.migration.nineteen.io
A facade for a MapFile.Reader that serves up either the top or bottom half of a MapFile where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
HalfMapFileReader(FileSystem, String, Configuration, Reference.Range, WritableComparable<HStoreKey>, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader
 
HalfMapFileReader(FileSystem, String, Configuration, Reference.Range, WritableComparable<HStoreKey>, boolean, boolean, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.HalfMapFileReader
 
hasAverageLoad() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
hasAverageLoad() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
hasBatch() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
hasBatch() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
hasBody() - Method in class org.apache.hadoop.hbase.stargate.client.Response
 
hasColumn(String) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Check if the specified column is currently assigned a value
hasColumn(byte[]) - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated. Check if the specified column is currently assigned a value
hasColumn() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
hasColumn() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
hasColumns() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
hasCompression() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
hasCompression() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
hasData() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
hasData() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
hasEndKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
hasEndKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
hasEndRow() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
hasEndRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
hasEndRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
hasEndRow() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
hasEndTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
hasEndTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
hasFamilies() - Method in class org.apache.hadoop.hbase.client.Get
Method for checking if any families have been inserted into this Get
hasFamilies() - Method in class org.apache.hadoop.hbase.client.Scan
 
hasFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
Checks to see if this table contains the given column family
hasFilter() - Method in class org.apache.hadoop.hbase.client.Scan
 
hash - Variable in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
The hash function used to map a key to several positions in the vector.
hash(Key) - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.HashFunction
Hashes a specified key into several integers.
hash - Variable in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
The hash value for this entries key
Hash - Class in org.apache.hadoop.hbase.util
This class represents a common API for hashing functions.
Hash() - Constructor for class org.apache.hadoop.hbase.util.Hash
 
hash(byte[]) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using all bytes from the input argument, and a seed of -1.
hash(byte[], int) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using all bytes from the input argument, and a provided seed value.
hash(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from 0 to length, and the provided seed value
hash(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.JenkinsHash
taken from hashlittle() -- hash a variable-length key into a 32-bit value
hash(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.MurmurHash
 
hashCode() - Method in class org.apache.hadoop.hbase.ClusterStatus
 
hashCode() - Method in class org.apache.hadoop.hbase.HBaseConfiguration
Returns the hash code value for this HBaseConfiguration.
hashCode() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
 
hashCode() - Method in class org.apache.hadoop.hbase.HMsg
 
hashCode() - Method in class org.apache.hadoop.hbase.HRegionInfo
 
hashCode() - Method in class org.apache.hadoop.hbase.HRegionLocation
 
hashCode() - Method in class org.apache.hadoop.hbase.HServerAddress
 
hashCode() - Method in class org.apache.hadoop.hbase.HServerInfo
 
hashCode() - Method in class org.apache.hadoop.hbase.HServerLoad
 
hashCode() - Method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
hashCode() - Method in class org.apache.hadoop.hbase.HTableDescriptor
 
hashCode() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
hashCode() - Method in class org.apache.hadoop.hbase.master.MetaRegion
 
hashCode() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
hashCode() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
hashCode() - Method in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Key
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Returns the hash code of the entry by xor'ing the hash values of the key and value of this entry.
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
Intentionally unimplemented.
hashCode(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
hashCode() - Method in class org.apache.hadoop.hbase.util.Pair
 
hasHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
hasHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
HashFunction - Class in org.apache.hadoop.hbase.migration.nineteen.onelab.filter
Implements a hash object that returns a certain number of hashed values.
HashFunction(int, int, int) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.HashFunction
Constructor.
hashType - Variable in class org.apache.hadoop.hbase.migration.nineteen.onelab.filter.Filter
Type of hashing function to use.
hasId() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
hasId() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
hasInMemory() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
hasInMemory() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
hasJerseyVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
hasJerseyVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
hasJvmVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
hasJvmVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
hasKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row.Builder
 
hasKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellSetMessage.CellSet.Row
 
hasLocation() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
hasLocation() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
hasMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
hasMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
hasMaxVersions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
hasMaxVersions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
hasMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
hasMemstoreSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
hasName() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
hasNext() - Method in class org.apache.hadoop.hbase.stargate.RowResultGenerator
 
hasNext() - Method in class org.apache.hadoop.hbase.stargate.ScannerResultGenerator
 
hasOsVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
hasOsVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
hasReadOnly() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Builder
 
hasReadOnly() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema
 
hasRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
hasRegions() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
hasRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
 
hasRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
 
hasRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
hasRequests() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
hasRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
hasRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
hasServerVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
hasServerVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
hasStargateVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version.Builder
 
hasStargateVersion() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.VersionMessage.Version
 
hasStartCode() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
 
hasStartCode() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
hasStartKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region.Builder
 
hasStartKey() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
hasStartRow() - Method in class org.apache.hadoop.hbase.stargate.model.ScannerModel
 
hasStartRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
hasStartRow() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
hasStartTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner.Builder
 
hasStartTime() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ScannerMessage.Scanner
 
hasStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
hasStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
hasStorefiles() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
hasStorefiles() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
hasStorefileSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
hasStorefileSizeMB() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
hasStores() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
 
hasStores() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
 
hasTimestamp() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell.Builder
 
hasTimestamp() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.CellMessage.Cell
 
hasTimestamp() - Method in class org.apache.hadoop.hbase.stargate.RowSpec
 
hasTooManyStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Checks every store to see if one has too many store files
hasTooManyStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.Store
See if there's too much store files in this store
hasTtl() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
 
hasTtl() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema
 
hasUserTimestamp() - Method in class org.apache.hadoop.hbase.stargate.model.CellModel
 
hasValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute.Builder
 
hasValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute
 
hasValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute.Builder
 
hasValue() - Method in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableSchemaMessage.TableSchema.Attribute
 
haveRootRegion - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
HBASE_CLIENT_RETRIES_NUMBER_KEY - Static variable in interface org.apache.hadoop.hbase.HConstants
 
HBASE_DIR - Static variable in interface org.apache.hadoop.hbase.HConstants
Parameter name for HBase instance root directory
HBaseAdmin - Class in org.apache.hadoop.hbase.client
Provides administrative functions for HBase
HBaseAdmin(HBaseConfiguration) - Constructor for class org.apache.hadoop.hbase.client.HBaseAdmin
Constructor
HBaseBackedTransactionLogger - Class in org.apache.hadoop.hbase.client.transactional
 
HBaseBackedTransactionLogger() - Constructor for class org.apache.hadoop.hbase.client.transactional.HBaseBackedTransactionLogger
 
HBaseClient - Class in org.apache.hadoop.hbase.ipc
A client for an IPC service.
HBaseClient(Class<? extends Writable>, Configuration, SocketFactory) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseClient
Construct an IPC client whose values are of the given Writable class.
HBaseClient(Class<? extends Writable>, Configuration) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseClient
Construct an IPC client with the default SocketFactory
HBaseConfiguration - Class in org.apache.hadoop.hbase
Adds HBase configuration files to a Configuration
HBaseConfiguration() - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
constructor
HBaseConfiguration(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
Create a clone of passed configuration.
HBaseMapFile - Class in org.apache.hadoop.hbase.migration.nineteen.io
HBase customizations of MapFile.
HBaseMapFile() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.HBaseMapFile
 
HBaseMapFile.HBaseReader - Class in org.apache.hadoop.hbase.migration.nineteen.io
A reader capable of reading and caching blocks of the data file.
HBaseMapFile.HBaseReader(FileSystem, String, Configuration, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.HBaseMapFile.HBaseReader
 
HBaseMapFile.HBaseReader(FileSystem, String, Configuration, boolean, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.HBaseMapFile.HBaseReader
 
HBaseMapFile.HBaseWriter - Class in org.apache.hadoop.hbase.migration.nineteen.io
 
HBaseMapFile.HBaseWriter(Configuration, FileSystem, String, SequenceFile.CompressionType, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.io.HBaseMapFile.HBaseWriter
 
HbaseMapWritable<K,V> - Class in org.apache.hadoop.hbase.io
A Writable Map.
HbaseMapWritable() - Constructor for class org.apache.hadoop.hbase.io.HbaseMapWritable
The default contructor where a TreeMap is used
HbaseMapWritable(SortedMap<byte[], V>) - Constructor for class org.apache.hadoop.hbase.io.HbaseMapWritable
Contructor where another SortedMap can be used
HbaseObjectWritable - Class in org.apache.hadoop.hbase.io
This is a customized version of the polymorphic hadoop ObjectWritable.
HbaseObjectWritable() - Constructor for class org.apache.hadoop.hbase.io.HbaseObjectWritable
default constructor for writable
HbaseObjectWritable(Object) - Constructor for class org.apache.hadoop.hbase.io.HbaseObjectWritable
 
HbaseObjectWritable(Class<?>, Object) - Constructor for class org.apache.hadoop.hbase.io.HbaseObjectWritable
 
HBaseRestException - Exception in org.apache.hadoop.hbase.rest.exception
 
HBaseRestException() - Constructor for exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
HBaseRestException(Exception) - Constructor for exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
HBaseRestException(String) - Constructor for exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
HBaseRestException(String, Exception) - Constructor for exception org.apache.hadoop.hbase.rest.exception.HBaseRestException
 
HBaseRestParserFactory - Class in org.apache.hadoop.hbase.rest.parser
 
HBaseRestParserFactory() - Constructor for class org.apache.hadoop.hbase.rest.parser.HBaseRestParserFactory
 
HBaseRPC - Class in org.apache.hadoop.hbase.ipc
A simple RPC mechanism.
HBaseRPC.Server - Class in org.apache.hadoop.hbase.ipc
An RPC Server.
HBaseRPC.Server(Object, Configuration, String, int) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseRPC.Server
Construct an RPC server.
HBaseRPC.Server(Object, Configuration, String, int, int, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseRPC.Server
Construct an RPC server.
HBaseRPC.VersionMismatch - Exception in org.apache.hadoop.hbase.ipc
A version mismatch for the RPC protocol.
HBaseRPC.VersionMismatch(String, long, long) - Constructor for exception org.apache.hadoop.hbase.ipc.HBaseRPC.VersionMismatch
Create a version mismatch exception
HBaseRPCErrorHandler - Interface in org.apache.hadoop.hbase.ipc
An interface for calling out of RPC for error conditions.
HBaseRpcMetrics - Class in org.apache.hadoop.hbase.ipc
This class is for maintaining the various RPC statistics and publishing them through the metrics interfaces.
HBaseRpcMetrics(String, String) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseRpcMetrics
 
HBaseRPCProtocolVersion - Interface in org.apache.hadoop.hbase.ipc
There is one version id for all the RPC interfaces.
HBaseRPCStatistics - Class in org.apache.hadoop.hbase.ipc
Exports HBase RPC statistics recorded in HBaseRpcMetrics as an MBean for JMX monitoring.
HBaseRPCStatistics(MetricsRegistry, String, String) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseRPCStatistics
 
HBaseServer - Class in org.apache.hadoop.hbase.ipc
An abstract IPC service.
HBaseServer(String, int, Class<? extends Writable>, int, Configuration) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseServer
 
HBaseServer(String, int, Class<? extends Writable>, int, Configuration, String) - Constructor for class org.apache.hadoop.hbase.ipc.HBaseServer
Constructs a server listening on the named port and address.
HColumnDescriptor - Class in org.apache.hadoop.hbase
An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HColumnDescriptor() - Constructor for class org.apache.hadoop.hbase.HColumnDescriptor
Default constructor.
HColumnDescriptor(String) - Constructor for class org.apache.hadoop.hbase.HColumnDescriptor
Construct a column descriptor specifying only the family name The other attributes are defaulted.
HColumnDescriptor(byte[]) - Constructor for class org.apache.hadoop.hbase.HColumnDescriptor
Construct a column descriptor specifying only the family name The other attributes are defaulted.
HColumnDescriptor(HColumnDescriptor) - Constructor for class org.apache.hadoop.hbase.HColumnDescriptor
Constructor.
HColumnDescriptor(byte[], int, String, boolean, boolean, int, boolean) - Constructor for class org.apache.hadoop.hbase.HColumnDescriptor
Constructor
HColumnDescriptor(byte[], int, String, boolean, boolean, int, int, boolean) - Constructor for class org.apache.hadoop.hbase.HColumnDescriptor
Constructor
HColumnDescriptor.CompressionType - Enum in org.apache.hadoop.hbase
Deprecated. Compression now means which compression library rather than 'what' to compress.
HConnection - Interface in org.apache.hadoop.hbase.client
Cluster connection.
HConnectionManager - Class in org.apache.hadoop.hbase.client
A non-instantiable class that manages connections to multiple tables in multiple HBase instances.
HConnectionManager() - Constructor for class org.apache.hadoop.hbase.client.HConnectionManager
 
HConnectionManager.ClientZKWatcher - Class in org.apache.hadoop.hbase.client
This class is responsible to handle connection and reconnection to a zookeeper quorum.
HConnectionManager.ClientZKWatcher(HBaseConfiguration) - Constructor for class org.apache.hadoop.hbase.client.HConnectionManager.ClientZKWatcher
Takes a configuration to pass it to ZKW but won't instanciate it
HConstants - Interface in org.apache.hadoop.hbase
HConstants holds a bunch of HBase-related constants
HConstants.Modify - Enum in org.apache.hadoop.hbase
modifyTable op for replacing the table descriptor
head(String) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a HEAD request
head(Cluster, String, Header[]) - Method in class org.apache.hadoop.hbase.stargate.client.Client
Send a HEAD request
head(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
HEADER - Static variable in class org.apache.hadoop.hbase.ipc.HBaseServer
The first four bytes of Hadoop RPC connections
headMap(byte[]) - Method in class org.apache.hadoop.hbase.io.HbaseMapWritable
 
headMap(byte[]) - Method in class org.apache.hadoop.hbase.io.RowResult
Deprecated.  
headMap(K) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
heapSize() - Method in class org.apache.hadoop.hbase.client.Put
 
heapSize() - Method in class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
heapSize() - Method in class org.apache.hadoop.hbase.io.BatchOperation
Deprecated.  
heapSize() - Method in class org.apache.hadoop.hbase.io.BatchUpdate
Deprecated.  
HeapSize - Interface in org.apache.hadoop.hbase.io
Implementations can be asked for an estimate of their size in bytes.
heapSize() - Method in interface org.apache.hadoop.hbase.io.HeapSize
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlock
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.CachedBlockQueue
Total size of all elements in this queue.
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
heapSize() - Method in class org.apache.hadoop.hbase.KeyValue
 
heapSize() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
heapSize() - Method in class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.HLogKey
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
heapSize - Variable in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
The precomputed heap size of this entry
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
Returns the pre-computed and "deep" size of the Entry
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
The total memory usage of this map
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStore
Get the entire heap usage for this MemStore not including keys in the snapshot.
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.Store
 
HEAPSIZEMB_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
 
HFile - Class in org.apache.hadoop.hbase.io.hfile
File format for hbase.
HFile() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile
 
HFile.Reader - Class in org.apache.hadoop.hbase.io.hfile
HFile Reader.
HFile.Reader(FileSystem, Path, BlockCache, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Reader
Opens a HFile.
HFile.Reader(FSDataInputStream, long, BlockCache, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Reader
Opens a HFile.
HFile.Writer - Class in org.apache.hadoop.hbase.io.hfile
HFile Writer.
HFile.Writer(FileSystem, Path) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Constructor that uses all defaults for compression and block size.
HFile.Writer(FileSystem, Path, int, String, RawComparator<byte[]>) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Constructor that takes a Path.
HFile.Writer(FileSystem, Path, int, Compression.Algorithm, RawComparator<byte[]>) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Constructor that takes a Path.
HFile.Writer(FSDataOutputStream, int, String, RawComparator<byte[]>) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Constructor that takes a stream.
HFile.Writer(FSDataOutputStream, int, Compression.Algorithm, RawComparator<byte[]>) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFile.Writer
Constructor that takes a stream.
HFileOutputFormat - Class in org.apache.hadoop.hbase.mapreduce
Writes HFiles.
HFileOutputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat
 
HFileScanner - Interface in org.apache.hadoop.hbase.io.hfile
A scanner allows you to position yourself within a HFile and scan through it.
hit() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache.CacheStats
 
HLog - Class in org.apache.hadoop.hbase.regionserver
HLog stores all the edits to the HStore.
HLog(FileSystem, Path, HBaseConfiguration, LogRollListener) - Constructor for class org.apache.hadoop.hbase.regionserver.HLog
Create an edit log at the given dir location.
hlog - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
HLog.HLogEntry - Class in org.apache.hadoop.hbase.regionserver
Utility class that lets us keep track of the edit with it's key Only used when splitting logs
HLog.HLogEntry(KeyValue, HLogKey) - Constructor for class org.apache.hadoop.hbase.regionserver.HLog.HLogEntry
Constructor for both params
HLogKey - Class in org.apache.hadoop.hbase.regionserver
A Key for an entry in the change log.
HLogKey() - Constructor for class org.apache.hadoop.hbase.regionserver.HLogKey
Writable Consructor -- Do not use.
HLogKey(byte[], byte[], long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.HLogKey
Create the log key! We maintain the tablename mainly for debugging purposes.
HMaster - Class in org.apache.hadoop.hbase.master
HMaster is the "master server" for a HBase.
HMaster(HBaseConfiguration) - Constructor for class org.apache.hadoop.hbase.master.HMaster
Build the HMaster out of a raw configuration item.
HMasterInterface - Interface in org.apache.hadoop.hbase.ipc
Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables.
HMasterRegionInterface - Interface in org.apache.hadoop.hbase.ipc
HRegionServers interact with the HMasterRegionInterface to report on local goings-on and to obtain data-handling instructions from the HMaster.
HMsg - Class in org.apache.hadoop.hbase
HMsg is for communicating instructions between the HMaster and the HRegionServers.
HMsg() - Constructor for class org.apache.hadoop.hbase.HMsg
Default constructor.
HMsg(HMsg.Type) - Constructor for class org.apache.hadoop.hbase.HMsg
Construct a message with the specified message and empty HRegionInfo
HMsg(HMsg.Type, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.HMsg
Construct a message with the specified message and HRegionInfo
HMsg(HMsg.Type, HRegionInfo, byte[]) - Constructor for class org.apache.hadoop.hbase.HMsg
Construct a message with the specified message and HRegionInfo
HMsg.Type - Enum in org.apache.hadoop.hbase
Message types sent between master and regionservers
HQuorumPeer - Class in org.apache.hadoop.hbase.zookeeper
HBase's version of ZooKeeper's QuorumPeer.
HQuorumPeer() - Constructor for class org.apache.hadoop.hbase.zookeeper.HQuorumPeer
 
HRegion - Class in org.apache.hadoop.hbase.regionserver
HRegion stores data for a certain region of a table.
HRegion() - Constructor for class org.apache.hadoop.hbase.regionserver.HRegion
Should only be used for testing purposes
HRegion(Path, HLog, FileSystem, HBaseConfiguration, HRegionInfo, FlushRequester) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegion
HRegion constructor.
HREGION_COMPACTIONDIR_NAME - Static variable in interface org.apache.hadoop.hbase.HConstants
Used to construct the name of the compaction directory during compaction
HREGION_LOGDIR_NAME - Static variable in interface org.apache.hadoop.hbase.HConstants
Used to construct the name of the log directory for a region server Use '.' as a special character to seperate the log files from table data
HREGION_OLDLOGFILE_NAME - Static variable in interface org.apache.hadoop.hbase.HConstants
Name of old log file for reconstruction
HRegionInfo - Class in org.apache.hadoop.hbase
HRegion information.
HRegionInfo() - Constructor for class org.apache.hadoop.hbase.HRegionInfo
Default constructor - creates empty object
HRegionInfo(HTableDescriptor, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.HRegionInfo
Construct HRegionInfo with explicit parameters
HRegionInfo(HTableDescriptor, byte[], byte[], boolean) - Constructor for class org.apache.hadoop.hbase.HRegionInfo
Construct HRegionInfo with explicit parameters
HRegionInfo(HTableDescriptor, byte[], byte[], boolean, long) - Constructor for class org.apache.hadoop.hbase.HRegionInfo
Construct HRegionInfo with explicit parameters
HRegionInfo(HRegionInfo) - Constructor for class org.apache.hadoop.hbase.HRegionInfo
Costruct a copy of another HRegionInfo
HRegionInterface - Interface in org.apache.hadoop.hbase.ipc
Clients interact with HRegionServers using a handle to the HRegionInterface.
HRegionLocation - Class in org.apache.hadoop.hbase
Contains the HRegionInfo for the region and the HServerAddress for the HRegionServer serving the region
HRegionLocation(HRegionInfo, HServerAddress) - Constructor for class org.apache.hadoop.hbase.HRegionLocation
Constructor
HRegionPartitioner<K2,V2> - Class in org.apache.hadoop.hbase.mapred
Deprecated. 
HRegionPartitioner() - Constructor for class org.apache.hadoop.hbase.mapred.HRegionPartitioner
Deprecated.  
HRegionPartitioner<KEY,VALUE> - Class in org.apache.hadoop.hbase.mapreduce
This is used to partition the output keys into groups of keys.
HRegionPartitioner() - Constructor for class org.apache.hadoop.hbase.mapreduce.HRegionPartitioner
 
HRegionServer - Class in org.apache.hadoop.hbase.regionserver
HRegionServer makes a set of HRegions available to clients.
HRegionServer(HBaseConfiguration) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegionServer
Starts a HRegionServer at the default location
HServerAddress - Class in org.apache.hadoop.hbase
HServerAddress is a "label" for a HBase server that combines the host name and port number.
HServerAddress() - Constructor for class org.apache.hadoop.hbase.HServerAddress
Empty constructor, used for Writable
HServerAddress(InetSocketAddress) - Constructor for class org.apache.hadoop.hbase.HServerAddress
Construct a HServerAddress from an InetSocketAddress
HServerAddress(String) - Constructor for class org.apache.hadoop.hbase.HServerAddress
Construct a HServerAddress from a string of the form hostname:port
HServerAddress(String, int) - Constructor for class org.apache.hadoop.hbase.HServerAddress
Construct a HServerAddress from hostname, port number
HServerAddress(HServerAddress) - Constructor for class org.apache.hadoop.hbase.HServerAddress
Construct a HServerAddress from another HServerAddress
HServerInfo - Class in org.apache.hadoop.hbase
HServerInfo contains metainfo about an HRegionServer, Currently it only contains the server start code.
HServerInfo() - Constructor for class org.apache.hadoop.hbase.HServerInfo
default constructor - used by Writable
HServerInfo(HServerAddress, long, int, String) - Constructor for class org.apache.hadoop.hbase.HServerInfo
Constructor
HServerInfo(HServerInfo) - Constructor for class org.apache.hadoop.hbase.HServerInfo
Construct a new object using another as input (like a copy constructor)
HServerLoad - Class in org.apache.hadoop.hbase
This class encapsulates metrics for determining the load on a HRegionServer
HServerLoad() - Constructor for class org.apache.hadoop.hbase.HServerLoad
default constructor (used by Writable)
HServerLoad(int, int, int) - Constructor for class org.apache.hadoop.hbase.HServerLoad
Constructor
HServerLoad(HServerLoad) - Constructor for class org.apache.hadoop.hbase.HServerLoad
Constructor
HServerLoad.RegionLoad - Class in org.apache.hadoop.hbase
Encapsulates per-region loading metrics.
HServerLoad.RegionLoad() - Constructor for class org.apache.hadoop.hbase.HServerLoad.RegionLoad
Constructor, for Writable
HServerLoad.RegionLoad(byte[], int, int, int, int, int) - Constructor for class org.apache.hadoop.hbase.HServerLoad.RegionLoad
 
HStoreFile - Class in org.apache.hadoop.hbase.migration.nineteen.regionserver
A HStore data file.
HStoreFile(HBaseConfiguration, FileSystem, Path, int, byte[], long, Reference) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.regionserver.HStoreFile
Constructor that fully initializes the object
HStoreFileToStoreFile - Class in org.apache.hadoop.hbase.migration.nineteen
Mapper that rewrites hbase 0.19 HStoreFiles as 0.20 StoreFiles.
HStoreFileToStoreFile.Map - Class in org.apache.hadoop.hbase.migration.nineteen
 
HStoreFileToStoreFile.Map() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreFileToStoreFile.Map
 
HStoreKey - Class in org.apache.hadoop.hbase
Deprecated. Replaced by KeyValue.
HStoreKey() - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Default constructor used in conjunction with Writable interface
HStoreKey(byte[]) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying only the row The column defaults to the empty string, the time stamp defaults to Long.MAX_VALUE and the table defaults to empty string
HStoreKey(String) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying only the row The column defaults to the empty string, the time stamp defaults to Long.MAX_VALUE and the table defaults to empty string
HStoreKey(byte[], long) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(String, String) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying the row and column names The timestamp defaults to LATEST_TIMESTAMP and table name defaults to the empty string
HStoreKey(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying the row and column names The timestamp defaults to LATEST_TIMESTAMP and table name defaults to the empty string
HStoreKey(String, String, long) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying all the fields Does not make copies of the passed byte arrays.
HStoreKey(byte[], byte[], long) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Create an HStoreKey specifying all the fields with specified table Does not make copies of the passed byte arrays.
HStoreKey(HStoreKey) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated. Constructs a new HStoreKey from another
HStoreKey(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.HStoreKey
Deprecated.  
HStoreKey - Class in org.apache.hadoop.hbase.migration.nineteen
A Key for a stored row.
HStoreKey() - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Default constructor used in conjunction with Writable interface
HStoreKey(byte[]) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying only the row The column defaults to the empty string, the time stamp defaults to Long.MAX_VALUE and the table defaults to empty string
HStoreKey(String) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying only the row The column defaults to the empty string, the time stamp defaults to Long.MAX_VALUE and the table defaults to empty string
HStoreKey(byte[], HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(byte[], long, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(byte[], long) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(String, long) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(String, String) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row and column names The timestamp defaults to LATEST_TIMESTAMP and table name defaults to the empty string
HStoreKey(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row and column names The timestamp defaults to LATEST_TIMESTAMP and table name defaults to the empty string
HStoreKey(byte[], byte[], HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying the row, column names and table name The timestamp defaults to LATEST_TIMESTAMP
HStoreKey(String, String, long, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying all the fields Does not make copies of the passed byte arrays.
HStoreKey(byte[], byte[], long) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying all the fields with unspecified table Does not make copies of the passed byte arrays.
HStoreKey(byte[], byte[], long, HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Create an HStoreKey specifying all the fields with specified table Does not make copies of the passed byte arrays.
HStoreKey(HStoreKey) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey
Constructs a new HStoreKey from another
HStoreKey.BeforeThisStoreKey - Class in org.apache.hadoop.hbase.migration.nineteen
Pass this class into MapFile.getClosest when searching for the key that comes BEFORE this one but NOT this one.
HStoreKey.BeforeThisStoreKey(HStoreKey) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.BeforeThisStoreKey
 
HStoreKey.HStoreKeyComparator - Class in org.apache.hadoop.hbase
Deprecated. Passed as comparator for memcache and for store files.
HStoreKey.HStoreKeyComparator() - Constructor for class org.apache.hadoop.hbase.HStoreKey.HStoreKeyComparator
Deprecated.  
HStoreKey.HStoreKeyMetaComparator - Class in org.apache.hadoop.hbase
Deprecated. Passed as comparator for memcache and for store files.
HStoreKey.HStoreKeyMetaComparator() - Constructor for class org.apache.hadoop.hbase.HStoreKey.HStoreKeyMetaComparator
Deprecated.  
HStoreKey.HStoreKeyRootComparator - Class in org.apache.hadoop.hbase
Deprecated. Passed as comparator for memcache and for store files.
HStoreKey.HStoreKeyRootComparator() - Constructor for class org.apache.hadoop.hbase.HStoreKey.HStoreKeyRootComparator
Deprecated.  
HStoreKey.HStoreKeyWritableComparator - Class in org.apache.hadoop.hbase.migration.nineteen
Passed as comparator for memcache and for store files.
HStoreKey.HStoreKeyWritableComparator(HRegionInfo) - Constructor for class org.apache.hadoop.hbase.migration.nineteen.HStoreKey.HStoreKeyWritableComparator
 
HStoreKey.MetaStoreKeyComparator - Class in org.apache.hadoop.hbase
Deprecated. StoreKeyComparator for the .META.
HStoreKey.MetaStoreKeyComparator() - Constructor for class org.apache.hadoop.hbase.HStoreKey.MetaStoreKeyComparator
Deprecated.  
HStoreKey.RootStoreKeyComparator - Class in org.apache.hadoop.hbase
Deprecated. StoreKeyComparator for the -ROOT- table.
HStoreKey.RootStoreKeyComparator() - Constructor for class org.apache.hadoop.hbase.HStoreKey.RootStoreKeyComparator
Deprecated.  
HStoreKey.StoreKeyComparator - Class in org.apache.hadoop.hbase
Deprecated. RawComparator for plain -- i.e.
HStoreKey.StoreKeyComparator() - Constructor for class org.apache.hadoop.hbase.HStoreKey.StoreKeyComparator
Deprecated.  
HTable - Class in org.apache.hadoop.hbase.client
Used to communicate with a single HBase table.
HTable(String) - Constructor for class org.apache.hadoop.hbase.client.HTable
Creates an object to access a HBase table
HTable(byte[]) - Constructor for class org.apache.hadoop.hbase.client.HTable
Creates an object to access a HBase table
HTable(HBaseConfiguration, String) - Constructor for class org.apache.hadoop.hbase.client.HTable
Creates an object to access a HBase table
HTable(HBaseConfiguration, byte[]) - Constructor for class org.apache.hadoop.hbase.client.HTable
Creates an object to access a HBase table.
HTable.ClientScanner - Class in org.apache.hadoop.hbase.client
Implements the scanner interface for the HBase client.
HTable.ClientScanner(Scan) - Constructor for class org.apache.hadoop.hbase.client.HTable.ClientScanner
 
HTable.OldClientScanner - Class in org.apache.hadoop.hbase.client
Scanner implementation made on top of a ResultScanner.
HTableDescriptor - Class in org.apache.hadoop.hbase
HTableDescriptor contains the name of an HTable, and its column families.
HTableDescriptor(byte[], HColumnDescriptor[]) - Constructor for class org.apache.hadoop.hbase.HTableDescriptor
Private constructor used internally creating table descriptors for catalog tables: e.g.
HTableDescriptor(byte[], HColumnDescriptor[], Map<ImmutableBytesWritable, ImmutableBytesWritable>) - Constructor for class org.apache.hadoop.hbase.HTableDescriptor
Private constructor used internally creating table descriptors for catalog tables: e.g.
HTableDescriptor() - Constructor for class org.apache.hadoop.hbase.HTableDescriptor
Constructs an empty object.
HTableDescriptor(String) - Constructor for class org.apache.hadoop.hbase.HTableDescriptor
Constructor.
HTableDescriptor(byte[]) - Constructor for class org.apache.hadoop.hbase.HTableDescriptor
Constructor.
HTableDescriptor(HTableDescriptor) - Constructor for class org.apache.hadoop.hbase.HTableDescriptor
Constructor.
HTablePool - Class in org.apache.hadoop.hbase.client
A simple pool of HTable instances.
HTablePool() - Constructor for class org.apache.hadoop.hbase.client.HTablePool
Default Constructor.
HTablePool(HBaseConfiguration, int) - Constructor for class org.apache.hadoop.hbase.client.HTablePool
Constructor to set maximum versions and use the specified configuration.

I

ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.stargate.protobuf.generated.TableInfoMessage.TableInfo.Region
 
IdentityTableMap - Class in org.apache.hadoop.hbase.mapred
Deprecated. 
IdentityTableMap() - Constructor for class org.apache.hadoop.hbase.mapred.IdentityTableMap
Deprecated. constructor
IdentityTableMapper - Class in org.apache.hadoop.hbase.mapreduce
Pass the given key and record as-is to the reduce phase.
IdentityTableMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.IdentityTableMapper
 
IdentityTableReduce - Class in org.apache.hadoop.hbase.mapred
Deprecated. 
IdentityTableReduce() - Constructor for class org.apache.hadoop.hbase.mapred.IdentityTableReduce
Deprecated.  
IdentityTableReducer - Class in org.apache.hadoop.hbase.mapreduce
Convenience class that simply writes all values (which must be Put or Delete instances) passed to it out to the configured HBase table.
IdentityTableReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.IdentityTableReducer
 
IHBaseRestParser - Interface in org.apache.hadoop.hbase.rest.parser
 
ImmutableBytesWritable - Class in org.apache.hadoop.hbase.io
A byte sequence that is usable as a key or value.
ImmutableBytesWritable() - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Create a zero-size sequence.
ImmutableBytesWritable(byte[]) - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Create a ImmutableBytesWritable using the byte array as the initial value.
ImmutableBytesWritable(ImmutableBytesWritable) - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Set the new ImmutableBytesWritable to the contents of the passed ibw.
ImmutableBytesWritable(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Set the value to a given byte range
ImmutableBytesWritable.Comparator - Class in org.apache.hadoop.hbase.io
A Comparator optimized for ImmutableBytesWritable.
ImmutableBytesWritable.Comparator() - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
constructor
Import - Class in org.apache.hadoop.hbase.mapreduce
Import data written by Export.
Import() - Constructor for class org.apache.hadoop.hbase.mapreduce.Import
 
IN_MEMORY - Static variable in interface