Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maybeMerge (0.32 sec)

  1. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/btree/BTreePersistentIndexedCache.java

                    highestEntry.childIndexBlock = entry.childIndexBlock;
                    entries.add(index, highestEntry);
                    store.write(leafBlock);
                    leafBlock.maybeMerge();
                }
            }
    
            private void maybeMerge() throws Exception {
                if (parent == null) {
                    // This is the root block. Can have any number of children <= maxChildIndexEntries
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 26.5K bytes
    - Viewed (0)
Back to top