Class GroupKey
- java.lang.Object
-
- com.alibaba.nacos.config.server.utils.GroupKey
-
public class GroupKey extends Object
合成dataId+groupId的形式。对dataId和groupId中的保留字符做转义。- Author:
- jiuRen
-
-
Constructor Summary
Constructors Constructor Description GroupKey()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetKey(String dataId, String group)static StringgetKey(String dataId, String group, String datumStr)static StringgetKeyTenant(String dataId, String group, String tenant)static String[]parseKey(String groupKey)
-