|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyStoreConfig
The configuration for a single Property Store.
Field Summary |
---|
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
Method Summary | |
---|---|
int |
getCacheTimeout()
Returns the cache timeout for in-memory properties (0 == never cache) |
RawConnectorConfig |
getConnectionConfig()
Connection parameters |
boolean |
getInitialLoad()
Returns true if the property data store is read into memory on creation |
java.lang.String |
getKeyAttribute()
Returns the attribute name used as key in the connector |
java.lang.String |
getNameFilters()
Property name filters |
ParserConfig |
getParserConfig()
Associated Parser configuration |
boolean |
getReadOnly()
Returns true if store is read-only |
java.lang.String |
getValueAttribute()
Returns the attribute name used as value in the connector |
void |
setCacheTimeout(int timeout)
Sets the timeout in seconds before a property is considered stale. |
void |
setInitialLoad(boolean load)
Sets the initial load flag (true to load data source into memory) |
void |
setKeyAttribute(java.lang.String attrname)
Sets the attribute name to use as property key in the connector |
void |
setNameFilters(java.lang.String filters)
Property name filters |
void |
setReadOnly(boolean readonly)
Returns true if store is read-only |
void |
setValueAttribute(java.lang.String attrname)
Sets the attribute name to use for the value in the connector |
Method Detail |
---|
RawConnectorConfig getConnectionConfig()
ParserConfig getParserConfig()
java.lang.String getNameFilters()
void setNameFilters(java.lang.String filters)
boolean getReadOnly()
void setReadOnly(boolean readonly)
java.lang.String getKeyAttribute()
void setKeyAttribute(java.lang.String attrname)
java.lang.String getValueAttribute()
void setValueAttribute(java.lang.String attrname)
int getCacheTimeout()
void setCacheTimeout(int timeout)
boolean getInitialLoad()
void setInitialLoad(boolean load)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |