Class RootBlockFields.RootBlockEncoderBytesPerFile
java.lang.Object
io.datarouter.filesystem.snapshot.encode.RootBlockFields.RootBlockEncoderBytesPerFile
- Enclosing class:
- RootBlockFields
public static class RootBlockFields.RootBlockEncoderBytesPerFile
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intbranchBytesPerFileintleafBytesPerFileintvalueBytesPerFile -
Constructor Summary
Constructors Constructor Description RootBlockEncoderBytesPerFile(int branchBytesPerFile, int leafBytesPerFile, int valueBytesPerFile) -
Method Summary
-
Field Details
-
branchBytesPerFile
public final int branchBytesPerFile -
leafBytesPerFile
public final int leafBytesPerFile -
valueBytesPerFile
public final int valueBytesPerFile
-
-
Constructor Details
-
RootBlockEncoderBytesPerFile
public RootBlockEncoderBytesPerFile(int branchBytesPerFile, int leafBytesPerFile, int valueBytesPerFile)
-