[강운덕] [PROFILER-31] 자료 구조 튜닝.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@3924 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2014-05-21 10:31:01 +00:00
parent 5bf4fbe485
commit 26e5db0ec3
@@ -186,7 +186,7 @@ public enum ServiceType {
return serviceType;
}
private static final IntHashMap<ServiceType> CODE_LOOKUP_TABLE = new IntHashMap<ServiceType>(128);
private static final IntHashMap<ServiceType> CODE_LOOKUP_TABLE = new IntHashMap<ServiceType>(256);
private static final Map<String, List<ServiceType>> STATISTICS_LOOKUP_TABLE = new HashMap<String, List<ServiceType>>(64);
static {