A B C D E G H M O S T W Z
A
- Activator - Class in org.apache.karaf.diagnostic.core.internal
-
- Activator() - Constructor for class org.apache.karaf.diagnostic.core.internal.Activator
-
- add(String) - Method in class org.apache.karaf.diagnostic.core.common.DirectoryDumpDestination
-
- add(String) - Method in class org.apache.karaf.diagnostic.core.common.ZipDumpDestination
-
Create new entry in dump destination.
- add(String) - Method in interface org.apache.karaf.diagnostic.core.DumpDestination
-
Create new entry in dump destination.
B
- BundleDumpProvider - Class in org.apache.karaf.diagnostic.core.providers
-
Dump provider which produces file named bundles.txt with list of
installed bundles and it's state.
- BundleDumpProvider(BundleContext) - Constructor for class org.apache.karaf.diagnostic.core.providers.BundleDumpProvider
-
Creates new bundle information file.
C
- close() - Method in class org.apache.karaf.diagnostic.core.common.ClosingEntryOutputStreamWrapper
- close() - Method in class org.apache.karaf.diagnostic.core.internal.DumpHandler
-
- ClosingEntryOutputStreamWrapper - Class in org.apache.karaf.diagnostic.core.common
-
Output stream which closes entry instead closing whole stream.
- ClosingEntryOutputStreamWrapper(ZipOutputStream) - Constructor for class org.apache.karaf.diagnostic.core.common.ClosingEntryOutputStreamWrapper
-
Creates new OutputStream.
- createDump(DumpDestination) - Method in class org.apache.karaf.diagnostic.core.common.TextDumpProvider
-
Create dump in given entry.
- createDump(DumpDestination) - Method in interface org.apache.karaf.diagnostic.core.DumpProvider
-
Create dump in given entry.
- createDump(DumpDestination) - Method in class org.apache.karaf.diagnostic.core.providers.HeapDumpProvider
-
D
- directory(File) - Static method in class org.apache.karaf.diagnostic.core.Dump
-
- DirectoryDumpDestination - Class in org.apache.karaf.diagnostic.core.common
-
Class which packages dumps to given directory.
- DirectoryDumpDestination(File) - Constructor for class org.apache.karaf.diagnostic.core.common.DirectoryDumpDestination
-
- Dump - Class in org.apache.karaf.diagnostic.core
-
Dump helper
- dump(BundleContext, DumpDestination, boolean, boolean) - Static method in class org.apache.karaf.diagnostic.core.Dump
-
- DumpDestination - Interface in org.apache.karaf.diagnostic.core
-
Destination for created dumps.
- DumpHandler - Class in org.apache.karaf.diagnostic.core.internal
-
- DumpHandler(BundleContext) - Constructor for class org.apache.karaf.diagnostic.core.internal.DumpHandler
-
- DumpProvider - Interface in org.apache.karaf.diagnostic.core
-
Interface which represents instance of tool which can provide dump
information.
E
- EnvironmentDumpProvider - Class in org.apache.karaf.diagnostic.core.providers
-
Provider which dumps runtime environment information to file named environment.txt.
- EnvironmentDumpProvider(BundleContext) - Constructor for class org.apache.karaf.diagnostic.core.providers.EnvironmentDumpProvider
-
Create new dump entry which contains information about the runtime environment.
G
- getDumpThreadString(ThreadInfo) - Method in class org.apache.karaf.diagnostic.core.providers.ThreadDumpProvider
-
H
- handle(Signal) - Method in class org.apache.karaf.diagnostic.core.internal.DumpHandler
-
- HeapDumpProvider - Class in org.apache.karaf.diagnostic.core.providers
-
Create a heap dump.
- HeapDumpProvider() - Constructor for class org.apache.karaf.diagnostic.core.providers.HeapDumpProvider
-
M
- MemoryDumpProvider - Class in org.apache.karaf.diagnostic.core.providers
-
Provider which dump the memory information in the memory.txt file.
- MemoryDumpProvider() - Constructor for class org.apache.karaf.diagnostic.core.providers.MemoryDumpProvider
-
O
- org.apache.karaf.diagnostic.core - package org.apache.karaf.diagnostic.core
-
- org.apache.karaf.diagnostic.core.common - package org.apache.karaf.diagnostic.core.common
-
- org.apache.karaf.diagnostic.core.internal - package org.apache.karaf.diagnostic.core.internal
-
- org.apache.karaf.diagnostic.core.providers - package org.apache.karaf.diagnostic.core.providers
-
S
- save() - Method in class org.apache.karaf.diagnostic.core.common.DirectoryDumpDestination
-
- save() - Method in class org.apache.karaf.diagnostic.core.common.ZipDumpDestination
-
Closes archive handle.
- save() - Method in interface org.apache.karaf.diagnostic.core.DumpDestination
-
Complete creation of the dump.
- start(BundleContext) - Method in class org.apache.karaf.diagnostic.core.internal.Activator
-
- stop(BundleContext) - Method in class org.apache.karaf.diagnostic.core.internal.Activator
-
T
- TextDumpProvider - Class in org.apache.karaf.diagnostic.core.common
-
Base class for dump providers which writes text to destination.
- TextDumpProvider(String) - Constructor for class org.apache.karaf.diagnostic.core.common.TextDumpProvider
-
Creates new dump provider.
- ThreadDumpProvider - Class in org.apache.karaf.diagnostic.core.providers
-
Provider which dumps thread info to file named threads.txt.
- ThreadDumpProvider() - Constructor for class org.apache.karaf.diagnostic.core.providers.ThreadDumpProvider
-
Creates new dump entry which contains information about threads.
- toString() - Method in class org.apache.karaf.diagnostic.core.common.DirectoryDumpDestination
-
- toString() - Method in class org.apache.karaf.diagnostic.core.common.ZipDumpDestination
-
W
- write(int) - Method in class org.apache.karaf.diagnostic.core.common.ClosingEntryOutputStreamWrapper
- write(byte[]) - Method in class org.apache.karaf.diagnostic.core.common.ClosingEntryOutputStreamWrapper
- write(byte[], int, int) - Method in class org.apache.karaf.diagnostic.core.common.ClosingEntryOutputStreamWrapper
- writeDump(OutputStreamWriter) - Method in class org.apache.karaf.diagnostic.core.common.TextDumpProvider
-
This method should create output.
- writeDump(OutputStreamWriter) - Method in class org.apache.karaf.diagnostic.core.providers.BundleDumpProvider
-
This method should create output.
- writeDump(OutputStreamWriter) - Method in class org.apache.karaf.diagnostic.core.providers.EnvironmentDumpProvider
-
- writeDump(OutputStreamWriter) - Method in class org.apache.karaf.diagnostic.core.providers.MemoryDumpProvider
-
- writeDump(OutputStreamWriter) - Method in class org.apache.karaf.diagnostic.core.providers.ThreadDumpProvider
-
Z
- zip(File) - Static method in class org.apache.karaf.diagnostic.core.Dump
-
- ZipDumpDestination - Class in org.apache.karaf.diagnostic.core.common
-
Class which packages dumps to ZIP archive.
- ZipDumpDestination(File, String) - Constructor for class org.apache.karaf.diagnostic.core.common.ZipDumpDestination
-
Creates new dump in given directory.
- ZipDumpDestination(File) - Constructor for class org.apache.karaf.diagnostic.core.common.ZipDumpDestination
-
Creates new dump in given file (zip archive).
A B C D E G H M O S T W Z
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.