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

com.alibaba.hologres.client.model.WriteMode Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
/*
 * Copyright (c) 2020. Alibaba Group Holding Limited
 */

package com.alibaba.hologres.client.model;

/**
 * enum for write mode.
 * */
public enum WriteMode {
	INSERT_OR_IGNORE,
	INSERT_OR_UPDATE,
	INSERT_OR_REPLACE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy