Toggle navigation
Home
alluxio.client.file.URIStatus to java.lang.String
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
file.getName().equals(new AlluxioURI(NEW_FILE).getName())
to
file.equals(new AlluxioURI(NEW_FILE).getName())