|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DumpProvider | |
---|---|
org.apache.karaf.diagnostic.command | |
org.apache.karaf.diagnostic.common | |
org.apache.karaf.diagnostic.core.common | |
org.apache.karaf.diagnostic.management.internal |
Uses of DumpProvider in org.apache.karaf.diagnostic.command |
---|
Method parameters in org.apache.karaf.diagnostic.command with type arguments of type DumpProvider | |
---|---|
void |
DumpCommand.setProviders(java.util.List<DumpProvider> providers)
Sets dump providers to use. |
Uses of DumpProvider in org.apache.karaf.diagnostic.common |
---|
Classes in org.apache.karaf.diagnostic.common that implement DumpProvider | |
---|---|
class |
BundleDumpProvider
Dump provider which produces file named bundles.txt with list of installed bundles and it's state. |
class |
FeaturesDumpProvider
Dump provider which add file named features.txt with informations about installed features and repositories. |
class |
LogDumpProvider
Dump provider which copies log files from data/log directory to destination. |
class |
ThreadDumpProvider
Provider which dumps thread info to file named threads.txt. |
Uses of DumpProvider in org.apache.karaf.diagnostic.core.common |
---|
Classes in org.apache.karaf.diagnostic.core.common that implement DumpProvider | |
---|---|
class |
TextDumpProvider
Base class for dump providers which writes text to destination. |
Uses of DumpProvider in org.apache.karaf.diagnostic.management.internal |
---|
Method parameters in org.apache.karaf.diagnostic.management.internal with type arguments of type DumpProvider | |
---|---|
void |
DiagnosticDumpMBeanImpl.setProviders(java.util.List<DumpProvider> providers)
Sets dump providers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |