Lines Matching refs:READ
87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
109 private static final String READ = "READ";
128 * READ 335c4c6028171cfddfbaae1a9c313c52
129 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
143 * and may be read. A publish line is followed by the lengths of each of
145 * o READ lines track accesses for LRU.
199 while ((count = reader.read(buffer)) != -1) {
220 int c = in.read();
392 } else if (parts[0].equals(READ) && parts.length == 2) {
501 journalWriter.append(READ + ' ' + key + '\n');
783 * Returns an unbuffered input stream to read the last committed value,