refactor!: "block" → "chunk" and "shard" → "block" - #216
Closed
bogovicj wants to merge 7 commits into
Closed
Conversation
Contributor
Author
|
Summary of public method name changes:
A non-public method name change:
New methods:
Changes: Any calls to (read/write)Chunk now need to call |
Contributor
Author
|
Re
I considered having the methods use read/writeChunk instead. Going forward with that, I'd want also to rename the test methods to use "chunk" instead of "block". Instead, I'm happy to use the generic term "block = chunk or shard" in these tests. |
* getBlockSize should correspond to readBlock / writeBlock * useful to have an analogue for readChunk / writeChunk
* that deletes blocks or chunks
* add clarifying javadoc * test blockSize == chunkSize when not sharded * fix block / chunk equivalence test and comments
* improve testReadChunkVsBlock
cmhulbert
force-pushed
the
refactor/shard-block-chunk
branch
from
March 30, 2026 20:00
166690e to
2842b63
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So far affecting API methods but not classes