Home
last modified time | relevance | path

Searched refs:showLocations (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DRemote.hs56 showLocations,
329 showLocations :: Bool -> Key -> [UUID] -> String -> Annex ()
330 showLocations separateuntrusted key exclude nolocmsg = do function
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DNamenodeFsck.java86 private boolean showLocations = false; field in NamenodeFsck
138 else if (key.equals("locations")) { this.showLocations = true; } in NamenodeFsck()
307 if (showLocations || showRacks) { in check()
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DGet.hs108 showlocs exclude = Remote.showLocations False key exclude
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DNamenodeFsck.java129 private boolean showLocations = false; field in NamenodeFsck
201 else if (key.equals("locations")) { this.showLocations = true; } in NamenodeFsck()
565 if (showLocations || showRacks) { in check()
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DNumCopies.hs294 Remote.showLocations True key (map toUUID have++skip) nolocmsg