public SchemaConfigured(SchemaAware that) { tableName = that.getTableName(); cfName = that.getColumnFamilyName(); schemaMetrics = that.getSchemaMetrics(); }
public SchemaConfigured(SchemaAware that) { tableName = that.getTableName().intern(); cfName = that.getColumnFamilyName().intern(); schemaMetrics = that.getSchemaMetrics(); }