Class CorruptedDataStructureException

    • Field Detail

      • grpId

        protected final int grpId
        Cache group id.
      • pageIds

        protected final long[] pageIds
        PageId's that can be corrupted.
    • Constructor Detail

      • CorruptedDataStructureException

        protected CorruptedDataStructureException​(String msg,
                                                  @Nullable
                                                  @Nullable Throwable cause,
                                                  int grpId,
                                                  long[] pageIds)
        Constructor.
        Parameters:
        msg - Message.
        cause - Cause.
        grpId - Cache group id.
        pageIds - PageId's that can be corrupted.
    • Method Detail

      • pageIds

        public long[] pageIds()
        Returns:
        Cache group id.
      • groupId

        public int groupId()
        Returns:
        PageId's that can be corrupted.