@Configuration(configElementName="config", friendlyName="Connector") public class Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
Integer |
getEntryTtl() |
Integer |
getExpirationInterval() |
Integer |
getMaxEntries() |
org.mule.api.store.ObjectStore<Serializable> |
getObjectStore() |
String |
getPartition() |
boolean |
getPersistent() |
void |
setEntryTtl(Integer entryTtl) |
void |
setExpirationInterval(Integer expirationInterval) |
void |
setMaxEntries(Integer maxEntries) |
void |
setObjectStore(org.mule.api.store.ObjectStore<Serializable> objectStore) |
void |
setPartition(String partition) |
void |
setPersistent(boolean persistent) |
public String getPartition()
public void setPartition(String partition)
public boolean getPersistent()
public void setPersistent(boolean persistent)
public org.mule.api.store.ObjectStore<Serializable> getObjectStore()
public void setObjectStore(org.mule.api.store.ObjectStore<Serializable> objectStore)
public Integer getEntryTtl()
public void setEntryTtl(Integer entryTtl)
public Integer getMaxEntries()
public void setMaxEntries(Integer maxEntries)
public Integer getExpirationInterval()
public void setExpirationInterval(Integer expirationInterval)
Copyright © 2010–2016. All rights reserved.