Package org.apache.hadoop.hbase.client
Class ImmutableHColumnDescriptor
java.lang.Object
org.apache.hadoop.hbase.HColumnDescriptor
org.apache.hadoop.hbase.client.ImmutableHColumnDescriptor
- All Implemented Interfaces:
Comparable<HColumnDescriptor>
,ColumnFamilyDescriptor
Deprecated.
Read-only column descriptor.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.HColumnDescriptor
BLOCKCACHE, BLOCKSIZE, BLOOMFILTER, CACHE_BLOOMS_ON_WRITE, CACHE_DATA_IN_L1, CACHE_DATA_ON_WRITE, CACHE_INDEX_ON_WRITE, COMPRESS_TAGS, COMPRESSION, COMPRESSION_COMPACT, COMPRESSION_COMPACT_MAJOR, COMPRESSION_COMPACT_MINOR, DATA_BLOCK_ENCODING, DEFAULT_BLOCKCACHE, DEFAULT_BLOCKSIZE, DEFAULT_BLOOMFILTER, DEFAULT_CACHE_BLOOMS_ON_WRITE, DEFAULT_CACHE_DATA_IN_L1, DEFAULT_CACHE_DATA_ON_WRITE, DEFAULT_CACHE_INDEX_ON_WRITE, DEFAULT_COMPRESS_TAGS, DEFAULT_COMPRESSION, DEFAULT_DATA_BLOCK_ENCODING, DEFAULT_DFS_REPLICATION, DEFAULT_ENCODE_ON_DISK, DEFAULT_EVICT_BLOCKS_ON_CLOSE, DEFAULT_IN_MEMORY, DEFAULT_KEEP_DELETED, DEFAULT_MIN_VERSIONS, DEFAULT_MOB_COMPACT_PARTITION_POLICY, DEFAULT_MOB_THRESHOLD, DEFAULT_NEW_VERSION_BEHAVIOR, DEFAULT_PREFETCH_BLOCKS_ON_OPEN, DEFAULT_REPLICATION_SCOPE, DEFAULT_TTL, DEFAULT_VERSIONS, delegatee, DFS_REPLICATION, ENCODE_ON_DISK, ENCRYPTION, ENCRYPTION_KEY, EVICT_BLOCKS_ON_CLOSE, FOREVER, IN_MEMORY_COMPACTION, IS_MOB, IS_MOB_BYTES, KEEP_DELETED_CELLS, LENGTH, MIN_VERSIONS, MOB_COMPACT_PARTITION_POLICY, MOB_COMPACT_PARTITION_POLICY_BYTES, MOB_THRESHOLD, MOB_THRESHOLD_BYTES, NEW_VERSION_BEHAVIOR, PREFETCH_BLOCKS_ON_OPEN, REPLICATION_SCOPE, REPLICATION_SCOPE_BYTES, STORAGE_POLICY, TTL
Fields inherited from interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
COMPARATOR, COMPARATOR_IGNORE_REPLICATION
-
Constructor Summary
ConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from class org.apache.hadoop.hbase.HColumnDescriptor
compareTo, equals, getBlocksize, getBloomFilterType, getCompactionCompression, getCompactionCompressionType, getCompression, getCompressionType, getConfiguration, getConfigurationValue, getDataBlockEncoding, getDefaultValues, getDFSReplication, getEncryptionKey, getEncryptionType, getIndexBlockEncoding, getInMemoryCompaction, getKeepDeletedCells, getMajorCompactionCompressionType, getMaxVersions, getMinorCompactionCompressionType, getMinVersions, getMobCompactPartitionPolicy, getMobThreshold, getName, getNameAsString, getScope, getStoragePolicy, getTimeToLive, getUnit, getValue, getValue, getValue, getValues, hashCode, isBlockCacheEnabled, isCacheBloomsOnWrite, isCacheDataOnWrite, isCacheIndexesOnWrite, isCompressTags, isEvictBlocksOnClose, isInMemory, isLegalFamilyName, isMobEnabled, isNewVersionBehavior, isPrefetchBlocksOnOpen, parseFrom, remove, removeConfiguration, setBlockCacheEnabled, setBlocksize, setBlocksize, setBloomFilterType, setCacheBloomsOnWrite, setCacheDataInL1, setCacheDataOnWrite, setCacheIndexesOnWrite, setCompactionCompressionType, setCompressionType, setCompressTags, setConfiguration, setDataBlockEncoding, setDFSReplication, setEncryptionKey, setEncryptionType, setEvictBlocksOnClose, setInMemory, setInMemoryCompaction, setKeepDeletedCells, setMajorCompactionCompressionType, setMaxVersions, setMinorCompactionCompressionType, setMinVersions, setMobCompactPartitionPolicy, setMobEnabled, setMobThreshold, setNewVersionBehavior, setPrefetchBlocksOnOpen, setScope, setStoragePolicy, setTimeToLive, setTimeToLive, setValue, setValue, setVersions, toByteArray, toString, toStringCustomizedValues
-
Constructor Details
-
ImmutableHColumnDescriptor
Deprecated. -
ImmutableHColumnDescriptor
Deprecated.
-
-
Method Details
-
getDelegateeForModification
protected ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor getDelegateeForModification()Deprecated.- Overrides:
getDelegateeForModification
in classHColumnDescriptor
-