Class ObjectStoreConfig


  • class ObjectStoreConfig
    extends Object
    • Field Detail

      • directory

        @ConfigItem(defaultValue="ObjectStore")
        public String directory
        The name of the directory where the transaction logs will be stored when using the file-system object store. If the value is not absolute then the directory is relative to the user.dir system property.
      • datasource

        @ConfigItem
        public Optional<String> datasource
        The name of the datasource where the transaction logs will be stored when using the jdbc object store.

        If undefined, it will use the default datasource.

      • createTable

        @ConfigItem(defaultValue="false")
        public boolean createTable
        Whether to create the table if it does not exist.
    • Constructor Detail

      • ObjectStoreConfig

        ObjectStoreConfig()