| 132 | } |
| 133 | |
| 134 | TSlice DeviceSlice(ui64 dev) const { |
| 135 | if (dev != DeviceId) { |
| 136 | return {0, 0}; |
| 137 | } |
| 138 | return {0, Count}; |
| 139 | } |
| 140 | |
| 141 | TSingleMapping RepeatOnAllDevices(ui64 objectCount, ui64 objectSize = 1) const { |
| 142 | return TSingleMapping(DeviceId, objectCount, objectSize); |
no outgoing calls