Home
last modified time | relevance | path

Searched refs:getBytesToCopy (Results 1 – 13 of 13) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/
H A DFileBasedCopyListing.java93 protected long getBytesToCopy() { in getBytesToCopy() method in FileBasedCopyListing
94 return globbedListing.getBytesToCopy(); in getBytesToCopy()
H A DGlobbedCopyListing.java95 protected long getBytesToCopy() { in getBytesToCopy() method in GlobbedCopyListing
96 return simpleListing.getBytesToCopy(); in getBytesToCopy()
H A DCopyListing.java88 config.setLong(DistCpConstants.CONF_LABEL_TOTAL_BYTES_TO_BE_COPIED, getBytesToCopy()); in buildListing()
119 protected abstract long getBytesToCopy(); in getBytesToCopy() method in CopyListing
H A DSimpleCopyListing.java251 protected long getBytesToCopy() { in getBytesToCopy() method in SimpleCopyListing
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/distcp2/
H A DFileBasedCopyListing.java91 protected long getBytesToCopy() { in getBytesToCopy() method in FileBasedCopyListing
92 return globbedListing.getBytesToCopy(); in getBytesToCopy()
H A DGlobbedCopyListing.java95 protected long getBytesToCopy() { in getBytesToCopy() method in GlobbedCopyListing
96 return simpleListing.getBytesToCopy(); in getBytesToCopy()
H A DCopyListing.java85 config.setLong(DistCpConstants.CONF_LABEL_TOTAL_BYTES_TO_BE_COPIED, getBytesToCopy()); in buildListing()
116 protected abstract long getBytesToCopy(); in getBytesToCopy() method in CopyListing
H A DSimpleCopyListing.java188 protected long getBytesToCopy() { in getBytesToCopy() method in SimpleCopyListing
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/distcp2/
H A DTestCopyListing.java73 protected long getBytesToCopy() { in getBytesToCopy() method in TestCopyListing
223 Assert.assertEquals(listing.getBytesToCopy(), 10); in testBuildListing()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcopycore.hh71 loff_t getBytesToCopy() const;
H A Dvirtualdirmode_copy.cc212 …if ( total_space > 0 && block_size > 0 && ( ( cc->getBytesToCopy() ) / block_size ) + 1 >= free_bl… in copy()
H A Dcopycore.cc1938 loff_t CopyCore::getBytesToCopy() const in getBytesToCopy() function in CopyCore
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/
H A DTestCopyListing.java76 protected long getBytesToCopy() { in getBytesToCopy() method in TestCopyListing
228 Assert.assertEquals(listing.getBytesToCopy(), 10); in testBuildListing()