@InterfaceAudience.Private public final class MasterDDLOperationHelper extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
Modifier | Constructor and Description |
---|---|
private |
MasterDDLOperationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteColumnFamilyFromFileSystem(MasterProcedureEnv env,
TableName tableName,
List<RegionInfo> regionInfoList,
byte[] familyName,
boolean hasMob)
Remove the column family from the file system
|
private static final org.slf4j.Logger LOG
private MasterDDLOperationHelper()
public static void deleteColumnFamilyFromFileSystem(MasterProcedureEnv env, TableName tableName, List<RegionInfo> regionInfoList, byte[] familyName, boolean hasMob) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.