Class RootBlockFields.RootBlockEncoderFormats

java.lang.Object
io.datarouter.filesystem.snapshot.encode.RootBlockFields.RootBlockEncoderFormats
Enclosing class:
RootBlockFields

public static class RootBlockFields.RootBlockEncoderFormats
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String branchBlockFormat  
    java.lang.String leafBlockFormat  
    java.lang.String valueBlockFormat  
  • Constructor Summary

    Constructors 
    Constructor Description
    RootBlockEncoderFormats​(java.lang.String branchBlockFormat, java.lang.String leafBlockFormat, java.lang.String valueBlockFormat)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • RootBlockEncoderFormats

      public RootBlockEncoderFormats​(java.lang.String branchBlockFormat, java.lang.String leafBlockFormat, java.lang.String valueBlockFormat)