tephra-hbase-compat-1.4-base/src/main/java/org/apache/tephra/hbase/txprune/InvalidListPruningDebugTool.java [269:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private void printUsage(PrintWriter pw) {
    pw.println();
    pw.println("Usage : org.apache.tephra.hbase.txprune.InvalidListPruning <command> <parameters>");
    pw.println();
    pw.println("Available commands");
    pw.println("------------------");
    pw.println("to-compact-regions limit [time]");
    pw.println("Desc: Prints out the regions that are active, but not empty, " +
                 "and have not registered a prune upper bound.");
    pw.println();
    pw.println("idle-regions limit [time]");
    pw.println("Desc: Prints out the regions that have the lowest prune upper bounds.");
    pw.println();
    pw.println("prune-info region-name-as-string");
    pw.println("Desc: Prints the prune upper bound and the time it was recorded for the given region.");
    pw.println();
    pw.println("time-region [time]");
    pw.println("Desc: Prints out the transactional regions present in HBase recorded at or before the given time.");
    pw.println();
    pw.println("Parameters");
    pw.println("----------");
    pw.println(" * limit - used to limit the number of regions returned, -1 to apply no limit");
    pw.println(" * time  - if time is not provided, the current time is used. ");
    pw.println("             When provided, the data recorded on or before the given time is returned.");
    pw.println("             Time can be provided in milliseconds, or can be provided as a relative time.");
    pw.println("             Examples for relative time -");
    pw.println("             now = current time,");
    pw.println("             now-1d = current time - 1 day,");
    pw.println("             now-1d+4h = 20 hours before now,");
    pw.println("             now+5s = current time + 5 seconds");
    pw.println();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tephra-hbase-compat-2.0-base/src/main/java/org/apache/tephra/hbase/txprune/InvalidListPruningDebugTool.java [269:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private void printUsage(PrintWriter pw) {
    pw.println();
    pw.println("Usage : org.apache.tephra.hbase.txprune.InvalidListPruning <command> <parameters>");
    pw.println();
    pw.println("Available commands");
    pw.println("------------------");
    pw.println("to-compact-regions limit [time]");
    pw.println("Desc: Prints out the regions that are active, but not empty, " +
                 "and have not registered a prune upper bound.");
    pw.println();
    pw.println("idle-regions limit [time]");
    pw.println("Desc: Prints out the regions that have the lowest prune upper bounds.");
    pw.println();
    pw.println("prune-info region-name-as-string");
    pw.println("Desc: Prints the prune upper bound and the time it was recorded for the given region.");
    pw.println();
    pw.println("time-region [time]");
    pw.println("Desc: Prints out the transactional regions present in HBase recorded at or before the given time.");
    pw.println();
    pw.println("Parameters");
    pw.println("----------");
    pw.println(" * limit - used to limit the number of regions returned, -1 to apply no limit");
    pw.println(" * time  - if time is not provided, the current time is used. ");
    pw.println("             When provided, the data recorded on or before the given time is returned.");
    pw.println("             Time can be provided in milliseconds, or can be provided as a relative time.");
    pw.println("             Examples for relative time -");
    pw.println("             now = current time,");
    pw.println("             now-1d = current time - 1 day,");
    pw.println("             now-1d+4h = 20 hours before now,");
    pw.println("             now+5s = current time + 5 seconds");
    pw.println();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tephra-hbase-compat-2.3/src/main/java/org/apache/tephra/hbase/txprune/InvalidListPruningDebugTool.java [269:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private void printUsage(PrintWriter pw) {
    pw.println();
    pw.println("Usage : org.apache.tephra.hbase.txprune.InvalidListPruning <command> <parameters>");
    pw.println();
    pw.println("Available commands");
    pw.println("------------------");
    pw.println("to-compact-regions limit [time]");
    pw.println("Desc: Prints out the regions that are active, but not empty, " +
                 "and have not registered a prune upper bound.");
    pw.println();
    pw.println("idle-regions limit [time]");
    pw.println("Desc: Prints out the regions that have the lowest prune upper bounds.");
    pw.println();
    pw.println("prune-info region-name-as-string");
    pw.println("Desc: Prints the prune upper bound and the time it was recorded for the given region.");
    pw.println();
    pw.println("time-region [time]");
    pw.println("Desc: Prints out the transactional regions present in HBase recorded at or before the given time.");
    pw.println();
    pw.println("Parameters");
    pw.println("----------");
    pw.println(" * limit - used to limit the number of regions returned, -1 to apply no limit");
    pw.println(" * time  - if time is not provided, the current time is used. ");
    pw.println("             When provided, the data recorded on or before the given time is returned.");
    pw.println("             Time can be provided in milliseconds, or can be provided as a relative time.");
    pw.println("             Examples for relative time -");
    pw.println("             now = current time,");
    pw.println("             now-1d = current time - 1 day,");
    pw.println("             now-1d+4h = 20 hours before now,");
    pw.println("             now+5s = current time + 5 seconds");
    pw.println();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tephra-hbase-compat-2.4/src/main/java/org/apache/tephra/hbase/txprune/InvalidListPruningDebugTool.java [269:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private void printUsage(PrintWriter pw) {
    pw.println();
    pw.println("Usage : org.apache.tephra.hbase.txprune.InvalidListPruning <command> <parameters>");
    pw.println();
    pw.println("Available commands");
    pw.println("------------------");
    pw.println("to-compact-regions limit [time]");
    pw.println("Desc: Prints out the regions that are active, but not empty, " +
                 "and have not registered a prune upper bound.");
    pw.println();
    pw.println("idle-regions limit [time]");
    pw.println("Desc: Prints out the regions that have the lowest prune upper bounds.");
    pw.println();
    pw.println("prune-info region-name-as-string");
    pw.println("Desc: Prints the prune upper bound and the time it was recorded for the given region.");
    pw.println();
    pw.println("time-region [time]");
    pw.println("Desc: Prints out the transactional regions present in HBase recorded at or before the given time.");
    pw.println();
    pw.println("Parameters");
    pw.println("----------");
    pw.println(" * limit - used to limit the number of regions returned, -1 to apply no limit");
    pw.println(" * time  - if time is not provided, the current time is used. ");
    pw.println("             When provided, the data recorded on or before the given time is returned.");
    pw.println("             Time can be provided in milliseconds, or can be provided as a relative time.");
    pw.println("             Examples for relative time -");
    pw.println("             now = current time,");
    pw.println("             now-1d = current time - 1 day,");
    pw.println("             now-1d+4h = 20 hours before now,");
    pw.println("             now+5s = current time + 5 seconds");
    pw.println();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tephra-hbase-compat-1.1-base/sources/main/java/org/apache/tephra/hbase/txprune/InvalidListPruningDebugTool.java [269:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private void printUsage(PrintWriter pw) {
    pw.println();
    pw.println("Usage : org.apache.tephra.hbase.txprune.InvalidListPruning <command> <parameters>");
    pw.println();
    pw.println("Available commands");
    pw.println("------------------");
    pw.println("to-compact-regions limit [time]");
    pw.println("Desc: Prints out the regions that are active, but not empty, " +
                 "and have not registered a prune upper bound.");
    pw.println();
    pw.println("idle-regions limit [time]");
    pw.println("Desc: Prints out the regions that have the lowest prune upper bounds.");
    pw.println();
    pw.println("prune-info region-name-as-string");
    pw.println("Desc: Prints the prune upper bound and the time it was recorded for the given region.");
    pw.println();
    pw.println("time-region [time]");
    pw.println("Desc: Prints out the transactional regions present in HBase recorded at or before the given time.");
    pw.println();
    pw.println("Parameters");
    pw.println("----------");
    pw.println(" * limit - used to limit the number of regions returned, -1 to apply no limit");
    pw.println(" * time  - if time is not provided, the current time is used. ");
    pw.println("             When provided, the data recorded on or before the given time is returned.");
    pw.println("             Time can be provided in milliseconds, or can be provided as a relative time.");
    pw.println("             Examples for relative time -");
    pw.println("             now = current time,");
    pw.println("             now-1d = current time - 1 day,");
    pw.println("             now-1d+4h = 20 hours before now,");
    pw.println("             now+5s = current time + 5 seconds");
    pw.println();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tephra-hbase-compat-1.3/src/main/java/org/apache/tephra/hbase/txprune/InvalidListPruningDebugTool.java [269:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private void printUsage(PrintWriter pw) {
    pw.println();
    pw.println("Usage : org.apache.tephra.hbase.txprune.InvalidListPruning <command> <parameters>");
    pw.println();
    pw.println("Available commands");
    pw.println("------------------");
    pw.println("to-compact-regions limit [time]");
    pw.println("Desc: Prints out the regions that are active, but not empty, " +
                 "and have not registered a prune upper bound.");
    pw.println();
    pw.println("idle-regions limit [time]");
    pw.println("Desc: Prints out the regions that have the lowest prune upper bounds.");
    pw.println();
    pw.println("prune-info region-name-as-string");
    pw.println("Desc: Prints the prune upper bound and the time it was recorded for the given region.");
    pw.println();
    pw.println("time-region [time]");
    pw.println("Desc: Prints out the transactional regions present in HBase recorded at or before the given time.");
    pw.println();
    pw.println("Parameters");
    pw.println("----------");
    pw.println(" * limit - used to limit the number of regions returned, -1 to apply no limit");
    pw.println(" * time  - if time is not provided, the current time is used. ");
    pw.println("             When provided, the data recorded on or before the given time is returned.");
    pw.println("             Time can be provided in milliseconds, or can be provided as a relative time.");
    pw.println("             Examples for relative time -");
    pw.println("             now = current time,");
    pw.println("             now-1d = current time - 1 day,");
    pw.println("             now-1d+4h = 20 hours before now,");
    pw.println("             now+5s = current time + 5 seconds");
    pw.println();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



