public class DbFilterStats extends Object
Constructor and Description |
---|
DbFilterStats() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String[] argv)
Performs the processing of the DbFilterStats command.
|
static void |
main(String[] argv)
The main used by the DbFilterStats utility.
|
public static void main(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(String[] argv)
argv
- DbFilterStats command argumentsCopyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.