Constant Field Values

Contents

io.datarouter.*

  • io.datarouter.filesystem.client.FilesystemClientType 
    Modifier and Type Constant Field Value
    protected static final java.lang.String NAME "filesystem"
  • io.datarouter.filesystem.client.FilesystemOptions 
    Modifier and Type Constant Field Value
    protected static final java.lang.String PROP_root "root"
  • io.datarouter.filesystem.snapshot.block.branch.BranchBlock 
    Modifier and Type Constant Field Value
    public static final boolean LOG_COMPARISONS false
  • io.datarouter.filesystem.snapshot.block.branch.BranchBlockV1 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORMAT "branchV1"
  • io.datarouter.filesystem.snapshot.block.leaf.LeafBlockV1 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORMAT "keyV1"
  • io.datarouter.filesystem.snapshot.block.root.RootBlockV1 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORMAT "rootV1"
  • io.datarouter.filesystem.snapshot.block.value.ValueBlockV1 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORMAT "valueV1"
  • io.datarouter.filesystem.snapshot.compress.ChecksumBlockCompressor 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "checksum"
  • io.datarouter.filesystem.snapshot.compress.GzipBlockCompressor 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "gzip"
  • io.datarouter.filesystem.snapshot.compress.PassthroughBlockCompressor 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "passthrough"
  • io.datarouter.filesystem.snapshot.path.SnapshotPathsV1 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORMAT "pathsV1"