DbHandler.java, ReplicationDB.java:
Fixed checkstyle issues.
| | |
| | | private int queueLowmarkBytes = 100 * queueLowmark; |
| | | private int queueHimarkBytes = 100 * queueHimark; |
| | | |
| | | /** The number of bytes currently in the queue */ |
| | | /** The number of bytes currently in the queue. */ |
| | | private int queueByteSize = 0; |
| | | |
| | | private ReplicationDB db; |
| | |
| | | public class ReplServerDBCursor implements Closeable |
| | | { |
| | | /** |
| | | * The transaction that will protect the actions done with the cursor |
| | | * The transaction that will protect the actions done with the cursor. |
| | | * <p> |
| | | * Will be let null for a read cursor |
| | | * <p> |