Interface PropertyStoreConfig

    • Method Detail

      • getConnectionConfig

        RawConnectorConfig getConnectionConfig()
        Connection parameters
        Returns:
        The connectionConfig value
      • getParserConfig

        ParserConfig getParserConfig()
        Associated Parser configuration
        Returns:
        The parserConfig value
      • getNameFilters

        java.lang.String getNameFilters()
        Property name filters
      • setNameFilters

        void setNameFilters​(java.lang.String filters)
        Property name filters
      • getReadOnly

        boolean getReadOnly()
        Returns true if store is read-only
      • setReadOnly

        void setReadOnly​(boolean readonly)
        Returns true if store is read-only
      • getKeyAttribute

        java.lang.String getKeyAttribute()
        Returns the attribute name used as key in the connector
      • setKeyAttribute

        void setKeyAttribute​(java.lang.String attrname)
        Sets the attribute name to use as property key in the connector
      • getValueAttribute

        java.lang.String getValueAttribute()
        Returns the attribute name used as value in the connector
      • setValueAttribute

        void setValueAttribute​(java.lang.String attrname)
        Sets the attribute name to use for the value in the connector
      • getCacheTimeout

        int getCacheTimeout()
        Returns the cache timeout for in-memory properties (0 == never cache)
      • setCacheTimeout

        void setCacheTimeout​(int timeout)
        Sets the timeout in seconds before a property is considered stale.
      • getInitialLoad

        boolean getInitialLoad()
        Returns true if the property data store is read into memory on creation
      • setInitialLoad

        void setInitialLoad​(boolean load)
        Sets the initial load flag (true to load data source into memory)