|
Change Parameter Type client : SecurityNettyClient to client : ClientConfig in method private handshake(client ClientConfig) : void in class com.mpush.client.connect.ConnClientChannelHandler |
From |
To |
|
Change Parameter Type event : Event to event : Object in method public post(event Object) : void in class com.mpush.tools.event.EventBus |
From |
To |
|
Change Parameter Type client : SecurityNettyClient to client : ClientConfig in method private saveToRedisForFastConnection(client ClientConfig, sessionId String, expireTime Long, sessionKey byte[]) : void in class com.mpush.client.connect.ConnClientChannelHandler |
From |
To |
|
Change Parameter Type client : Client to clientConfig : ClientConfig in method public ConnClientChannelHandler(clientConfig ClientConfig) in class com.mpush.client.connect.ConnClientChannelHandler |
From |
To |
|
Change Parameter Type context : ThreadPoolContext to context : ThreadPoolConfig in method public DumpThreadRejectedHandler(context ThreadPoolConfig) in class com.mpush.tools.thread.pool.DumpThreadRejectedHandler |
From |
To |
|
Change Parameter Type client : SecurityNettyClient to client : ClientConfig in method private bindUser(client ClientConfig) : void in class com.mpush.client.connect.ConnClientChannelHandler |
From |
To |
|
Change Parameter Type listener : ZKDataChangeListener to listener : ZKNodeCacheWatcher in method public registerListener(listener ZKNodeCacheWatcher) : void in class com.mpush.zk.ZKClient |
From |
To |
|
Push Down Attribute protected permGenName : List<String> from class com.mpush.monitor.quota.BaseQuota to private permGenName : List<String> from class com.mpush.monitor.quota.impl.JVMMemory |
From |
To |
|
Push Down Attribute protected oldGenName : List<String> from class com.mpush.monitor.quota.BaseQuota to private oldGenName : List<String> from class com.mpush.monitor.quota.impl.JVMMemory |
From |
To |
|
Push Down Attribute protected edenSpaceName : List<String> from class com.mpush.monitor.quota.BaseQuota to private edenSpaceName : List<String> from class com.mpush.monitor.quota.impl.JVMMemory |
From |
To |
|
Push Down Attribute protected youngGcName : List<String> from class com.mpush.monitor.quota.BaseQuota to private youngGcName : List<String> from class com.mpush.monitor.quota.impl.JVMGC |
From |
To |
|
Push Down Attribute protected psSurvivorName : List<String> from class com.mpush.monitor.quota.BaseQuota to private psSurvivorName : List<String> from class com.mpush.monitor.quota.impl.JVMMemory |
From |
To |
|
Push Down Attribute protected fullGcName : List<String> from class com.mpush.monitor.quota.BaseQuota to private fullGcName : List<String> from class com.mpush.monitor.quota.impl.JVMGC |
From |
To |
|
Move And Rename Class com.mpush.netty.client.SecurityNettyClient moved and renamed to com.mpush.client.connect.ClientConfig |
From |
To |
|
Move And Rename Class com.mpush.tools.redis.RedisNode moved and renamed to com.mpush.tools.config.data.RedisServer |
From |
To |
|
Move And Rename Class com.mpush.conn.client.ClientChannelHandler moved and renamed to com.mpush.client.connect.ConnClientChannelHandler |
From |
To |
|
Move And Rename Class com.mpush.tools.thread.threadpool.IgnoreRunsPolicy moved and renamed to com.mpush.tools.thread.pool.DumpThreadRejectedHandler |
From |
To |
|
Move And Rename Class com.mpush.netty.connection.NettyConnectionManager moved and renamed to com.mpush.core.server.ServerConnectionManager |
From |
To |
|
Move And Rename Class com.mpush.tools.spi.ServiceContainer moved and renamed to com.mpush.api.spi.SpiLoader |
From |
To |
|
Move And Rename Class com.mpush.monitor.domain.MonitorData moved and renamed to com.mpush.monitor.data.MonitorResult |
From |
To |
|
Move And Rename Class com.mpush.test.connection.severs.Main moved and renamed to com.mpush.test.client.ConnClientTestMain |
From |
To |
|
Move And Rename Class com.mpush.push.client.ClientChannelHandler moved and renamed to com.mpush.client.gateway.GatewayClientChannelHandler |
From |
To |
|
Move And Rename Class com.mpush.test.connection.client.Main moved and renamed to com.mpush.test.sever.ServerTestMain |
From |
To |
|
Move And Rename Class com.mpush.common.AbstractEventContainer moved and renamed to com.mpush.tools.event.EventConsumer |
From |
To |
|
Move And Rename Class com.mpush.tools.thread.threadpool.ThreadPoolContext moved and renamed to com.mpush.tools.thread.pool.ThreadPoolConfig |
From |
To |
|
Move And Rename Class com.mpush.tools.redis.RedisRegister moved and renamed to com.mpush.cache.redis.manager.RedisClusterManager |
From |
To |
|
Move Class com.mpush.ServerLauncher moved to com.mpush.boot.ServerLauncher |
From |
To |
|
Move Class com.mpush.tools.redis.listener.MessageListener moved to com.mpush.cache.redis.listener.MessageListener |
From |
To |
|
Move Class com.mpush.boot.BootChain moved to com.mpush.boot.job.BootChain |
From |
To |
|
Move Class com.mpush.netty.client.RequestInfo moved to com.mpush.netty.http.RequestInfo |
From |
To |
|
Move Class com.mpush.tools.redis.listener.ListenerDispatcher moved to com.mpush.cache.redis.listener.ListenerDispatcher |
From |
To |
|
Move Class com.mpush.api.RedisKey moved to com.mpush.cache.redis.RedisKey |
From |
To |
|
Move Class com.mpush.netty.client.HttpClient moved to com.mpush.netty.http.HttpClient |
From |
To |
|
Move Class com.mpush.boot.MonitorBoot moved to com.mpush.boot.job.MonitorBoot |
From |
To |
|
Move Class com.mpush.zk.ZKServerNode moved to com.mpush.zk.node.ZKServerNode |
From |
To |
|
Move Class com.mpush.tools.redis.consistenthash.Node moved to com.mpush.cache.redis.hash.Node |
From |
To |
|
Move Class com.mpush.common.manage.user.UserManager moved to com.mpush.common.user.UserManager |
From |
To |
|
Move Class com.mpush.boot.BootJob moved to com.mpush.boot.job.BootJob |
From |
To |
|
Move Class com.mpush.boot.RedisBoot moved to com.mpush.boot.job.RedisBoot |
From |
To |
|
Move Class com.mpush.push.PushRequestBus moved to com.mpush.client.push.PushRequestBus |
From |
To |
|
Move Class com.mpush.api.PushSender.Callback moved to com.mpush.api.push.PushSender.Callback |
From |
To |
|
Move Class com.mpush.netty.client.NettyHttpClient moved to com.mpush.netty.http.NettyHttpClient |
From |
To |
|
Move Class com.mpush.boot.LastBoot moved to com.mpush.boot.job.LastBoot |
From |
To |
|
Move Class com.mpush.netty.client.HttpCallback moved to com.mpush.netty.http.HttpCallback |
From |
To |
|
Move Class com.mpush.tools.redis.pubsub.Subscriber moved to com.mpush.cache.redis.mq.Subscriber |
From |
To |
|
Move Class com.mpush.tools.dns.DnsMapping moved to com.mpush.tools.config.data.DnsMapping |
From |
To |
|
Move Class com.mpush.common.EventBus moved to com.mpush.tools.event.EventBus |
From |
To |
|
Move Class com.mpush.tools.redis.consistenthash.ConsistentHash moved to com.mpush.cache.redis.hash.ConsistentHash |
From |
To |
|
Move Class com.mpush.boot.HttpProxyBoot moved to com.mpush.boot.job.HttpProxyBoot |
From |
To |
|
Move Class com.mpush.boot.ServerBoot moved to com.mpush.boot.job.ServerBoot |
From |
To |
|
Move Class com.mpush.api.PushContent moved to com.mpush.api.push.PushContent |
From |
To |
|
Move Class com.mpush.push.PushRequest moved to com.mpush.client.push.PushRequest |
From |
To |
|
Move Class com.mpush.Main moved to com.mpush.boot.Main |
From |
To |
|
Move Class com.mpush.api.Server.Listener moved to com.mpush.api.Service.Listener |
From |
To |
|
Rename Method public setMinTime(minTime int) : ZKConfig renamed to public setMaxSleepMs(maxSleepMs int) : ZKConfig in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Method public getMaxRetry() : int renamed to public getMaxRetries() : int in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Method public getMinTime() : int renamed to public getMaxSleepMs() : int in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Method public setMaxRetry(maxRetry int) : ZKConfig renamed to public setMaxRetries(maxRetries int) : ZKConfig in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Method public test() : void renamed to public testKey() : void in class com.mpush.test.configcenter.ConfigCenterTest |
From |
To |
|
Rename Method public ThreadPoolContext(name String, corePoolSize int, maxPoolSize int, queueCapacity int, keepAliveSeconds int) renamed to public setMaxPoolSize(maxPoolSize int) : ThreadPoolConfig in class com.mpush.tools.thread.pool.ThreadPoolConfig |
From |
To |
|
Rename Method public getPath() : String renamed to public getRootPath() : String in class com.mpush.zk.ZKPath |
From |
To |
|
Rename Method private getHotspotMBean() : HotSpotDiagnosticMXBean renamed to private getMxBean() : HotSpotDiagnosticMXBean in class com.mpush.tools.JVMUtil |
From |
To |
|
Rename Method public getMaxTime() : int renamed to public getBaseSleepTimeMs() : int in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Method public setIp(ip String) : void renamed to public setHost(host String) : void in class com.mpush.tools.config.data.RedisServer |
From |
To |
|
Rename Method public getWatchPath() : String renamed to public getNodePath() : String in class com.mpush.zk.ZKPath |
From |
To |
|
Rename Method public setMaxTime(maxTime int) : ZKConfig renamed to public setBaseSleepTimeMs(baseSleepTimeMs int) : ZKConfig in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Method public getIp() : String renamed to public getHost() : String in class com.mpush.tools.config.data.RedisServer |
From |
To |
|
Rename Parameter client : Client to clientConfig : ClientConfig in method public ConnClientChannelHandler(clientConfig ClientConfig) in class com.mpush.client.connect.ConnClientChannelHandler |
From |
To |
|
Rename Parameter runnable : Runnable to r : Runnable in method public newThread(r Runnable) : Thread in class com.mpush.tools.thread.NamedThreadFactory |
From |
To |
|
Rename Parameter path : String to root : String in method package ZKPath(root String, name String, desc String) in class com.mpush.zk.ZKPath |
From |
To |
|
Rename Parameter maxRetry : int to maxRetries : int in method public setMaxRetries(maxRetries int) : ZKConfig in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Parameter ip : String to host : String in method public setHost(host String) : void in class com.mpush.tools.config.data.RedisServer |
From |
To |
|
Rename Parameter maxTime : int to baseSleepTimeMs : int in method public setBaseSleepTimeMs(baseSleepTimeMs int) : ZKConfig in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Parameter ip : String to host : String in method public RedisServer(host String, port int, password String) in class com.mpush.tools.config.data.RedisServer |
From |
To |
|
Rename Parameter prefix : String to namePrefix : String in method public NamedThreadFactory(namePrefix String) in class com.mpush.tools.thread.NamedThreadFactory |
From |
To |
|
Rename Parameter minTime : int to maxSleepMs : int in method public setMaxSleepMs(maxSleepMs int) : ZKConfig in class com.mpush.zk.ZKConfig |
From |
To |
|
Rename Parameter nodeName : String to tail : String in method public getFullPath(tail String) : String in class com.mpush.zk.ZKPath |
From |
To |