I - type of input valueO - type of output valuepublic interface ShardingExecuteCallback<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
execute(I input,
boolean isTrunkThread,
Map<String,Object> shardingExecuteDataMap)
Execute callback.
|
O execute(I input, boolean isTrunkThread, Map<String,Object> shardingExecuteDataMap) throws SQLException
input - input valueisTrunkThread - is execution in trunk threadshardingExecuteDataMap - sharding execute data mapSQLException - throw when execute failureCopyright © 2019 The Apache Software Foundation. All rights reserved.