Class OracleDatabaseJournal

  • All Implemented Interfaces:
    Journal, org.apache.jackrabbit.core.util.db.DatabaseAware

    public class OracleDatabaseJournal
    extends DatabaseJournal
    It has the following property in addition to those of the DatabaseJournal:
    • tablespace: the tablespace to use for tables
    • indexTablespace: the tablespace to use for indexes
    • Constructor Detail

      • OracleDatabaseJournal

        public OracleDatabaseJournal()
    • Method Detail

      • getTablespace

        public String getTablespace()
        Returns the configured Oracle tablespace for tables.
        Returns:
        the configured Oracle tablespace for tables.
      • setTablespace

        public void setTablespace​(String tablespaceName)
        Sets the Oracle tablespace for tables.
        Parameters:
        tablespaceName - the Oracle tablespace for tables.
      • getIndexTablespace

        public String getIndexTablespace()
        Returns the configured Oracle tablespace for indexes.
        Returns:
        the configured Oracle tablespace for indexes.
      • setIndexTablespace

        public void setIndexTablespace​(String tablespaceName)
        Sets the Oracle tablespace for indexes.
        Parameters:
        tablespaceName - the Oracle tablespace for indexes.