B C D E G H I M O P R S T 

B

BlockingTreeCommand - Class in com.github.olivergondza.dumpling.query
 
BlockingTreeCommand() - Constructor for class com.github.olivergondza.dumpling.query.BlockingTreeCommand
 

C

CliCommand - Interface in com.github.olivergondza.dumpling.cli
CLI handler, usually a query invoker.
CliCommandOptionHandler - Class in com.github.olivergondza.dumpling.cli
 
CliCommandOptionHandler(CmdLineParser, OptionDef, Setter<? super CliCommand>) - Constructor for class com.github.olivergondza.dumpling.cli.CliCommandOptionHandler
 
CliRuntimeFactory<RuntimeType extends ProcessRuntime<?,?,?>> - Interface in com.github.olivergondza.dumpling.cli
Runtime factory available from command line.
com.github.olivergondza.dumpling.cli - package com.github.olivergondza.dumpling.cli
 
com.github.olivergondza.dumpling.groovy - package com.github.olivergondza.dumpling.groovy
 
com.github.olivergondza.dumpling.query - package com.github.olivergondza.dumpling.query
 
CommandFailedException - Exception in com.github.olivergondza.dumpling.cli
Command invocation failed in a way it is pointless to show usage.
CommandFailedException(String) - Constructor for exception com.github.olivergondza.dumpling.cli.CommandFailedException
 
CommandFailedException(Throwable) - Constructor for exception com.github.olivergondza.dumpling.cli.CommandFailedException
 
CommandFailedException(String, Throwable) - Constructor for exception com.github.olivergondza.dumpling.cli.CommandFailedException
 
createRuntime(String, ProcessStream) - Method in interface com.github.olivergondza.dumpling.cli.CliRuntimeFactory
Create Runtime from String locator.

D

DeadlocksCommand - Class in com.github.olivergondza.dumpling.query
 
DeadlocksCommand() - Constructor for class com.github.olivergondza.dumpling.query.DeadlocksCommand
 

E

err() - Method in class com.github.olivergondza.dumpling.cli.ProcessStream
 

G

getDefaultBinding(ProcessStream, List<String>, ProcessRuntime<?, ?, ?>) - Method in class com.github.olivergondza.dumpling.groovy.InterpretterConfig
Default binding to be used in groovy interpreters.
getDefaultMetaVariable() - Method in class com.github.olivergondza.dumpling.cli.CliCommandOptionHandler
 
getDefaultMetaVariable() - Method in class com.github.olivergondza.dumpling.cli.Main.ProcessRuntimeOptionHandler
 
getDescription() - Method in interface com.github.olivergondza.dumpling.cli.CliCommand
Get one-line description of command.
getDescription() - Method in interface com.github.olivergondza.dumpling.cli.CliRuntimeFactory
String description for CLI usage.
getDescription() - Method in class com.github.olivergondza.dumpling.cli.GrepCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.cli.GroovyCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.cli.GroovyshCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.cli.HelpCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.cli.ThreaddumpCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.query.BlockingTreeCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.query.DeadlocksCommand
 
getDescription() - Method in class com.github.olivergondza.dumpling.query.TopContendersCommand
 
getFactory(String) - Static method in class com.github.olivergondza.dumpling.cli.Main.ProcessRuntimeOptionHandler
 
getHandler(String) - Static method in class com.github.olivergondza.dumpling.cli.CliCommandOptionHandler
 
getKind() - Method in interface com.github.olivergondza.dumpling.cli.CliRuntimeFactory
String identifier used to identify factory from command line.
getName() - Method in interface com.github.olivergondza.dumpling.cli.CliCommand
Name of the command.
getName() - Method in class com.github.olivergondza.dumpling.cli.GrepCommand
 
getName() - Method in class com.github.olivergondza.dumpling.cli.GroovyCommand
 
getName() - Method in class com.github.olivergondza.dumpling.cli.GroovyshCommand
 
