Commit 788d3c3f authored by terrymanu's avatar terrymanu
Browse files

move package of FrontendExecutorContext & BackendExecutorContext

parent 55f43c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.proxy.util;
package io.shardingsphere.proxy.backend;

import com.google.common.util.concurrent.ListeningExecutorService;
import com.google.common.util.concurrent.MoreExecutors;
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import io.shardingsphere.proxy.transport.mysql.packet.command.CommandResponsePac
import io.shardingsphere.proxy.transport.mysql.packet.command.query.QueryResponsePackets;
import io.shardingsphere.proxy.transport.mysql.packet.generic.ErrPacket;
import io.shardingsphere.proxy.transport.mysql.packet.generic.OKPacket;
import io.shardingsphere.proxy.util.BackendExecutorContext;
import io.shardingsphere.proxy.backend.BackendExecutorContext;
import lombok.RequiredArgsConstructor;

import javax.transaction.Status;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import io.shardingsphere.proxy.transport.mysql.packet.command.query.ColumnDefini
import io.shardingsphere.proxy.transport.mysql.packet.command.query.FieldCountPacket;
import io.shardingsphere.proxy.transport.mysql.packet.generic.EofPacket;
import io.shardingsphere.proxy.transport.mysql.packet.generic.OKPacket;
import io.shardingsphere.proxy.util.BackendExecutorContext;
import io.shardingsphere.proxy.backend.BackendExecutorContext;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import lombok.Setter;
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import io.shardingsphere.proxy.transport.mysql.packet.command.CommandResponsePac
import io.shardingsphere.proxy.transport.mysql.packet.command.query.text.query.ComQueryPacket;
import io.shardingsphere.proxy.transport.mysql.packet.generic.ErrPacket;
import io.shardingsphere.proxy.transport.mysql.packet.generic.OKPacket;
import io.shardingsphere.proxy.util.BackendExecutorContext;
import io.shardingsphere.proxy.backend.BackendExecutorContext;
import io.shardingsphere.proxy.util.MySQLResultCache;
import io.shardingsphere.proxy.util.SynchronizedFuture;
import lombok.Getter;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.proxy.util;
package io.shardingsphere.proxy.frontend;

import com.google.common.util.concurrent.ListeningExecutorService;
import com.google.common.util.concurrent.MoreExecutors;
Loading