跳过导航链接
C D E F G H I K M O P R S T U V X Y 

C

cacheServices(Class<?>, Collection<?>, Map<?, ?>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.ordered.cache.OrderedServicesCache
Cache services.
checkNotNull(Object, Supplier<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.exception.ShardingSpherePreconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkState(boolean, Supplier<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.exception.ShardingSpherePreconditions
Ensures the truth of an expression involving the state of the calling instance.
convert(Properties) - 类 中的静态方法org.apache.shardingsphere.infra.util.props.PropertiesConverter
Convert properties to string content.

D

DatabaseProtocolSQLException - org.apache.shardingsphere.infra.util.exception.external.sql.type.generic中的异常错误
Database protocol SQL exception.
DatabaseProtocolSQLException(String) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.generic.DatabaseProtocolSQLException
 
DefaultYamlTupleProcessor - org.apache.shardingsphere.infra.util.yaml.representer.processor中的类
Default YAML tuple processor.
DefaultYamlTupleProcessor() - 类 的构造器org.apache.shardingsphere.infra.util.yaml.representer.processor.DefaultYamlTupleProcessor
 

E

evaluateClosure() - 类 中的方法org.apache.shardingsphere.infra.util.expr.InlineExpressionParser
Evaluate closure.
EventBusContext - org.apache.shardingsphere.infra.util.eventbus中的类
Event bus context.
EventBusContext() - 类 的构造器org.apache.shardingsphere.infra.util.eventbus.EventBusContext
 

F

FeatureSQLException - org.apache.shardingsphere.infra.util.exception.external.sql.type.feature中的异常错误
Feature SQL exception.
FeatureSQLException(SQLState, int, int, String, Object...) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.feature.FeatureSQLException
 
findCachedServices(Class<?>, Collection<?>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.ordered.cache.OrderedServicesCache
Find cached services.
findRegisteredService(Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.optional.OptionalSPIRegistry
Find registered service.
findRegisteredService(Class<T>, String) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIRegistry
Find registered service.
findRegisteredService(Class<T>, String, Properties) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIRegistry
Find registered service.

G

GenericSQLException - org.apache.shardingsphere.infra.util.exception.external.sql.type.generic中的异常错误
Generic SQL exception.
GenericSQLException(SQLState, int, String, Object...) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.generic.GenericSQLException
 
getAllInstances() - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.representer.processor.ShardingSphereYamlTupleProcessorFactory
Get all instances of ShardingSphere YAML tuple processor.
getAllYamlShortcuts() - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.shortcuts.ShardingSphereYamlShortcutsFactory
Get all ShardingSphere YAML shortcuts.
getClassForName(String) - 类 中的方法org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor
 
getConstructor(Node) - 类 中的方法org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor
 
getDefaultValue() - 接口 中的方法org.apache.shardingsphere.infra.util.props.TypedPropertyKey
Get default property value.
getDescription() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.aware.SPIMetadataAware
Get description.
getInstances() - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructFactory
Get instances of ShardingSphere YAML construct.
getKey() - 接口 中的方法org.apache.shardingsphere.infra.util.props.TypedPropertyKey
Get property key.
getOrder() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI
Get order of load.
getReason() - 接口 中的方法org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorError
Get reason.
getRegisteredService(Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPIRegistry
Get registered service.
getRegisteredService(Class<T>, String) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIRegistry
Get registered service.
getRegisteredService(Class<T>, String, Properties) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIRegistry
Get registered service.
getRegisteredServices(Class<V>, Collection<K>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPIRegistry
Get registered services.
getRegisteredServices(Class<V>, Collection<K>, Comparator<Integer>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPIRegistry
Get registered services.
getRegisteredServices(Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPIRegistry
Get registered services.
getRegisteredServicesByClass(Class<T>, Collection<Class<?>>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPIRegistry
Get registered services by class type.
getServiceInstances(Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.ShardingSphereServiceLoader
Get service instances.
getSqlState() - 接口 中的方法org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorError
Get SQL state.
getSupportedDatabaseTypes() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.aware.SPIMetadataAware
Get supported database types.
getTupleName() - 接口 中的方法org.apache.shardingsphere.infra.util.yaml.representer.processor.ShardingSphereYamlTupleProcessor
Get tuple name.
getType() - 接口 中的方法org.apache.shardingsphere.infra.util.props.TypedPropertyKey
Get property type.
getType() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
Get type.
getType() - 接口 中的方法org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstruct
Get type.
getTypeAliases() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
Get type aliases.
getTypeClass() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI
Get type class.
getValue() - 接口 中的方法org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.SQLState
Get value.
getValue(E) - 类 中的方法org.apache.shardingsphere.infra.util.props.TypedProperties
Get property value.
getVendorCode() - 接口 中的方法org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorError
Get database vendor code.
getYamlShortcuts() - 接口 中的方法org.apache.shardingsphere.infra.util.yaml.shortcuts.ShardingSphereYamlShortcuts
Get YAML shortcuts.

H

handlePlaceHolder(String) - 类 中的静态方法org.apache.shardingsphere.infra.util.expr.InlineExpressionParser
Replace all inline expression placeholders.

I

init(Properties) - 接口 中的方法org.apache.shardingsphere.infra.util.spi.lifecycle.SPIPostProcessor
Initialize SPI.
InlineExpressionParser - org.apache.shardingsphere.infra.util.expr中的类
Inline expression parser.
InlineExpressionParser() - 类 的构造器org.apache.shardingsphere.infra.util.expr.InlineExpressionParser
 
isDefault() - 接口 中的方法org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPI
Judge whether default service provider.

K

KernelSQLException - org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel中的异常错误
Kernel SQL exception.
KernelSQLException(SQLState, int, int, String, Object...) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
 

M

marshal(Object) - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.YamlEngine
Marshal YAML.

O

OptionalSPI - org.apache.shardingsphere.infra.util.spi.type.optional中的接口
Optional SPI.
OptionalSPIRegistry - org.apache.shardingsphere.infra.util.spi.type.optional中的类
Optional SPI registry.
OptionalSPIRegistry() - 类 的构造器org.apache.shardingsphere.infra.util.spi.type.optional.OptionalSPIRegistry
 
OrderedServicesCache - org.apache.shardingsphere.infra.util.spi.type.ordered.cache中的类
Ordered services cached.
OrderedServicesCache() - 类 的构造器org.apache.shardingsphere.infra.util.spi.type.ordered.cache.OrderedServicesCache
 
OrderedSPI<T> - org.apache.shardingsphere.infra.util.spi.type.ordered中的接口
Ordered SPI.
OrderedSPIRegistry - org.apache.shardingsphere.infra.util.spi.type.ordered中的类
Ordered SPI registry.
OrderedSPIRegistry() - 类 的构造器org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPIRegistry
 
org.apache.shardingsphere.infra.util.eventbus - 程序包 org.apache.shardingsphere.infra.util.eventbus
 
org.apache.shardingsphere.infra.util.exception - 程序包 org.apache.shardingsphere.infra.util.exception
 
org.apache.shardingsphere.infra.util.exception.external - 程序包 org.apache.shardingsphere.infra.util.exception.external
 
org.apache.shardingsphere.infra.util.exception.external.server - 程序包 org.apache.shardingsphere.infra.util.exception.external.server
 
org.apache.shardingsphere.infra.util.exception.external.sql - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql
 
org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate
 
org.apache.shardingsphere.infra.util.exception.external.sql.type.feature - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql.type.feature
 
org.apache.shardingsphere.infra.util.exception.external.sql.type.generic - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql.type.generic
 
org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel
 
org.apache.shardingsphere.infra.util.exception.external.sql.type.wrapper - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql.type.wrapper
 
org.apache.shardingsphere.infra.util.exception.external.sql.vendor - 程序包 org.apache.shardingsphere.infra.util.exception.external.sql.vendor
 
org.apache.shardingsphere.infra.util.exception.internal - 程序包 org.apache.shardingsphere.infra.util.exception.internal
 
org.apache.shardingsphere.infra.util.expr - 程序包 org.apache.shardingsphere.infra.util.expr
 
org.apache.shardingsphere.infra.util.props - 程序包 org.apache.shardingsphere.infra.util.props
 
org.apache.shardingsphere.infra.util.props.exception - 程序包 org.apache.shardingsphere.infra.util.props.exception
 
org.apache.shardingsphere.infra.util.spi - 程序包 org.apache.shardingsphere.infra.util.spi
 
org.apache.shardingsphere.infra.util.spi.annotation - 程序包 org.apache.shardingsphere.infra.util.spi.annotation
 
org.apache.shardingsphere.infra.util.spi.aware - 程序包 org.apache.shardingsphere.infra.util.spi.aware
 
org.apache.shardingsphere.infra.util.spi.exception - 程序包 org.apache.shardingsphere.infra.util.spi.exception
 
org.apache.shardingsphere.infra.util.spi.lifecycle - 程序包 org.apache.shardingsphere.infra.util.spi.lifecycle
 
org.apache.shardingsphere.infra.util.spi.type.optional - 程序包 org.apache.shardingsphere.infra.util.spi.type.optional
 
org.apache.shardingsphere.infra.util.spi.type.ordered - 程序包 org.apache.shardingsphere.infra.util.spi.type.ordered
 
org.apache.shardingsphere.infra.util.spi.type.ordered.cache - 程序包 org.apache.shardingsphere.infra.util.spi.type.ordered.cache
 
org.apache.shardingsphere.infra.util.spi.type.required - 程序包 org.apache.shardingsphere.infra.util.spi.type.required
 
org.apache.shardingsphere.infra.util.spi.type.typed - 程序包 org.apache.shardingsphere.infra.util.spi.type.typed
 
org.apache.shardingsphere.infra.util.yaml - 程序包 org.apache.shardingsphere.infra.util.yaml
 
org.apache.shardingsphere.infra.util.yaml.constructor - 程序包 org.apache.shardingsphere.infra.util.yaml.constructor
 
org.apache.shardingsphere.infra.util.yaml.representer - 程序包 org.apache.shardingsphere.infra.util.yaml.representer
 
org.apache.shardingsphere.infra.util.yaml.representer.processor - 程序包 org.apache.shardingsphere.infra.util.yaml.representer.processor
 
org.apache.shardingsphere.infra.util.yaml.shortcuts - 程序包 org.apache.shardingsphere.infra.util.yaml.shortcuts
 
org.apache.shardingsphere.infra.util.yaml.swapper - 程序包 org.apache.shardingsphere.infra.util.yaml.swapper
 

P

post(Object) - 类 中的方法org.apache.shardingsphere.infra.util.eventbus.EventBusContext
Post event.
process(NodeTuple) - 类 中的方法org.apache.shardingsphere.infra.util.yaml.representer.processor.DefaultYamlTupleProcessor
Process node tuple.
process(NodeTuple) - 接口 中的方法org.apache.shardingsphere.infra.util.yaml.representer.processor.ShardingSphereYamlTupleProcessor
Process YAML tuple for representer.
PropertiesConverter - org.apache.shardingsphere.infra.util.props中的类
Properties converter.
PropertiesConverter() - 类 的构造器org.apache.shardingsphere.infra.util.props.PropertiesConverter
 

R

register(Object) - 类 中的方法org.apache.shardingsphere.infra.util.eventbus.EventBusContext
Register object.
register(Class<?>) - 类 中的静态方法org.apache.shardingsphere.infra.util.spi.ShardingSphereServiceLoader
Register service.
representJavaBeanProperty(Object, Property, Object, Tag) - 类 中的方法org.apache.shardingsphere.infra.util.yaml.representer.ShardingSphereYamlRepresenter
 
representMapping(Tag, Map<?, ?>, DumperOptions.FlowStyle) - 类 中的方法org.apache.shardingsphere.infra.util.yaml.representer.ShardingSphereYamlRepresenter
 
RequiredSPI - org.apache.shardingsphere.infra.util.spi.type.required中的接口
Required SPI.
RequiredSPIRegistry - org.apache.shardingsphere.infra.util.spi.type.required中的类
Required SPI registry.
RequiredSPIRegistry() - 类 的构造器org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPIRegistry
 

S

ServiceProviderNotFoundServerException - org.apache.shardingsphere.infra.util.spi.exception中的异常错误
Service provider not found exception.
ServiceProviderNotFoundServerException(Class<?>) - 异常错误 的构造器org.apache.shardingsphere.infra.util.spi.exception.ServiceProviderNotFoundServerException
 
ServiceProviderNotFoundServerException(Class<?>, String) - 异常错误 的构造器org.apache.shardingsphere.infra.util.spi.exception.ServiceProviderNotFoundServerException
 
ShardingSphereExternalException - org.apache.shardingsphere.infra.util.exception.external中的异常错误
ShardingSphere external exception.
ShardingSphereExternalException(String) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
 
ShardingSphereExternalException(String, Exception) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
 
ShardingSphereInternalException - org.apache.shardingsphere.infra.util.exception.internal中的异常错误
ShardingSphere internal exception.
ShardingSphereInternalException(String, Object...) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.internal.ShardingSphereInternalException
 
ShardingSphereInternalException(Exception) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.internal.ShardingSphereInternalException
 
ShardingSphereInternalException(String, Exception) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.internal.ShardingSphereInternalException
 
ShardingSpherePreconditions - org.apache.shardingsphere.infra.util.exception中的类
ShardingSphere preconditions.
ShardingSpherePreconditions() - 类 的构造器org.apache.shardingsphere.infra.util.exception.ShardingSpherePreconditions
 
ShardingSphereServerException - org.apache.shardingsphere.infra.util.exception.external.server中的异常错误
ShardingSphere server exception.
ShardingSphereServerException(String, int, String) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.server.ShardingSphereServerException
 
ShardingSphereServerException(String, int, String, Exception) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.server.ShardingSphereServerException
 
ShardingSphereServiceLoader - org.apache.shardingsphere.infra.util.spi中的类
ShardingSphere service loader.
ShardingSphereServiceLoader() - 类 的构造器org.apache.shardingsphere.infra.util.spi.ShardingSphereServiceLoader
 
ShardingSphereSQLException - org.apache.shardingsphere.infra.util.exception.external.sql中的异常错误
ShardingSphere SQL exception.
ShardingSphereSQLException(SQLState, int, int, String, Object...) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
 
ShardingSphereSQLException(String, int, int, String, Object...) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
 
ShardingSphereYamlConstruct - org.apache.shardingsphere.infra.util.yaml.constructor中的接口
ShardingSphere YAML construct.
ShardingSphereYamlConstructFactory - org.apache.shardingsphere.infra.util.yaml.constructor中的类
ShardingSphere YAML construct factory.
ShardingSphereYamlConstructFactory() - 类 的构造器org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructFactory
 
ShardingSphereYamlConstructor - org.apache.shardingsphere.infra.util.yaml.constructor中的类
ShardingSphere YAML constructor.
ShardingSphereYamlConstructor(Class<?>) - 类 的构造器org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor
 
ShardingSphereYamlRepresenter - org.apache.shardingsphere.infra.util.yaml.representer中的类
ShardingSphere YAML representer.
ShardingSphereYamlRepresenter() - 类 的构造器org.apache.shardingsphere.infra.util.yaml.representer.ShardingSphereYamlRepresenter
 
ShardingSphereYamlShortcuts - org.apache.shardingsphere.infra.util.yaml.shortcuts中的接口
ShardingSphere YAML shortcuts.
ShardingSphereYamlShortcutsFactory - org.apache.shardingsphere.infra.util.yaml.shortcuts中的类
ShardingSphere YAML shortcuts factory.
ShardingSphereYamlShortcutsFactory() - 类 的构造器org.apache.shardingsphere.infra.util.yaml.shortcuts.ShardingSphereYamlShortcutsFactory
 
ShardingSphereYamlTupleProcessor - org.apache.shardingsphere.infra.util.yaml.representer.processor中的接口
ShardingSphere YAML tuple processor.
ShardingSphereYamlTupleProcessorFactory - org.apache.shardingsphere.infra.util.yaml.representer.processor中的类
ShardingSphere YAML tuple processor factory.
ShardingSphereYamlTupleProcessorFactory() - 类 的构造器org.apache.shardingsphere.infra.util.yaml.representer.processor.ShardingSphereYamlTupleProcessorFactory
 
SingletonSPI - org.apache.shardingsphere.infra.util.spi.annotation中的注释类型
Annotation of singleton SPI.
SPIMetadataAware - org.apache.shardingsphere.infra.util.spi.aware中的接口
SPI metadata aware.
SPIPostProcessor - org.apache.shardingsphere.infra.util.spi.lifecycle中的接口
SPI post processor.
splitAndEvaluate() - 类 中的方法org.apache.shardingsphere.infra.util.expr.InlineExpressionParser
Split and evaluate inline expression.
SQLState - org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate中的接口
SQL state.
SQLWrapperException - org.apache.shardingsphere.infra.util.exception.external.sql.type.wrapper中的异常错误
SQL wrapper exception.
SQLWrapperException(SQLException) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.wrapper.SQLWrapperException
 
swapToObject(Y) - 接口 中的方法org.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper
Swap from YAML configuration to object.
swapToYamlConfiguration(T) - 接口 中的方法org.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper
Swap to YAML configuration.

T

toSQLException() - 异常错误 中的方法org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
To SQL exception.
TypedProperties<E extends Enum<?> & TypedPropertyKey> - org.apache.shardingsphere.infra.util.props中的类
Typed properties with a specified enum.
TypedProperties(Class<E>, Properties) - 类 的构造器org.apache.shardingsphere.infra.util.props.TypedProperties
 
TypedPropertiesServerException - org.apache.shardingsphere.infra.util.props.exception中的异常错误
Typed properties exception.
TypedPropertiesServerException(Collection<String>) - 异常错误 的构造器org.apache.shardingsphere.infra.util.props.exception.TypedPropertiesServerException
 
TypedPropertyKey - org.apache.shardingsphere.infra.util.props中的接口
Typed property key.
TypedPropertyValue - org.apache.shardingsphere.infra.util.props中的类
Typed property value.
TypedPropertyValue(TypedPropertyKey, String) - 类 的构造器org.apache.shardingsphere.infra.util.props.TypedPropertyValue
 
TypedPropertyValueException - org.apache.shardingsphere.infra.util.props.exception中的异常错误
Typed property value exception.
TypedPropertyValueException(TypedPropertyKey, String) - 异常错误 的构造器org.apache.shardingsphere.infra.util.props.exception.TypedPropertyValueException
 
TypedSPI - org.apache.shardingsphere.infra.util.spi.type.typed中的接口
Typed SPI.
TypedSPIRegistry - org.apache.shardingsphere.infra.util.spi.type.typed中的类
Typed SPI registry.
TypedSPIRegistry() - 类 的构造器org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIRegistry
 

U

UnknownSQLException - org.apache.shardingsphere.infra.util.exception.external.sql.type.generic中的异常错误
Unknown SQL exception.
UnknownSQLException(Exception) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.generic.UnknownSQLException
 
unmarshal(File, Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.YamlEngine
Unmarshal YAML.
unmarshal(byte[], Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.YamlEngine
Unmarshal YAML.
unmarshal(String, Class<T>) - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.YamlEngine
Unmarshal YAML.
unmarshal(String, Class<T>, boolean) - 类 中的静态方法org.apache.shardingsphere.infra.util.yaml.YamlEngine
Unmarshal YAML.
UnsupportedSQLOperationException - org.apache.shardingsphere.infra.util.exception.external.sql.type.generic中的异常错误
Unsupported SQL operation exception.
UnsupportedSQLOperationException(String) - 异常错误 的构造器org.apache.shardingsphere.infra.util.exception.external.sql.type.generic.UnsupportedSQLOperationException
 

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.XOpenSQLState
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.XOpenSQLState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VendorError - org.apache.shardingsphere.infra.util.exception.external.sql.vendor中的接口
Vendor error.

X

XOpenSQLState - org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate中的枚举
XOpen standard SQL state.

Y

YamlConfiguration - org.apache.shardingsphere.infra.util.yaml中的接口
YAML configuration.
YamlConfigurationSwapper<Y extends YamlConfiguration,T> - org.apache.shardingsphere.infra.util.yaml.swapper中的接口
YAML configuration swapper.
YamlEngine - org.apache.shardingsphere.infra.util.yaml中的类
YAML engine.
YamlEngine() - 类 的构造器org.apache.shardingsphere.infra.util.yaml.YamlEngine
 
C D E F G H I K M O P R S T U V X Y 
跳过导航链接

Copyright © 2022 The Apache Software Foundation. All rights reserved.