Toggle navigation
Home
org.apache.hadoop.ozone.web.response.KeyInfo to java.lang.String
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
ChunkInfo.newBuilder().setChunkName(key.getKeyName() + "_stream_" + streamId+ "_chunk_"+ ++chunkIndex).setOffset(0).setLen(data.size())
to
ChunkInfo.newBuilder().setChunkName(key + "_stream_" + streamId+ "_chunk_"+ ++chunkIndex).setOffset(0).setLen(data.size())
key.getKeyName()
to
key