12 vr_mirror_req &req,
int id):
KState(resp_ctx, obj) {
14 req.set_mirr_index(
id);
16 req.set_h_op(sandesh_op::GET);
18 req.set_h_op(sandesh_op::DUMP);
19 req.set_mirr_marker(-1);
26 req.set_mirr_index(0);
27 req.set_h_op(sandesh_op::DUMP);
29 req.set_mirr_marker(idx);
64 if (flags & VR_MIRROR_FLAG_MARKED_DELETE) {
65 return "MARKED_DELETE";
std::string response_context_
virtual void SendResponse()
MirrorKState(KMirrorResp *obj, const std::string &resp_ctx, vr_mirror_req &req, int id)
Sandesh * response_object_
virtual void SendNextRequest()
const std::string FlagsToString(int flags) const
void EncodeAndSend(Sandesh &encoder)