public class PassThroughExecuteRouting extends BaseExecuteRouting
hostAndPort, roleSLEEP_CHUNK| Constructor and Description |
|---|
PassThroughExecuteRouting(@Nullable java.lang.String hostAndPort,
@Nullable BlueGreenRole role) |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends java.lang.Exception> |
apply(ConnectionPlugin plugin,
java.lang.Class<T> resultClass,
java.lang.Class<E> exceptionClass,
java.lang.Object methodInvokeOn,
java.lang.String methodName,
JdbcCallable<T,E> jdbcMethodFunc,
java.lang.Object[] jdbcMethodArgs,
StorageService storageService,
PluginService pluginService,
java.util.Properties props) |
isMatch, toStringdelay, getNanoTimepublic PassThroughExecuteRouting(@Nullable java.lang.String hostAndPort,
@Nullable BlueGreenRole role)
public <T,E extends java.lang.Exception> @NonNull java.util.Optional<T> apply(ConnectionPlugin plugin, java.lang.Class<T> resultClass, java.lang.Class<E> exceptionClass, java.lang.Object methodInvokeOn, java.lang.String methodName, JdbcCallable<T,E> jdbcMethodFunc, java.lang.Object[] jdbcMethodArgs, StorageService storageService, PluginService pluginService, java.util.Properties props) throws E extends java.lang.Exception
apply in interface ExecuteRoutingapply in class BaseExecuteRoutingE extends java.lang.Exception