mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
[강운덕] [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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user