Toggle navigation
Home
alluxio.network.protocol.RPCBlockReadRequest to alluxio.proto.dataserver.Protocol.ReadRequest
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
mWorker.getUfsInputStream(request.getBlockId(),request.getOffset())
to
mWorker.getUfsInputStream(request.getId(),request.getOffset())
request.getBlockId()
to
request.getId()
request.getBlockId()
to
request.getId()
request.isCancelRequest()
to
request.getCancel()