public class DbFilterStats
extends java.lang.Object
| Constructor | Description |
|---|---|
DbFilterStats() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
execute(java.lang.String[] argv) |
Performs the processing of the DbFilterStats command.
|
static void |
main(java.lang.String[] argv) |
The main used by the DbFilterStats utility.
|
public static void main(java.lang.String[] argv)
argv - An array of command line arguments to the DbFilterStats
utility.
usage: java { com.sleepycat.je.util.DbFilterStats | -jar
je.jar DbFilterStats }
-f <projection file>
-p <column projection list> A comma separated list of column
names to project.
<stat file> [<stat file>]
At least one argument must be specified.
public boolean execute(java.lang.String[] argv)
argv - DbFilterStats command argumentsCopyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.