类 CacheMatchFilter
- java.lang.Object
-
- org.sagacity.sqltoy.model.CacheMatchFilter
-
- 所有已实现的接口:
Serializable
public class CacheMatchFilter extends Object implements Serializable
- 版本:
- v1.0, Date:2021-2-24
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CacheMatchFilter()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 CacheMatchFiltercacheKeyIndex(int cacheKeyIndex)CacheMatchFiltercacheName(String cacheName)CacheMatchFiltercacheType(String cacheType)static CacheMatchFiltercreate()CacheMatchFilterfilter(CacheFilter cacheFilter)CacheMatchExtendgetCacheFilterArgs()CacheMatchFiltermatchIndexs(int... matchIndexs)CacheMatchFiltermatchSize(int matchSize)CacheMatchFilterpriorMatchEqual(Boolean priorMatchEqual)CacheMatchFilterunMatchedReturnSelf()
-
-
-
方法详细资料
-
create
public static CacheMatchFilter create()
-
cacheName
public CacheMatchFilter cacheName(String cacheName)
- 参数:
cacheName-- 返回:
-
cacheKeyIndex
public CacheMatchFilter cacheKeyIndex(int cacheKeyIndex)
- 参数:
cacheKeyIndex-- 返回:
-
cacheType
public CacheMatchFilter cacheType(String cacheType)
- 参数:
cacheType-- 返回:
-
matchSize
public CacheMatchFilter matchSize(int matchSize)
- 参数:
matchSize-- 返回:
-
matchIndexs
public CacheMatchFilter matchIndexs(int... matchIndexs)
- 参数:
matchIndexs-- 返回:
-
priorMatchEqual
public CacheMatchFilter priorMatchEqual(Boolean priorMatchEqual)
- 参数:
priorMatchEqual-- 返回:
-
filter
public CacheMatchFilter filter(CacheFilter cacheFilter)
- 参数:
cacheFilter-- 返回:
-
unMatchedReturnSelf
public CacheMatchFilter unMatchedReturnSelf()
-
getCacheFilterArgs
public CacheMatchExtend getCacheFilterArgs()
- 返回:
- the cacheFilterArgs
-
-