Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
From enis in https://issues.apache.org/jira/browse/HBASE-15505:
PS Should UnmodifyableHTableDescriptor be renamed to UnmodifiableHTableDescriptor?
It should be named ImmutableHTableDescriptor to be consistent with collections naming. Let's do this as a subtask of the parent jira, not here. Thinking about it though, why would we return an Immutable HTD in HTable.getTableDescriptor() versus a mutable HTD in Admin.getTableDescriptor(). It does not make sense. Should we just get rid of the Immutable ones?
We also have UnmodifyableHRegionInfo which is not used at the moment it seems.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-24507 Remove HTableDescriptor and HColumnDescriptor
- Resolved
- links to