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 MUST_PASS_ALL (!AND) or 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, 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)<