Exemplo n.º 1
0
 private long calculateRecordSize(Record record) {
   return sizeEstimator.getCost(record);
 }