public class GfxdUtilLauncher
extends com.gemstone.gemfire.internal.GemFireUtilLauncher
gfxd or gfxd.bat from the GemFireXD product tree.
Usage: gfxd
GemFireUtilLauncher| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
snappyStore |
| Modifier | Constructor and Description |
|---|---|
protected |
GfxdUtilLauncher() |
| Modifier and Type | Method and Description |
|---|---|
static scala.tools.jline.console.ConsoleReader |
getConsoleReader() |
protected Map<String,com.gemstone.gemfire.internal.GemFireUtilLauncher.CommandEntry> |
getTypes()
Returns a mapping of utility names to the class used to spawn them for
GemFireXD.
|
protected void |
invoke(String[] args)
Calls the
public static void main(String[] args) method of the
class associated with the utility name. |
static boolean |
isSnappyStore() |
protected void |
listCommands() |
static void |
main(String[] args) |
static void |
printUsage(String usageOutput,
int maxLines,
scala.tools.jline.console.ConsoleReader reader) |
protected String |
scriptName()
This method should be overridden if the name of the script is different.
|
static void |
splitLine(CharSequence line,
int width,
int indent,
StringBuilder result) |
protected void |
usage(String context)
Print help information for this utility.
|
public static boolean isSnappyStore()
protected Map<String,com.gemstone.gemfire.internal.GemFireUtilLauncher.CommandEntry> getTypes()
getTypes in class com.gemstone.gemfire.internal.GemFireUtilLauncherprotected String scriptName()
scriptName in class com.gemstone.gemfire.internal.GemFireUtilLauncherpublic static void main(String[] args)
GemFireUtilLauncher.main(String[])public static scala.tools.jline.console.ConsoleReader getConsoleReader()
public static void printUsage(String usageOutput, int maxLines, scala.tools.jline.console.ConsoleReader reader)
protected void invoke(String[] args)
public static void main(String[] args) method of the
class associated with the utility name. This sets the current command in
case the common GfxdSystemAdmin class gets invoked (for directly
invoking sub-commands of the "gemfire" command) to let
GfxdSystemAdmin launch with appropriate arguments and then invokes
the GemFireUtilLauncher.invoke(java.lang.String[]) method of the super class.invoke in class com.gemstone.gemfire.internal.GemFireUtilLauncherargs - the first argument is the utility name, the remainder comprises
the arguments to be passedGemFireUtilLauncher.invoke(java.lang.String[])protected void usage(String context)
usage in class com.gemstone.gemfire.internal.GemFireUtilLaunchercontext - print this message before displaying the regular help textprotected void listCommands()
listCommands in class com.gemstone.gemfire.internal.GemFireUtilLauncherpublic static void splitLine(CharSequence line, int width, int indent, StringBuilder result)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.