Home
last modified time | relevance | path

Searched refs:isNewKey (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-pipes/src/main/native/pipes/impl/
H A DHadoopPipes.cc728 bool isNewKey; member in HadoopPipes::TaskContextImpl
766 isNewKey = false; in TaskContextImpl()
831 isNewKey = true; in mapItem()
844 isNewKey = true; in reduceKey()
878 while (!isNewKey) { in nextKey()
894 isNewKey = false; in nextKey()
907 if (isNewKey || done) { in nextValue()
/dports/devel/hadoop/hadoop-1.2.1/src/c++/pipes/impl/
H A DHadoopPipes.cc728 bool isNewKey; member in HadoopPipes::TaskContextImpl
766 isNewKey = false; in TaskContextImpl()
831 isNewKey = true; in mapItem()
844 isNewKey = true; in reduceKey()
878 while (!isNewKey) { in nextKey()
894 isNewKey = false; in nextKey()
907 if (isNewKey || done) { in nextValue()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/maildir/libmaildir/
H A Dkeycache.h46 bool isNewKey(const QString &dir, const QString &key) const;
H A Dkeycache.cpp56 bool KeyCache::isNewKey(const QString &dir, const QString &key) const in isNewKey() function in KeyCache
H A Dmaildir.cpp89 if (keyCache->isNewKey(path, key)) { in findRealKey()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Djwks_resolver.go413 isNewKey, err := compareJWKSResponse(oldPubKey, newPubKey)
418 if isNewKey {
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/
H A DHDFSBackedStateStoreProvider.scala105 val isNewKey = !mapToUpdate.containsKey(key) constant
118 val update = if (isNewKey) ValueAdded(key, value) else ValueUpdated(key, value)