| Interface | Description |
|---|---|
| DeleteBuilder |
Builder for creating
Delete. |
| GetBuilder |
Builder for creating
Get. |
| PutBuilder |
Builder for creating
Put. |
| ScanBuilder |
Builder for creating
Scan. |
| Class | Description |
|---|---|
| ConfigurationTable |
Reads and writes current
CConfiguration to a table in HBase. |
| HBaseTableUtil |
Common utilities for dealing with HBase.
|
| HBaseTableUtil.CoprocessorInfo |
Carries information about coprocessor information.
|
| HBaseTableUtil.TableStats |
Carries information about table stats
|
| HBaseTableUtilFactory |
Factory for HBase version-specific
HBaseTableUtil instances. |
| HBaseVersion |
Detects the currently loaded HBase version.
|
| HBaseVersion.VersionNumber |
Utility class to parse apart version number components.
|
| HBaseVersionSpecificFactory<T> |
Common class factory behavior for classes which need specific implementations depending on HBase versions.
|
| HTableDescriptorBuilder |
Builder for creating an HBase
HTableDescriptor object. |
| HTableNameConverter |
Common utility methods for dealing with HBase table name conversions.
|
| HTableNameConverter.PrefixedTableId |
Used internal to HTableNameConverter, so that one parsing method can extract both the prefix and TableId.
|
| HTableNameConverterFactory |
Factory for HBase version-specific
HTableNameConverterFactory instances. |
| Enum | Description |
|---|---|
| ConfigurationTable.Type |
Defines the types of configurations to save in the table.
|
| HBaseTableUtil.BloomType |
Represents the bloom filter types supported for HBase tables.
|
| HBaseTableUtil.CompressionType |
Represents the compression types supported for HBase tables.
|
| HBaseVersion.Version |
Represents the major version of the HBase library that is currently loaded.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.