Class DebugStore.Builder

java.lang.Object
org.apache.jackrabbit.oak.segment.tool.DebugStore.Builder
Enclosing class:
DebugStore

public static class DebugStore.Builder extends Object
Collect options for the DebugStore command.
  • Method Details

    • withPath

      public DebugStore.Builder withPath(File path)
      The path to an existing segment store. This parameter is required.
      Parameters:
      path - the path to an existing segment store.
      Returns:
      this builder.
    • build

      public DebugStore build()
      Create an executable version of the DebugStore command.
      Returns:
      an instance of Runnable.