类 RedisLookupOptions
- java.lang.Object
-
- net.wicp.tams.common.flink.connector.redis.options.RedisLookupOptions
-
- 所有已实现的接口:
Serializable
public class RedisLookupOptions extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classRedisLookupOptions.BuilderBuilder ofRedisLookupOptions.
-
构造器概要
构造器 构造器 说明 RedisLookupOptions(long cacheMaxSize, long cacheExpireMs, int maxRetryTimes, boolean lookupAsync, String hostname, int port, boolean isBatchMode, int batchSize, int batchMinTriggerDelayMs, String groupid, String searchkeyprefix)
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static RedisLookupOptions.Builderbuilder()intgetBatchMinTriggerDelayMs()intgetBatchSize()longgetCacheExpireMs()longgetCacheMaxSize()StringgetGroupid()StringgetHostname()booleangetLookupAsync()intgetMaxRetryTimes()intgetPort()StringgetSearchkeyprefix()booleanisBatchMode()StringtoString()
-
-
-
字段详细资料
-
hostname
protected final String hostname
-
port
protected final int port
-
-
方法详细资料
-
getHostname
public String getHostname()
-
getPort
public int getPort()
-
getGroupid
public String getGroupid()
-
getSearchkeyprefix
public String getSearchkeyprefix()
-
getCacheMaxSize
public long getCacheMaxSize()
-
getCacheExpireMs
public long getCacheExpireMs()
-
getMaxRetryTimes
public int getMaxRetryTimes()
-
getLookupAsync
public boolean getLookupAsync()
-
builder
public static RedisLookupOptions.Builder builder()
-
isBatchMode
public boolean isBatchMode()
-
getBatchSize
public int getBatchSize()
-
getBatchMinTriggerDelayMs
public int getBatchMinTriggerDelayMs()
-
-