|
|
@ -153,10 +153,10 @@ class RequestPrefetch final : public RequestBase {
|
|
|
|
|
|
|
|
|
|
|
|
virtual void Process() {
|
|
|
|
virtual void Process() {
|
|
|
|
// prefetch process...
|
|
|
|
// prefetch process...
|
|
|
|
::grpc::ByteBuffer relay;
|
|
|
|
::grpc::ByteBuffer reply;
|
|
|
|
// TODO(Yancey1989): execute the Block which containers prefetch ops
|
|
|
|
// TODO(Yancey1989): execute the Block which containers prefetch ops
|
|
|
|
|
|
|
|
|
|
|
|
responder_.Finish(relay, ::grpc::Status::OK, this);
|
|
|
|
responder_.Finish(reply, ::grpc::Status::OK, this);
|
|
|
|
status_ = FINISH;
|
|
|
|
status_ = FINISH;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|