Searched defs:SIZE_OF_RECORD_SIZE (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReader.java68 static final int SIZE_OF_RECORD_SIZE = 4; field in class:BlockLogReader
364 final ByteStringBuilder lengthBytes = new ByteStringBuilder(SIZE_OF_RECORD_SIZE);
365 if (distanceToBlockStart > 0 && distanceToBlockStart < SIZE_OF_RECORD_SIZE)
370 lengthBytes.append(reader, SIZE_OF_RECORD_SIZE - distanceToBlockStart);
380 lengthBytes.append(reader, SIZE_OF_RECORD_SIZE);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReader.java68 static final int SIZE_OF_RECORD_SIZE = 4; field in class:BlockLogReader
364 final ByteStringBuilder lengthBytes = new ByteStringBuilder(SIZE_OF_RECORD_SIZE);
365 if (distanceToBlockStart > 0 && distanceToBlockStart < SIZE_OF_RECORD_SIZE)
370 lengthBytes.append(reader, SIZE_OF_RECORD_SIZE - distanceToBlockStart);
380 lengthBytes.append(reader, SIZE_OF_RECORD_SIZE);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DBlockLogReader.java66 static final int SIZE_OF_RECORD_SIZE = 4; field in class:BlockLogReader
366 final ByteStringBuilder lengthBytes = new ByteStringBuilder(SIZE_OF_RECORD_SIZE);
367 if (distanceToBlockStart > 0 && distanceToBlockStart < SIZE_OF_RECORD_SIZE)
372 lengthBytes.appendBytes(reader, SIZE_OF_RECORD_SIZE - distanceToBlockStart);
381 lengthBytes.appendBytes(reader, SIZE_OF_RECORD_SIZE);

Completed in 31 milliseconds