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

com.alibaba.hologres.client.model.binlog.BinlogPartitionSubscribeMode Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
package com.alibaba.hologres.client.model.binlog;

/**
 * enum for ssl mode.
 * see SSL_MODE in org.postgresql.PGProperty.
 */
public enum BinlogPartitionSubscribeMode {
    DISABLE,
    CONSTANT,
    SLIDE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy