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

com.taobao.drc.clusterclient.clustermanager.PatternUrlConstant Maven / Gradle / Ivy

There is a newer version: 5.0.0.1.beta
Show newest version
/**
 * Alibaba.com Inc.
 * Copyright (c) 2004-2016 All Rights Reserved.
 */
package com.taobao.drc.clusterclient.clustermanager;

/**
 * 
 * @author haikuo.zhk
 * @version $Id: CMConstant.java, v 0.1 2016年5月22日 上午11:56:43 haikuo.zhk Exp $
 */
public class PatternUrlConstant {
    public final static String PATH_BATCH_COMMIT = "/client/batchCommit";

    public final static String PATH_BATCH_GET_PARTITIONS = "/client/guid/partitions";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy