All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.ydb.common.transaction.TxMode Maven / Gradle / Ivy

package tech.ydb.common.transaction;

/**
 *
 * @author Aleksandr Gorshenin
 */
public enum TxMode {
    NONE,

    SERIALIZABLE_RW,
    SNAPSHOT_RO,
    STALE_RO,

    ONLINE_RO,
    ONLINE_INCONSISTENT_RO
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy