Skip navigation links
B C E F G I L N O Q S V W 

B

build() - Static method in class org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereThreadFactoryBuilder
Build default ShardingSphere thread factory.
build(String) - Static method in class org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereThreadFactoryBuilder
Build ShardingSphere thread factory.

C

close() - Method in class org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
 
close() - Method in class org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereExecutorService
Close executor service.
ConnectionMode - Enum in org.apache.shardingsphere.underlying.executor.constant
Connection Mode.

E

execute(Collection<InputGroup<I>>, GroupedCallback<I, O>) - Method in class org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
Execute.
execute(Collection<InputGroup<I>>, GroupedCallback<I, O>, GroupedCallback<I, O>, boolean) - Method in class org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
Execute.
execute(Collection<I>, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.underlying.executor.engine.GroupedCallback
Execute.
ExecutionContext - Class in org.apache.shardingsphere.underlying.executor.context
Execution context.
ExecutionContext() - Constructor for class org.apache.shardingsphere.underlying.executor.context.ExecutionContext
 
ExecutionUnit - Class in org.apache.shardingsphere.underlying.executor.context
Execution unit.
ExecutionUnit() - Constructor for class org.apache.shardingsphere.underlying.executor.context.ExecutionUnit
 
ExecutorDataMap - Class in org.apache.shardingsphere.underlying.executor.engine
Executor data map for thread local even cross multiple threads.
ExecutorDataMap() - Constructor for class org.apache.shardingsphere.underlying.executor.engine.ExecutorDataMap
 
ExecutorEngine - Class in org.apache.shardingsphere.underlying.executor.engine
Executor engine.
ExecutorEngine(int) - Constructor for class org.apache.shardingsphere.underlying.executor.engine.ExecutorEngine
 

F

finishFailure(Exception) - Method in class org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
 
finishFailure(Exception) - Method in interface org.apache.shardingsphere.underlying.executor.hook.SQLExecutionHook
Handle when SQL execution finished failure.
finishSuccess() - Method in class org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
 
finishSuccess() - Method in interface org.apache.shardingsphere.underlying.executor.hook.SQLExecutionHook
Handle when SQL execution finished success.

G

getCalendarValue(int, Class<?>, Calendar) - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Get calendar value.
getColumnCount() - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Get column count.
getColumnLabel(int) - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Get column label.
getColumnName(int) - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Get column name.
getInputStream(int, String) - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Get InputStream.
getValue() - Static method in class org.apache.shardingsphere.underlying.executor.engine.ExecutorDataMap
Get value.
getValue(int, Class<?>) - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Get data value.
GroupedCallback<I,O> - Interface in org.apache.shardingsphere.underlying.executor.engine
Grouped callback.

I

InputGroup<T> - Class in org.apache.shardingsphere.underlying.executor.engine
Input group.
InputGroup() - Constructor for class org.apache.shardingsphere.underlying.executor.engine.InputGroup
 

L

logSQL(String, boolean, SQLStatementContext, Collection<ExecutionUnit>) - Static method in class org.apache.shardingsphere.underlying.executor.log.SQLLogger
Print SQL log.

N

next() - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
iterate next data.

O

org.apache.shardingsphere.underlying.executor - package org.apache.shardingsphere.underlying.executor
 
org.apache.shardingsphere.underlying.executor.constant - package org.apache.shardingsphere.underlying.executor.constant
 
org.apache.shardingsphere.underlying.executor.context - package org.apache.shardingsphere.underlying.executor.context
 
org.apache.shardingsphere.underlying.executor.engine - package org.apache.shardingsphere.underlying.executor.engine
 
org.apache.shardingsphere.underlying.executor.engine.impl - package org.apache.shardingsphere.underlying.executor.engine.impl
 
org.apache.shardingsphere.underlying.executor.hook - package org.apache.shardingsphere.underlying.executor.hook
 
org.apache.shardingsphere.underlying.executor.log - package org.apache.shardingsphere.underlying.executor.log
 

Q

QueryResult - Interface in org.apache.shardingsphere.underlying.executor
Query result form SQL.

S

ShardingSphereExecutorService - Class in org.apache.shardingsphere.underlying.executor.engine.impl
ShardingSphere executor service.
ShardingSphereExecutorService(int) - Constructor for class org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereExecutorService
 
ShardingSphereExecutorService(int, String) - Constructor for class org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereExecutorService
 
ShardingSphereThreadFactoryBuilder - Class in org.apache.shardingsphere.underlying.executor.engine.impl
ShardingSphere thread factory builder.
ShardingSphereThreadFactoryBuilder() - Constructor for class org.apache.shardingsphere.underlying.executor.engine.impl.ShardingSphereThreadFactoryBuilder
 
SPISQLExecutionHook - Class in org.apache.shardingsphere.underlying.executor.hook
SQL Execution hook for SPI.
SPISQLExecutionHook() - Constructor for class org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
 
SQLExecutionHook - Interface in org.apache.shardingsphere.underlying.executor.hook
SQL Execution hook.
SQLLogger - Class in org.apache.shardingsphere.underlying.executor.log
SQL logger.
SQLLogger() - Constructor for class org.apache.shardingsphere.underlying.executor.log.SQLLogger
 
SQLUnit - Class in org.apache.shardingsphere.underlying.executor.context
SQL unit.
SQLUnit() - Constructor for class org.apache.shardingsphere.underlying.executor.context.SQLUnit
 
start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - Method in class org.apache.shardingsphere.underlying.executor.hook.SPISQLExecutionHook
 
start(String, String, List<Object>, DataSourceMetaData, boolean, Map<String, Object>) - Method in interface org.apache.shardingsphere.underlying.executor.hook.SQLExecutionHook
Handle when SQL execution started.

V

valueOf(String) - Static method in enum org.apache.shardingsphere.underlying.executor.constant.ConnectionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.underlying.executor.constant.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in interface org.apache.shardingsphere.underlying.executor.QueryResult
Judge ResultSet is null or not.
B C E F G I L N O Q S V W 
Skip navigation links

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