public class RedisLookupOptions extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RedisLookupOptions.Builder
Builder of
RedisLookupOptions. |
| 构造器和说明 |
|---|
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.Builder |
builder() |
int |
getBatchMinTriggerDelayMs() |
int |
getBatchSize() |
long |
getCacheExpireMs() |
long |
getCacheMaxSize() |
String |
getGroupid() |
String |
getHostname() |
boolean |
getLookupAsync() |
int |
getMaxRetryTimes() |
int |
getPort() |
String |
getSearchkeyprefix() |
boolean |
isBatchMode() |
String |
toString() |
protected final String hostname
protected final int port
public String getHostname()
public int getPort()
public String getGroupid()
public String getSearchkeyprefix()
public long getCacheMaxSize()
public long getCacheExpireMs()
public int getMaxRetryTimes()
public boolean getLookupAsync()
public static RedisLookupOptions.Builder builder()
public boolean isBatchMode()
public int getBatchSize()
public int getBatchMinTriggerDelayMs()
Copyright © 2023–2024. All rights reserved.