public final class FeatureUtils extends Object
Constructor and Description |
---|
FeatureUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBackupDelegationEnabled()
Utility to check back delegation is enabled.
|
static boolean |
isDailyBackupEnabled()
Utility to check daily backup is enabled.
|
static boolean |
isEmbeddedJournal()
Utility to check the master journal type is embedded journal.
|
static boolean |
isMasterAuditLoggingEnabled()
Utility to check master audit logging is enabled.
|
static boolean |
isPersistenceBlacklistEmpty()
Utility to check persistence black list is empty.
|
static boolean |
isRocks()
Utility to check the master metastore is rocks.
|
static boolean |
isUnsafeDirectPersistEnabled()
Utility to check unsafe direct persistence is enabled.
|
static boolean |
isZookeeperEnabled()
Utility to check Zookeeper is enabled.
|
public static boolean isEmbeddedJournal()
public static boolean isRocks()
public static boolean isZookeeperEnabled()
public static boolean isBackupDelegationEnabled()
public static boolean isDailyBackupEnabled()
public static boolean isPersistenceBlacklistEmpty()
public static boolean isUnsafeDirectPersistEnabled()
public static boolean isMasterAuditLoggingEnabled()
Copyright © 2023. All Rights Reserved.