public class ClientOptions extends Object
构造器和说明 |
---|
ClientOptions() |
限定符和类型 | 方法和说明 |
---|---|
long |
getCacheInterval() |
boolean |
getEnableCache() |
void |
setCacheInterval(long interval)
Set the interval for caching the name of collection space
and collection in client in milliseconds.
|
void |
setEnableCache(boolean enable)
Set caching the name of collection space and collection in client or not.
|
public long getCacheInterval()
public boolean getEnableCache()
public void setCacheInterval(long interval)
interval
- The interval in milliseconds.public void setEnableCache(boolean enable)
enable
- True or false.Copyright © 2018. All rights reserved.