public interface IWrapper
extends net.sf.cglib.proxy.MethodInterceptor
限定符和类型 | 方法和说明 |
---|---|
void |
checkNewVersion()
外部调用是否有新版本
|
java.lang.String |
getCacheFullName()
获取缓存全名称
|
CanalMapCounter |
getCounter()
获取缓存的统计数据
|
com.seeyon.ctp.component.cache.CanalMap.Define |
getDefine()
获取缓存定义信息
|
long |
getLastPullDataStamp()
或者最后一次更新时间
|
java.lang.Long |
getLocalVersion()
获取本地版本号
|
java.lang.Long |
getRedisVersion()
获取redis版本号
|
java.lang.String |
getTargetClassName()
获取目标对象的的类名
|
default com.seeyon.ctp.component.cache.CanalMapViewer |
getViewer()
获取缓存可视化接口
|
boolean |
isSupportCacheViewer()
是否支持对缓存数据可视化访问
|
void |
markReloadAll()
标记更新全部数据
|
com.seeyon.ctp.component.cache.CanalMap.Define getDefine()
java.lang.String getCacheFullName()
long getLastPullDataStamp()
void markReloadAll()
java.lang.Long getLocalVersion()
java.lang.Long getRedisVersion()
void checkNewVersion()
CanalMapCounter getCounter()
boolean isSupportCacheViewer()
default com.seeyon.ctp.component.cache.CanalMapViewer getViewer()
java.lang.String getTargetClassName()