Home
last modified time | relevance | path

Searched refs:rootFragments (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbQueryOperation.cpp3074 Uint32 rootFragments; in prepareSend() local
3087 rootFragments = MIN(rootFragments, getQueryOperation(0U).m_parallelism); in prepareSend()
3104 rootFragments = 1; in prepareSend()
3123 for (Uint32 i = 0; i<rootFragments; i++) in prepareSend()
3136 assert((rootFragments % cnt) == 0); in prepareSend()
3137 m_fragsPerWorker = rootFragments / cnt; in prepareSend()
3157 rootFragments = 1; in prepareSend()
4889 const Uint32 rootFragments in calculateBatchedRows() local
5890 const Uint32 rootFragments in getMaxBatchBytes() local
5896 const Uint32 parallelism = rootFragments; in getMaxBatchBytes()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaProject.java1941 IJavaElement[] rootFragments = root.getChildren();
1942 for (int j = 0; j < rootFragments.length; j++) {
1943 frags.add(rootFragments[j]);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaProject.java2362 IJavaElement[] rootFragments = root.getChildren(); in getPackageFragmentsInRoots() local
2363 Collections.addAll(frags, rootFragments); in getPackageFragmentsInRoots()