[강운덕] [LUCYSUS-1744] traceIndex의 qualifier에 들어가는 transactioId를 가변인코딩을 사용하여 데이터를 처리하도록 개선. 데이터 사이즈가 줄어듬.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2776 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-11-05 06:42:00 +00:00
parent 9d02861157
commit 08ffcd3f38
@@ -44,7 +44,7 @@ public class TransactionIdMapper implements RowMapper<List<TransactionId>> {
}
return traceIdList;
}
// 중복시킴. TraceIndexScatterMapper랑 동일하므로 같이 변경하거나 리팩토링 할것.
public static TransactionId parseVarTransactionId(byte[] bytes, int offset) {
if (bytes == null) {
throw new NullPointerException("bytes must not be null");