[강운덕] [LUCYSUS-1744] bytecode 변경 api 정리.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2340 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-09-16 13:00:41 +00:00
parent 00c64b8ba0
commit 4bbfbfe7db
@@ -1,11 +1,12 @@
package com.nhn.pinpoint.web.vo;
import com.nhn.pinpoint.common.PinpointConstants;
import com.nhn.pinpoint.common.hbase.HBaseTables;
import com.nhn.pinpoint.common.util.BytesUtils;
import com.nhn.pinpoint.common.util.TransactionIdUtils;
public class TransactionId {
public static final int AGENT_NAME_MAX_LEN = HBaseTables.AGENT_NAME_MAX_LEN;
public static final int AGENT_NAME_MAX_LEN = PinpointConstants.AGENT_NAME_MAX_LEN;
public static final int DISTRIBUTE_HASH_SIZE = 1;
protected final String agentId;