@InterfaceAudience.Private public final class DeprecatedTableDescriptor extends Object
Modifier and Type | Method and Description |
---|---|
HTableDescriptor |
getHTableDescriptor() |
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Table |
getTableState() |
static DeprecatedTableDescriptor |
parseFrom(byte[] bytes)
Utility method to parse bytes serialized as incompatible TableDescriptors.
|
public HTableDescriptor getHTableDescriptor()
public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Table getTableState()
public static DeprecatedTableDescriptor parseFrom(byte[] bytes) throws DeserializationException
bytes
- A pb serialized HBase170CompatibilityProtos.TableDescriptor
instance with pb magic prefixDeserializationException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.