public class DatastoreConfigImpl extends BaseConfig implements DatastoreConfig
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATABASE_CONNECTION_METADATA |
static boolean |
DATABASE_CONNECTION_METADATA_ENABLED |
static java.lang.String |
DATABASE_NAME_REPORTING |
static boolean |
DATABASE_NAME_REPORTING_DEFAULT_ENABLED |
static java.lang.String |
DOT |
static java.lang.String |
ENABLED |
static java.lang.String |
INSTANCE_REPORTING |
static boolean |
INSTANCE_REPORTING_DEFAULT_ENABLED |
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
PROPERTY_ROOT |
addDeprecatedProperties, COMMA_SEPARATOR, deprecatedProperties, SEMI_COLON_SEPARATOR, systemPropertyPrefix
Constructor and Description |
---|
DatastoreConfigImpl(java.util.Map<java.lang.String,java.lang.Object> props) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDatabaseConnectionMetadataEnabled() |
boolean |
isDatabaseNameReportingEnabled() |
boolean |
isInstanceReportingEnabled() |
addDeprecatedProperty, castValue, clearDeprecatedProperties, getDoubleProperty, getIntegerSet, getIntProperty, getProperties, getProperty, getProperty, getPropertyFromSystemEnvironment, getPropertyFromSystemProperties, getStringPropertyOrNull, getSystemPropertyKey, getUniqueStrings, getUniqueStrings, getUniqueStringsFromCollection, getUniqueStringsFromCollection, getUniqueStringsFromString, nestedProps
public static final java.lang.String ENABLED
public static final java.lang.String INSTANCE_REPORTING
public static final boolean INSTANCE_REPORTING_DEFAULT_ENABLED
public static final java.lang.String DATABASE_NAME_REPORTING
public static final boolean DATABASE_NAME_REPORTING_DEFAULT_ENABLED
public static final java.lang.String DATABASE_CONNECTION_METADATA
public static final boolean DATABASE_CONNECTION_METADATA_ENABLED
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String PROPERTY_ROOT
public static final java.lang.String DOT
public DatastoreConfigImpl(java.util.Map<java.lang.String,java.lang.Object> props)
public boolean isInstanceReportingEnabled()
isInstanceReportingEnabled
in interface DatastoreConfig
public boolean isDatabaseNameReportingEnabled()
isDatabaseNameReportingEnabled
in interface DatastoreConfig
public boolean isDatabaseConnectionMetadataEnabled()
isDatabaseConnectionMetadataEnabled
in interface DatastoreConfig