| 48 | } |
| 49 | size_t get_minimum_granularity() override { return 1; } |
| 50 | [[deprecated]] |
| 51 | int encode_chunks(const set<int> &want_to_encode, |
| 52 | map<int, bufferlist> *encoded) override { |
| 53 | ceph_abort_msg("Only new API is tested"); |
| 54 | //encode_chunks_encoded = *encoded; |
| 55 | return 0; |
| 56 | } |
| 57 | int encode_chunks(const shard_id_map<bufferptr> &in, |
| 58 | shard_id_map<bufferptr> &out) override { |
| 59 | return 0; |