| Package | Description |
|---|---|
| com.mysql.cj.conf | |
| testsuite | |
| testsuite.x.devapi |
Dev API test suite.
|
| Modifier and Type | Field and Description |
|---|---|
private PropertyKey |
ConnectionUrl.Type.dnsSrvPropertyKey |
private PropertyKey |
AbstractPropertyDefinition.key |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,PropertyKey> |
PropertyKey.caseInsensitiveValues |
static java.util.Map<PropertyKey,PropertyDefinition<?>> |
PropertyDefinitions.PROPERTY_KEY_TO_PROPERTY_DEFINITION
Static unmodifiable
PropertyKey -> PropertyDefinition map. |
private java.util.Map<PropertyKey,RuntimeProperty<?>> |
DefaultPropertySet.PROPERTY_KEY_TO_RUNTIME_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static PropertyKey |
PropertyKey.fromValue(java.lang.String value)
Looks for a
PropertyKey that matches the given value as key name. |
PropertyKey |
ConnectionUrl.Type.getDnsSrvPropertyKey() |
PropertyKey |
PropertyDefinition.getPropertyKey()
Get the property key.
|
PropertyKey |
AbstractPropertyDefinition.getPropertyKey() |
static PropertyKey |
PropertyKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKey[] |
PropertyKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeProperty<java.lang.Boolean> |
PropertySet.getBooleanProperty(PropertyKey key) |
RuntimeProperty<java.lang.Boolean> |
DefaultPropertySet.getBooleanProperty(PropertyKey key) |
<T extends java.lang.Enum<T>> |
PropertySet.getEnumProperty(PropertyKey key) |
<T extends java.lang.Enum<T>> |
DefaultPropertySet.getEnumProperty(PropertyKey key) |
RuntimeProperty<java.lang.Integer> |
PropertySet.getIntegerProperty(PropertyKey key) |
RuntimeProperty<java.lang.Integer> |
DefaultPropertySet.getIntegerProperty(PropertyKey key) |
RuntimeProperty<java.lang.Long> |
PropertySet.getLongProperty(PropertyKey key) |
RuntimeProperty<java.lang.Long> |
DefaultPropertySet.getLongProperty(PropertyKey key) |
RuntimeProperty<java.lang.Integer> |
PropertySet.getMemorySizeProperty(PropertyKey key) |
RuntimeProperty<java.lang.Integer> |
DefaultPropertySet.getMemorySizeProperty(PropertyKey key) |
<T> RuntimeProperty<T> |
PropertySet.getProperty(PropertyKey key) |
<T> RuntimeProperty<T> |
DefaultPropertySet.getProperty(PropertyKey key) |
static PropertyDefinition<?> |
PropertyDefinitions.getPropertyDefinition(PropertyKey propertyKey) |
RuntimeProperty<java.lang.String> |
PropertySet.getStringProperty(PropertyKey key) |
RuntimeProperty<java.lang.String> |
DefaultPropertySet.getStringProperty(PropertyKey key) |
void |
PropertySet.removeProperty(PropertyKey key) |
void |
DefaultPropertySet.removeProperty(PropertyKey key) |
| Constructor and Description |
|---|
AbstractPropertyDefinition(PropertyKey key,
T defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
AbstractPropertyDefinition(PropertyKey key,
T defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory,
int lowerBound,
int upperBound) |
BooleanPropertyDefinition(PropertyKey key,
java.lang.Boolean defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
EnumPropertyDefinition(PropertyKey key,
T defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
IntegerPropertyDefinition(PropertyKey key,
int defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
IntegerPropertyDefinition(PropertyKey key,
int defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory,
int lowerBound,
int upperBound) |
LongPropertyDefinition(PropertyKey key,
long defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
LongPropertyDefinition(PropertyKey key,
long defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory,
long lowerBound,
long upperBound) |
MemorySizePropertyDefinition(PropertyKey key,
int defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
MemorySizePropertyDefinition(PropertyKey key,
int defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory,
int lowerBound,
int upperBound) |
StringPropertyDefinition(PropertyKey key,
java.lang.String defaultValue,
boolean isRuntimeModifiable,
java.lang.String description,
java.lang.String sinceVersion,
java.lang.String category,
int orderInCategory) |
Type(java.lang.String scheme,
ConnectionUrl.HostsCardinality cardinality,
java.lang.String implementingClass,
PropertyKey dnsSrvPropertyKey,
ConnectionUrl.Type alternateDnsSrvType) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
UnreliableSocketFactory.sleepMillisForProperty(PropertySet pset,
PropertyKey name) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DevApiBaseTestCase.makeParam(PropertyKey key,
java.lang.Enum<?> value) |
protected java.lang.String |
DevApiBaseTestCase.makeParam(PropertyKey key,
java.lang.String value) |
protected java.lang.String |
DevApiBaseTestCase.makeParam(PropertyKey key,
java.lang.String value,
boolean isFirst) |