Toggle navigation
Home
alluxio.client.block.RemoteBlockInStream to alluxio.client.block.stream.BlockInStream
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
RemoteBlockInStream.create(info.getBlockId(),info.getLength(),workerAddr,FileSystemContext.INSTANCE,InStreamOptions.defaults())
to
BlockInStream.createRemoteBlockInStream(info.getBlockId(),info.getLength(),workerAddr,FileSystemContext.INSTANCE,InStreamOptions.defaults())