getName() - Method in class com.github.olivergondza.dumpling.cli.HelpCommand
 
getName() - Method in class com.github.olivergondza.dumpling.cli.ThreaddumpCommand
 
getName() - Method in class com.github.olivergondza.dumpling.query.BlockingTreeCommand
 
getName() - Method in class com.github.olivergondza.dumpling.query.DeadlocksCommand
 
getName() - Method in class com.github.olivergondza.dumpling.query.TopContendersCommand
 
GrepCommand - Class in com.github.olivergondza.dumpling.cli
 
GrepCommand() - Constructor for class com.github.olivergondza.dumpling.cli.GrepCommand
 
GroovyCommand - Class in com.github.olivergondza.dumpling.cli
Execute arbitrary groovy expression on runtime.
GroovyCommand() - Constructor for class com.github.olivergondza.dumpling.cli.GroovyCommand
 
GroovyshCommand - Class in com.github.olivergondza.dumpling.cli
Run groovysh with imported Dumpling to investigate threaddump interactively.
GroovyshCommand() - Constructor for class com.github.olivergondza.dumpling.cli.GroovyshCommand
 

H

HelpCommand - Class in com.github.olivergondza.dumpling.cli
 
HelpCommand() - Constructor for class com.github.olivergondza.dumpling.cli.HelpCommand
 

I

in() - Method in class com.github.olivergondza.dumpling.cli.ProcessStream
 
InterpretterConfig - Class in com.github.olivergondza.dumpling.groovy
Specific config for CLI clients.
InterpretterConfig() - Constructor for class com.github.olivergondza.dumpling.groovy.InterpretterConfig
 

M

Main - Class in com.github.olivergondza.dumpling.cli
Cli entry point.
Main() - Constructor for class com.github.olivergondza.dumpling.cli.Main
 
main(String[]) - Static method in class com.github.olivergondza.dumpling.cli.Main
 
Main.ProcessRuntimeOptionHandler - Class in com.github.olivergondza.dumpling.cli
 
Main.ProcessRuntimeOptionHandler(CmdLineParser, OptionDef, Setter<? super ProcessRuntime<?, ?, ?>>, ProcessStream) - Constructor for class com.github.olivergondza.dumpling.cli.Main.ProcessRuntimeOptionHandler
 

O

out() - Method in class com.github.olivergondza.dumpling.cli.ProcessStream
 

P

parseArguments(Parameters) - Method in class com.github.olivergondza.dumpling.cli.CliCommandOptionHandler
 
parseArguments(Parameters) - Method in class com.github.olivergondza.dumpling.cli.Main.ProcessRuntimeOptionHandler
 
ProcessStream - Class in com.github.olivergondza.dumpling.cli
Input/output stream aggregator.
ProcessStream(InputStream, PrintStream, PrintStream) - Constructor for class com.github.olivergondza.dumpling.cli.ProcessStream
 

R

run(ProcessStream) - Method in interface com.github.olivergondza.dumpling.cli.CliCommand
Invoke the command.
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.cli.GrepCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.cli.GroovyCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.cli.GroovyshCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.cli.HelpCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.cli.ThreaddumpCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.query.BlockingTreeCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.query.DeadlocksCommand
 
run(ProcessStream) - Method in class com.github.olivergondza.dumpling.query.TopContendersCommand
 

S

system() - Static method in class com.github.olivergondza.dumpling.cli.ProcessStream
 

T

ThreaddumpCommand - Class in com.github.olivergondza.dumpling.cli
Print threaddump as string.
ThreaddumpCommand() - Constructor for class com.github.olivergondza.dumpling.cli.ThreaddumpCommand
 
TopContendersCommand - Class in com.github.olivergondza.dumpling.query
 
TopContendersCommand() - Constructor for class com.github.olivergondza.dumpling.query.TopContendersCommand
 
B C D E G H I M O P R S T 

Copyright © 2016. All rights reserved.