Uses of Interface
org.apache.karaf.diagnostic.core.DumpProvider
-
Packages that use DumpProvider Package Description org.apache.karaf.diagnostic.core.common org.apache.karaf.diagnostic.core.providers -
-
Uses of DumpProvider in org.apache.karaf.diagnostic.core.common
Classes in org.apache.karaf.diagnostic.core.common that implement DumpProvider Modifier and Type Class Description classTextDumpProviderBase class for dump providers which writes text to destination. -
Uses of DumpProvider in org.apache.karaf.diagnostic.core.providers
Classes in org.apache.karaf.diagnostic.core.providers that implement DumpProvider Modifier and Type Class Description classBundleDumpProviderDump provider which produces file named bundles.txt with list of installed bundles and it's state.classEnvironmentDumpProviderProvider which dumps runtime environment information to file named environment.txt.classHeapDumpProviderCreate a heap dump.classMemoryDumpProviderProvider which dump the memory information in the memory.txt file.classThreadDumpProviderProvider which dumps thread info to file named threads.txt.
-