Class S3TransactionLogSynchronizer

    • Field Detail

      • LOG

        public static final io.airlift.log.Logger LOG
    • Method Detail

      • isUnsafe

        public boolean isUnsafe()
        Description copied from interface: TransactionLogSynchronizer
        Whether or not writes using this Synchronizer need to be enabled with the "delta.enable-non-concurrent-writes" config property.
        Specified by:
        isUnsafe in interface TransactionLogSynchronizer
        Returns:
        False if collision detection for writes from multiple clusters is supported, else true.
      • parseEntryFilename

        public static String parseEntryFilename​(String lockFilename)