Class GroupKey
- java.lang.Object
-
- com.alibaba.nacos.client.config.common.GroupKey
-
public class GroupKey extends Object
Synthesize the form of dataId+groupId. Escapes reserved characters in dataId and groupId.- Author:
- Nacos
-
-
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)
-