Uses of Class
org.apache.hadoop.hbase.client.TableDescriptorBuilder
Packages that use TableDescriptorBuilder
Package
Description
Provides HBase Client
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return TableDescriptorBuilderModifier 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
Fields in org.apache.hadoop.hbase.master.slowlog declared as TableDescriptorBuilderModifier and TypeFieldDescriptionprivate static final TableDescriptorBuilder
SlowLogMasterService.TABLE_DESCRIPTOR_BUILDER
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.master.waleventtracker
Fields in org.apache.hadoop.hbase.master.waleventtracker declared as TableDescriptorBuilderModifier and TypeFieldDescriptionprivate static final TableDescriptorBuilder
WALEventTrackerTableCreator.TABLE_DESCRIPTOR_BUILDER
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.regionserver.storefiletracker
Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that return TableDescriptorBuilderModifier and TypeMethodDescriptionStoreFileTracker.updateWithTrackerConfigs
(TableDescriptorBuilder builder) Adds StoreFileTracker implementations specific configurations into the table descriptor.StoreFileTrackerBase.updateWithTrackerConfigs
(TableDescriptorBuilder builder) Methods in org.apache.hadoop.hbase.regionserver.storefiletracker with parameters of type TableDescriptorBuilderModifier 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
Fields in org.apache.hadoop.hbase.replication.master declared as TableDescriptorBuilderModifier and TypeFieldDescriptionprivate static final TableDescriptorBuilder
ReplicationSinkTrackerTableCreator.TABLE_DESCRIPTOR_BUILDER
-
Uses of TableDescriptorBuilder in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return TableDescriptorBuilderModifier and TypeMethodDescriptionstatic TableDescriptorBuilder
FSTableDescriptors.createMetaTableDescriptorBuilder
(org.apache.hadoop.conf.Configuration conf)