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

com.huaweicloud.dws.client.binlog.model.FullSyncSlot Maven / Gradle / Ivy

/*
 * Copyright (c) Huawei Technologies Co., Ltd. 2023-2023. All rights reserved.
 */

package com.huaweicloud.dws.client.binlog.model;

import com.huaweicloud.dws.client.model.Constants;

/**
 * @ProjectName: dws-connectors
 * @Description: 表示全量更新的slot
 * @Date: 2023/08/23 17:47
 * @Version:
 **/
public class FullSyncSlot extends Slot {

    public FullSyncSlot() {
        setStartCsn(Constants.FULL_SYNC_SLOT_CSN);
        setCurrentStartCsn(Constants.FULL_SYNC_SLOT_CSN);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy