MCPcopy Create free account
hub / github.com/Qihoo360/evpp / PrefixMultiGetCommand

Method PrefixMultiGetCommand

apps/evmc/command.h:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308class PrefixMultiGetCommand : public Command, public MultiKeyMode<PrefixMultiGetResult, PrefixMultiGetCallback> {
309public:
310 PrefixMultiGetCommand(evpp::EventLoop* evloop, uint16_t vbucket, const PrefixMultiKeyGetHandlerPtr& handler)
311 : Command(evloop, vbucket), MultiKeyMode(handler) {
312 }
313
314 virtual void OnError(int err_code) {
315 LOG(WARNING) << "prefixMultiGetCommand OnError id=" << id();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected