Skip to content

Commit

Permalink
Add more detail on the sizes of each segment #314
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Aug 9, 2021
1 parent 9d2346a commit 85b45ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/openhft/chronicle/map/ChronicleMap.java
Expand Up @@ -263,7 +263,7 @@ default SegmentStats[] segmentStats() {
throw new UnsupportedOperationException("todo");
}

public class SegmentStats extends SelfDescribingMarshallable {
class SegmentStats extends SelfDescribingMarshallable {
long usedBytes;
long sizeInBytes;
int tiers;
Expand Down

0 comments on commit 85b45ea

Please sign in to comment.