Class RootBlockFields.RootBlockEncoderBlocksPerFile
java.lang.Object
io.datarouter.filesystem.snapshot.encode.RootBlockFields.RootBlockEncoderBlocksPerFile
- Enclosing class:
- RootBlockFields
public static class RootBlockFields.RootBlockEncoderBlocksPerFile
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intbranchBlocksPerFileintleafBlocksPerFileintvalueBlocksPerFile -
Constructor Summary
Constructors Constructor Description RootBlockEncoderBlocksPerFile(int branchBlocksPerFile, int leafBlocksPerFile, int valueBlocksPerFile) -
Method Summary
-
Field Details
-
branchBlocksPerFile
public final int branchBlocksPerFile -
leafBlocksPerFile
public final int leafBlocksPerFile -
valueBlocksPerFile
public final int valueBlocksPerFile
-
-
Constructor Details
-
RootBlockEncoderBlocksPerFile
public RootBlockEncoderBlocksPerFile(int branchBlocksPerFile, int leafBlocksPerFile, int valueBlocksPerFile)
-