Home
last modified time | relevance | path

Searched refs:getMaxTimestamp (Results 1 – 15 of 15) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/
H A DDateTime.php15 protected static function getMaxTimestamp($max = 'now') function in Faker\\Provider\\DateTime
38 return mt_rand(0, static::getMaxTimestamp($max));
73 new \DateTime('@' . mt_rand($min, static::getMaxTimestamp($max))),
131 $endTimestamp = static::getMaxTimestamp($endDate);
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/
H A DFIFOCompactionPolicy.java103 Long maxTs = sf.getReader().getMaxTimestamp(); in hasExpiredStores()
122 Long maxTs = sf.getReader().getMaxTimestamp(); in getExpiredStores()
H A DStripeCompactionPolicy.java313 if (storeFile.getReader().getMaxTimestamp() < timestampCutoff) continue; in selectExpiredMergeCompaction()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DMockStoreFile.java110 public long getMaxTimestamp() { in getReader() method in MockStoreFile
H A DTestStore.java338 assertTrue(sf.getReader().getMaxTimestamp() >= (edge.currentTime() - storeTtl)); in testDeleteExpiredStoreFiles()
353 long ts = sfs.iterator().next().getReader().getMaxTimestamp(); in testDeleteExpiredStoreFiles()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DMergeHistory.php278 if ( $this->getTimestampLimit() > $this->getMaxTimestamp() ) {
515 private function getMaxTimestamp(): MWTimestamp {
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DDefaultStoreFileManager.java151 long fileTs = sf.getReader().getMaxTimestamp(); in getUnneededFiles()
H A DStoreFileScanner.java356 long maxTimestampInFile = reader.getMaxTimestamp(); in requestSeek()
H A DStripeStoreFileManager.java949 long fileTs = sf.getReader().getMaxTimestamp(); in findExpiredFiles()
H A DStoreFile.java1588 public long getMaxTimestamp() {
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/
H A DTestStripeCompactionPolicy.java328 when(expiredFile.getReader().getMaxTimestamp()).thenReturn(now - defaultTtl - 1); in testMergeExpiredFiles()
329 when(notExpiredFile.getReader().getMaxTimestamp()).thenReturn(now - defaultTtl + 1); in testMergeExpiredFiles()
368 when(expiredFile.getReader().getMaxTimestamp()).thenReturn(now - defaultTtl - 1); in testMergeExpiredStripes()
369 when(notExpiredFile.getReader().getMaxTimestamp()).thenReturn(now - defaultTtl + 1); in testMergeExpiredStripes()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.hpp257 int getMaxTimestamp();
H A DRepo.cpp1576 int Repo::getMaxTimestamp() in getMaxTimestamp() function in libdnf::Repo
/dports/sysutils/dnf/dnf-4.9.0/dnf/cli/commands/
H A Drepolist.py193 dnf.util.normalize_time(repo._repo.getMaxTimestamp())),
/dports/sysutils/dnf/dnf-4.9.0/dnf/
H A Dbase.py406 r._repo.getMaxTimestamp()))
473 repo._repo.getMaxTimestamp()))