コード例 #1
0
 private void update(HSMWritesHourly data) {
   storeCount += data.getCount();
   bytesStored += data.getSize();
 }