I - type of input valueO - type of output valuepublic interface ShardingExecuteCallback<I,O>
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. All rights reserved.