Exemplo n.º 1
0
 public long getUsedDiskBufferSpaceMB() {
   if (fsm != null) {
     return fsm.getUsedBufferSpace() / MB;
   }
   return 0;
 }