Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.client.replication | |
org.apache.hadoop.hbase.coordination | |
org.apache.hadoop.hbase.filter |
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next() . |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.security.visibility | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
static HColumnDescriptor |
HColumnDescriptor.parseFrom(byte[] bytes)
Deprecated.
|
static HTableDescriptor |
HTableDescriptor.parseFrom(byte[] bytes)
Deprecated.
|
static HRegionInfo |
HRegionInfo.parseFrom(byte[] bytes)
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
RegionInfo.parseFrom(byte[]) . |
static ClusterId |
ClusterId.parseFrom(byte[] bytes) |
static SplitLogTask |
SplitLogTask.parseFrom(byte[] data) |
static HRegionInfo |
HRegionInfo.parseFrom(byte[] bytes,
int offset,
int len)
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
RegionInfo.parseFrom(byte[], int, int) . |
Modifier and Type | Method and Description |
---|---|
Authorizations |
Query.getAuthorizations() |
CellVisibility |
Mutation.getCellVisibility() |
private static String |
ZKAsyncRegistry.getClusterId(byte[] data) |
static ColumnFamilyDescriptor |
ColumnFamilyDescriptorBuilder.parseFrom(byte[] pbBytes) |
private static ColumnFamilyDescriptor |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.parseFrom(byte[] bytes) |
static TableDescriptor |
TableDescriptorBuilder.parseFrom(byte[] pbBytes)
The input should be created by
TableDescriptorBuilder.toByteArray(org.apache.hadoop.hbase.client.TableDescriptor) . |
private static TableDescriptor |
TableDescriptorBuilder.ModifyableTableDescriptor.parseFrom(byte[] bytes) |
static RegionInfo |
RegionInfo.parseFrom(byte[] bytes) |
static RegionInfo |
RegionInfo.parseFrom(byte[] bytes,
int offset,
int len) |
static TableState |
TableState.parseFrom(TableName tableName,
byte[] bytes) |
private static CellVisibility |
Mutation.toCellVisibility(byte[] protoBytes)
Convert a protocol buffer CellVisibility bytes to a client CellVisibility
|
Modifier and Type | Method and Description |
---|---|
static ReplicationPeerConfig |
ReplicationPeerConfigUtil.parsePeerFrom(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
private void |
ZKSplitLogManagerCoordination.getDataSetWatchSuccess(String path,
byte[] data,
int version) |
Modifier and Type | Method and Description |
---|---|
static ByteArrayComparable |
ByteArrayComparable.parseFrom(byte[] pbBytes) |
static BinaryComponentComparator |
BinaryComponentComparator.parseFrom(byte[] pbBytes) |
static ColumnPaginationFilter |
ColumnPaginationFilter.parseFrom(byte[] pbBytes) |
static ColumnCountGetFilter |
ColumnCountGetFilter.parseFrom(byte[] pbBytes) |
static BitComparator |
BitComparator.parseFrom(byte[] pbBytes) |
static DependentColumnFilter |
DependentColumnFilter.parseFrom(byte[] pbBytes) |
static BinaryPrefixComparator |
BinaryPrefixComparator.parseFrom(byte[] pbBytes) |
static MultiRowRangeFilter |
MultiRowRangeFilter.parseFrom(byte[] pbBytes) |
static KeyOnlyFilter |
KeyOnlyFilter.parseFrom(byte[] pbBytes) |
static BinaryComparator |
BinaryComparator.parseFrom(byte[] pbBytes) |
static ColumnPrefixFilter |
ColumnPrefixFilter.parseFrom(byte[] pbBytes) |
static MultipleColumnPrefixFilter |
MultipleColumnPrefixFilter.parseFrom(byte[] pbBytes) |
static SingleColumnValueFilter |
SingleColumnValueFilter.parseFrom(byte[] pbBytes) |
static LongComparator |
LongComparator.parseFrom(byte[] pbBytes) |
static FamilyFilter |
FamilyFilter.parseFrom(byte[] pbBytes) |
static SubstringComparator |
SubstringComparator.parseFrom(byte[] pbBytes) |
static SingleColumnValueExcludeFilter |
SingleColumnValueExcludeFilter.parseFrom(byte[] pbBytes) |
static RegexStringComparator |
RegexStringComparator.parseFrom(byte[] pbBytes) |
static FuzzyRowFilter |
FuzzyRowFilter.parseFrom(byte[] pbBytes) |
static RandomRowFilter |
RandomRowFilter.parseFrom(byte[] pbBytes) |
static FirstKeyOnlyFilter |
FirstKeyOnlyFilter.parseFrom(byte[] pbBytes) |
static FirstKeyValueMatchingQualifiersFilter |
FirstKeyValueMatchingQualifiersFilter.parseFrom(byte[] pbBytes)
Deprecated.
|
static PageFilter |
PageFilter.parseFrom(byte[] pbBytes) |
static PrefixFilter |
PrefixFilter.parseFrom(byte[] pbBytes) |
static FilterList |
FilterList.parseFrom(byte[] pbBytes) |
static ValueFilter |
ValueFilter.parseFrom(byte[] pbBytes) |
static RowFilter |
RowFilter.parseFrom(byte[] pbBytes) |
static TimestampsFilter |
TimestampsFilter.parseFrom(byte[] pbBytes) |
static NullComparator |
NullComparator.parseFrom(byte[] pbBytes) |
static ColumnRangeFilter |
ColumnRangeFilter.parseFrom(byte[] pbBytes) |
static WhileMatchFilter |
WhileMatchFilter.parseFrom(byte[] pbBytes) |
static SkipFilter |
SkipFilter.parseFrom(byte[] pbBytes) |
static BigDecimalComparator |
BigDecimalComparator.parseFrom(byte[] pbBytes) |
static QualifierFilter |
QualifierFilter.parseFrom(byte[] pbBytes) |
static Filter |
Filter.parseFrom(byte[] pbBytes)
Concrete implementers can signal a failure condition in their code by throwing an
IOException . |
static ColumnValueFilter |
ColumnValueFilter.parseFrom(byte[] pbBytes)
Parse protobuf bytes to a ColumnValueFilter
|
static InclusiveStopFilter |
InclusiveStopFilter.parseFrom(byte[] pbBytes) |
static FilterWrapper |
FilterWrapper.parseFrom(byte[] pbBytes) |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.SwitchState |
SplitOrMergeTracker.SwitchStateTracker.parseFrom(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static AccessControlFilter |
AccessControlFilter.parseFrom(byte[] pbBytes) |
static org.apache.hbase.thirdparty.com.google.common.collect.ListMultimap<String,Permission> |
AccessControlLists.readPermissions(byte[] data,
org.apache.hadoop.conf.Configuration conf) |
static org.apache.hbase.thirdparty.com.google.common.collect.ListMultimap<String,UserPermission> |
AccessControlLists.readUserPermission(byte[] data,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static List<org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabel> |
VisibilityUtils.readLabelsFromZKData(byte[] data)
Reads back from the zookeeper.
|
static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.MultiUserAuthorizations |
VisibilityUtils.readUserAuthsFromZKData(byte[] data)
Reads back User auth data written to zookeeper.
|
Modifier and Type | Method and Description |
---|---|
static void |
FSUtils.checkVersion(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootdir,
boolean message)
Verifies current version of file system
|
static void |
FSUtils.checkVersion(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootdir,
boolean message,
int wait,
int retries)
Verifies current version of file system
|
static String |
FSUtils.getVersion(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootdir)
Verifies current version of file system
|
(package private) static String |
FSUtils.parseVersionFrom(byte[] bytes)
Parse the content of the ${HBASE_ROOTDIR}/hbase.version file.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.zookeeper.KeeperException |
ZKUtil.convert(DeserializationException e)
Convert a
DeserializationException to a more palatable KeeperException . |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.Master |
MasterAddressTracker.parse(byte[] data) |
private org.apache.hadoop.hbase.shaded.protobuf.generated.LoadBalancerProtos.LoadBalancerState |
LoadBalancerTracker.parseFrom(byte[] pbBytes) |
private org.apache.hadoop.hbase.shaded.protobuf.generated.RegionNormalizerProtos.RegionNormalizerState |
RegionNormalizerTracker.parseFrom(byte[] pbBytes) |
static long |
ZKUtil.parseWALPositionFrom(byte[] bytes) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.