public class JdbcLookupOptions extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JdbcLookupOptions.Builder
Builder of
JdbcLookupOptions . |
Constructor and Description |
---|
JdbcLookupOptions(long cacheMaxSize,
long cacheExpireMs,
int maxRetryTimes,
boolean cacheMissingKey) |
Modifier and Type | Method and Description |
---|---|
static JdbcLookupOptions.Builder |
builder() |
boolean |
equals(Object o) |
long |
getCacheExpireMs() |
long |
getCacheMaxSize() |
boolean |
getCacheMissingKey() |
int |
getMaxRetryTimes() |
public JdbcLookupOptions(long cacheMaxSize, long cacheExpireMs, int maxRetryTimes, boolean cacheMissingKey)
public long getCacheMaxSize()
public long getCacheExpireMs()
public int getMaxRetryTimes()
public boolean getCacheMissingKey()
public static JdbcLookupOptions.Builder builder()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.