I - type of input valueO - type of output valuepublic interface ShardingExecuteCallback<I,O>
O execute(I input, boolean isTrunkThread) throws SQLException
input - input valueisTrunkThread - is execution in trunk threadSQLException - throw when execute failureCopyright © 2018. All rights reserved.