Skip to content

Commit

Permalink
Javadooc
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Sep 25, 2023
1 parent fef0f3e commit 7c3335b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ public final class Page implements Writeable {

private final int positionCount;

/**
* True if we've called {@link #releaseBlocks()} which causes us to remove the
* circuit breaker for the {@link Block}s. The {@link Page} reference should be
* removed shortly after this and reading {@linkplain Block}s after release
* will fail.
*/
private boolean blocksReleased = false;

/**
Expand Down

0 comments on commit 7c3335b

Please sign in to comment.