Class DebugStore.Builder

  • Enclosing class:
    DebugStore

    public static class DebugStore.Builder
    extends java.lang.Object
    Collect options for the DebugStore command.
    • Method Detail

      • withPath

        public DebugStore.Builder withPath​(java.io.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.