Home | History | Annotate | Download | only in util

Lines Matching defs:CLEAN

106     private static final String CLEAN = "CLEAN";
122 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
124 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
127 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
142 * o CLEAN lines track a cache entry that has been successfully published
386 if (parts[0].equals(CLEAN) && parts.length == 2 + valueCount) {
446 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n');
585 File clean = entry.getCleanFile(i);
586 dirty.renameTo(clean);
588 long newLength = clean.length();
601 journalWriter.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n');