Package org.apache.hadoop.hbase.client
Class ImmutableHTableDescriptor
java.lang.Object
org.apache.hadoop.hbase.HTableDescriptor
org.apache.hadoop.hbase.client.ImmutableHTableDescriptor
- All Implemented Interfaces:
Comparable<HTableDescriptor>
,TableDescriptor
Deprecated.
Read-only table descriptor.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.HTableDescriptor
COMPACTION_ENABLED, DEFAULT_COMPACTION_ENABLED, DEFAULT_MEMSTORE_FLUSH_SIZE, DEFAULT_NORMALIZATION_ENABLED, DEFAULT_READONLY, DEFAULT_REGION_MEMSTORE_REPLICATION, DEFAULT_REGION_REPLICATION, delegatee, DURABILITY, ERASURE_CODING_POLICY, FLUSH_POLICY, IS_META, IS_ROOT, MAX_FILESIZE, MEMSTORE_FLUSHSIZE, MERGE_ENABLED, NAMESPACE_COL_DESC_BYTES, NAMESPACE_FAMILY_INFO, NAMESPACE_FAMILY_INFO_BYTES, NAMESPACE_TABLEDESC, NORMALIZATION_ENABLED, NORMALIZER_TARGET_REGION_COUNT, NORMALIZER_TARGET_REGION_SIZE, NORMALIZER_TARGET_REGION_SIZE_MB, OWNER, OWNER_KEY, PRIORITY, READONLY, REGION_MEMSTORE_REPLICATION, REGION_REPLICATION, SPLIT_ENABLED, SPLIT_POLICY
Fields inherited from interface org.apache.hadoop.hbase.client.TableDescriptor
COMPARATOR, COMPARATOR_IGNORE_REPLICATION
-
Constructor Summary
ConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.protected HColumnDescriptor
Deprecated.Return a HColumnDescriptor for user to keep the compatibility as much as possible.Methods inherited from class org.apache.hadoop.hbase.HTableDescriptor
addCoprocessor, addCoprocessor, addCoprocessorWithSpec, addFamily, compareTo, equals, getColumnFamilies, getColumnFamily, getColumnFamilyCount, getColumnFamilyNames, getConfiguration, getConfigurationValue, getCoprocessorDescriptors, getDurability, getErasureCodingPolicy, getFamilies, getFamiliesKeys, getFamily, getFlushPolicyClassName, getMaxFileSize, getMemStoreFlushSize, getNameAsString, getNormalizerTargetRegionCount, getNormalizerTargetRegionSize, getOwnerString, getPriority, getRegionReplication, getRegionServerGroup, getRegionSplitPolicyClassName, getTableName, getValue, getValue, getValue, getValues, hasColumnFamily, hasCoprocessor, hasFamily, hashCode, hasRegionMemstoreReplication, hasRegionMemStoreReplication, isCompactionEnabled, isMergeEnabled, isMetaRegion, isMetaTable, isNormalizationEnabled, isReadOnly, isRootRegion, isSplitEnabled, modifyFamily, parseFrom, remove, remove, remove, removeConfiguration, removeCoprocessor, removeFamily, setCompactionEnabled, setConfiguration, setDurability, setErasureCodingPolicy, setFlushPolicyClassName, setMaxFileSize, setMaxFileSize, setMemStoreFlushSize, setMemStoreFlushSize, setMergeEnabled, setNormalizationEnabled, setNormalizerTargetRegionCount, setNormalizerTargetRegionSize, setOwner, setOwnerString, setPriority, setReadOnly, setRegionMemstoreReplication, setRegionMemStoreReplication, setRegionReplication, setRegionSplitPolicyClassName, setSplitEnabled, setValue, setValue, setValue, toByteArray, toString, toStringCustomizedValues, toStringTableAttributes
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.client.TableDescriptor
getCoprocessors, hasGlobalReplicationScope, matchReplicationScope
-
Constructor Details
-
ImmutableHTableDescriptor
Deprecated. -
ImmutableHTableDescriptor
Deprecated.
-
-
Method Details
-
toHColumnDescriptor
Deprecated.Description copied from class:HTableDescriptor
Return a HColumnDescriptor for user to keep the compatibility as much as possible.- Overrides:
toHColumnDescriptor
in classHTableDescriptor
- Parameters:
desc
- read-only ColumnFamilyDescriptor- Returns:
- The older implementation of ColumnFamilyDescriptor
-
getDelegateeForModification
Deprecated.- Overrides:
getDelegateeForModification
in classHTableDescriptor
-