com.taobao.drc.clusterclient.clustermanager.PatternUrlConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of consumer-core Show documentation
Show all versions of consumer-core Show documentation
The java consumer core component for Data Transmission Service
/**
* 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";
}