Class AzureTransactionLogSynchronizer

    • Constructor Detail

      • AzureTransactionLogSynchronizer

        @Inject
        public AzureTransactionLogSynchronizer​(HdfsEnvironment hdfsEnvironment)
    • 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.