Class IndexRenameRootPageRecord


  • public class IndexRenameRootPageRecord
    extends WALRecord
    Logical record for renaming index root pages.
    • Constructor Detail

      • IndexRenameRootPageRecord

        public IndexRenameRootPageRecord​(int cacheId,
                                         String oldTreeName,
                                         String newTreeName,
                                         int segments)
        Constructor.
        Parameters:
        cacheId - Cache id.
        oldTreeName - Old name of underlying index tree name.
        newTreeName - New name of underlying index tree name.
        segments - Number of segments.