Uses of Class
org.apache.hadoop.hbase.client.TableDescriptorBuilder
Package
Description
Provides HBase Client
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionTableDescriptorBuilder.addColumnFamily
(ColumnFamilyDescriptor family) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.TableDescriptorBuilder.addCoprocessor
(String className) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.TableDescriptorBuilder.addCoprocessor
(String className, org.apache.hadoop.fs.Path jarFilePath, int priority, Map<String, String> kvs) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.TableDescriptorBuilder.addCoprocessorWithSpec
(String specStr) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.TableDescriptorBuilder.modifyColumnFamily
(ColumnFamilyDescriptor family) static TableDescriptorBuilder
TableDescriptorBuilder.newBuilder
(TableDescriptor desc) Copy all values, families, and name from the input.static TableDescriptorBuilder
TableDescriptorBuilder.newBuilder
(TableName name) TableDescriptorBuilder.removeColumnFamily
(byte[] name) TableDescriptorBuilder.removeCoprocessor
(String className) TableDescriptorBuilder.removeValue
(byte[] key) TableDescriptorBuilder.removeValue
(String key) TableDescriptorBuilder.removeValue
(Bytes key) TableDescriptorBuilder.setColumnFamilies
(Collection<ColumnFamilyDescriptor> families) TableDescriptorBuilder.setColumnFamily
(ColumnFamilyDescriptor family) TableDescriptorBuilder.setCompactionEnabled
(boolean isEnable) TableDescriptorBuilder.setCoprocessor
(String className) TableDescriptorBuilder.setCoprocessor
(CoprocessorDescriptor cpDesc) TableDescriptorBuilder.setCoprocessors
(Collection<CoprocessorDescriptor> cpDescs) TableDescriptorBuilder.setDurability
(Durability durability) TableDescriptorBuilder.setErasureCodingPolicy
(String policy) TableDescriptorBuilder.setFlushPolicyClassName
(String clazz) TableDescriptorBuilder.setMaxFileSize
(long maxFileSize) TableDescriptorBuilder.setMaxFileSize
(String maxFileSize) TableDescriptorBuilder.setMemStoreFlushSize
(long memstoreFlushSize) TableDescriptorBuilder.setMemStoreFlushSize
(String memStoreFlushSize) TableDescriptorBuilder.setMergeEnabled
(boolean isEnable) TableDescriptorBuilder.setNormalizationEnabled
(boolean isEnable) TableDescriptorBuilder.setNormalizerTargetRegionCount
(int regionCount) TableDescriptorBuilder.setNormalizerTargetRegionSize
(long regionSize) Deprecated.since 2.0.0 and will be removed in 3.0.0.TableDescriptorBuilder.setOwnerString
(String ownerString) Deprecated.since 2.0.0 and will be removed in 3.0.0.TableDescriptorBuilder.setPriority
(int priority) TableDescriptorBuilder.setReadOnly
(boolean readOnly) TableDescriptorBuilder.setRegionMemStoreReplication
(boolean memstoreReplication) TableDescriptorBuilder.setRegionReplication
(int regionReplication) TableDescriptorBuilder.setRegionServerGroup
(String group) Set the RSGroup for this table, specified RSGroup must exist before create or modify table.TableDescriptorBuilder.setRegionSplitPolicyClassName
(String clazz) TableDescriptorBuilder.setReplicationScope
(int scope) Sets replication scope all & only the columns already in the builder.TableDescriptorBuilder.setSplitEnabled
(boolean isEnable) TableDescriptorBuilder.setValue
(byte[] key, byte[] value) -
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.master.slowlog
Modifier and TypeFieldDescriptionprivate static final TableDescriptorBuilder
SlowLogMasterService.TABLE_DESCRIPTOR_BUILDER
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.master.waleventtracker
Modifier and TypeFieldDescriptionprivate static final TableDescriptorBuilder
WALEventTrackerTableCreator.TABLE_DESCRIPTOR_BUILDER
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeMethodDescriptionStoreFileTracker.updateWithTrackerConfigs
(TableDescriptorBuilder builder) Adds StoreFileTracker implementations specific configurations into the table descriptor.StoreFileTrackerBase.updateWithTrackerConfigs
(TableDescriptorBuilder builder) Modifier and TypeMethodDescriptionStoreFileTracker.updateWithTrackerConfigs
(TableDescriptorBuilder builder) Adds StoreFileTracker implementations specific configurations into the table descriptor.StoreFileTrackerBase.updateWithTrackerConfigs
(TableDescriptorBuilder builder) -
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.replication.master
Modifier and TypeFieldDescriptionprivate static final TableDescriptorBuilder
ReplicationSinkTrackerTableCreator.TABLE_DESCRIPTOR_BUILDER
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic TableDescriptorBuilder
FSTableDescriptors.createMetaTableDescriptorBuilder
(org.apache.hadoop.conf.Configuration conf)