message.append(STR0).append(StringUtils.TraditionalBinaryPrefix.long2String(storeSize,STR1,1)).append(STR2).append(StringUtils.formatTimeDiff(compactionStartTime,cr.getSelectionTime())).append(STR3).append(StringUtils.formatTimeDiff(now,compactionStartTime)).append(STR4); | message.append(STR0).append(StringUtils.TraditionalBinaryPrefix.long2String(storeSize.get(),STR1,1)).append(STR2).append(StringUtils.formatTimeDiff(compactionStartTime,cr.getSelectionTime())).append(STR3).append(StringUtils.formatTimeDiff(now,compactionStartTime)).append(STR4); | StringUtils.TraditionalBinaryPrefix.long2String(storeSize,STR1,1) | StringUtils.TraditionalBinaryPrefix.long2String(storeSize.get(),STR1,1) | hbase | 216d2d464833c683b07c5d9fb0568f31819261a9 | org.apache.hadoop.hbase.regionserver.HStore | | | TCIVar | storeSize |
---|
v0 | StringUtils.TraditionalBinaryPrefix |
---|
v1 | STR1 |
---|
v2 | 1 |
---|
| | TCIVar | storeSize |
---|
v0 | StringUtils.TraditionalBinaryPrefix |
---|
v1 | STR1 |
---|
v2 | 1 |
---|
| Uses | True |