- callAndWait(Runnable) - Method in class com.redhat.thermostat.client.swing.EdtHelper
-
Invoke the supplied
Runnable
on the EDT.
- callAndWait(Callable<T>) - Method in class com.redhat.thermostat.client.swing.EdtHelper
-
Invokes the supplied
Callable
on the EDT, waits until it is
finished execution and returns the result of invoking
Callable.call()
.
- canHandleProtocol() - Method in interface com.redhat.thermostat.storage.core.StorageProvider
-
Method which determines if this StorageProvider can handle the given
protocol as set via
StorageProvider#setConfig(StartupConfiguration)
.
- Categories - Class in com.redhat.thermostat.storage.core
-
- Categories() - Constructor for class com.redhat.thermostat.storage.core.Categories
-
- Category<T extends Pojo> - Class in com.redhat.thermostat.storage.core
-
A description for data persisted in storage.
- Category() - Constructor for class com.redhat.thermostat.storage.core.Category
-
- Category(String, Class<T>, Key<?>...) - Constructor for class com.redhat.thermostat.storage.core.Category
-
Creates a new Category instance with the specified name.
- Category(String, Class<T>, List<Key<?>>, List<Key<?>>) - Constructor for class com.redhat.thermostat.storage.core.Category
-
Creates a new Category instance with the specified name.
- CATEGORY - Static variable in interface com.redhat.thermostat.storage.core.SchemaInfo
-
- CATEGORY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
- CATEGORY - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
-
- CategoryAdapter<T extends Pojo,S extends Pojo> - Class in com.redhat.thermostat.storage.core
-
Adapts a given category to an aggregate equivalent.
- CategoryAdapter(Category<T>) - Constructor for class com.redhat.thermostat.storage.core.CategoryAdapter
-
Constructor.
- CategoryRegistration - Interface in com.redhat.thermostat.storage.core.auth
-
- changed(ObservableValue<? extends T>, T, T) - Method in interface com.redhat.thermostat.beans.property.ChangeListener
-
- changed(Connection.ConnectionStatus) - Method in interface com.redhat.thermostat.storage.core.Connection.ConnectionListener
-
Called by the connection reporting a status update.
- ChangeListener<T> - Interface in com.redhat.thermostat.beans.property
-
- ChartColors - Class in com.redhat.thermostat.client.ui
-
Provides access to a preselected set of colors for charts and graphs.
- ChartPanel - Class in com.redhat.thermostat.client.swing.components
-
A swing component that displays charts.
- ChartPanel(JFreeChart) - Constructor for class com.redhat.thermostat.client.swing.components.ChartPanel
-
- ChartPanel(JFreeChart, ChartRenderingInfo) - Constructor for class com.redhat.thermostat.client.swing.components.ChartPanel
-
- classify(Relationship, DFSPayload) - Static method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
-
- CLEAN - Static variable in class com.redhat.thermostat.client.swing.IconResource
-
- clear() - Method in class com.redhat.thermostat.client.core.views.HostInformationView
-
- clear() - Method in class com.redhat.thermostat.client.core.views.VmInformationView
-
- clear() - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- clear() - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- clear() - Method in interface com.redhat.thermostat.collections.graph.Graph
-
Clear the graph by removing all its content.
- clear() - Method in class com.redhat.thermostat.collections.graph.HashGraph
-
- clear() - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator
-
- clear() - Method in class com.redhat.thermostat.ui.swing.model.Model
-
Clears this model underlying representation.
- clearAllAgents() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- clearCharArray(char[]) - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
-
- clearData(String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
-
- clearImpl() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
- clearImpl() - Method in class com.redhat.thermostat.ui.swing.model.Model
-
- clearIp4Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- clearIp6Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- clearIssues() - Method in class com.redhat.thermostat.client.core.views.IssueView
-
- clearPassword(String, String) - Method in interface com.redhat.thermostat.utils.keyring.Keyring
-
Clear the password associated with the given url and username, if any.
- clearSelection() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- CliCommandOption - Class in com.redhat.thermostat.common.cli
-
Used for describing command line flags or options.
- CliCommandOption(String, String, boolean, String, boolean) - Constructor for class com.redhat.thermostat.common.cli.CliCommandOption
-
- CLIENT_TOKEN - Static variable in class com.redhat.thermostat.common.command.Request
-
- ClientConfigReconnector - Interface in com.redhat.thermostat.client.ui
-
- ClientConfigurationController - Class in com.redhat.thermostat.client.ui
-
- ClientConfigurationController(ClientPreferencesModel, ClientConfigurationView) - Constructor for class com.redhat.thermostat.client.ui.ClientConfigurationController
-
- ClientConfigurationController(ClientPreferencesModel, ClientConfigurationView, ClientConfigReconnector) - Constructor for class com.redhat.thermostat.client.ui.ClientConfigurationController
-
- ClientConfigurationView - Interface in com.redhat.thermostat.client.core.views
-
A
View
for displaying and modifying client configuration.
- ClientConfigurationView.Action - Enum in com.redhat.thermostat.client.core.views
-
- ClientConfigViewProvider - Interface in com.redhat.thermostat.client.core.views
-
- ClientIPCService - Interface in com.redhat.thermostat.agent.ipc.client
-
This interface provides methods relevant to IPC clients, such as
the ability to connect to IPC servers.
- ClientIPCServiceFactory - Class in com.redhat.thermostat.agent.ipc.client
-
- ClientIPCServiceFactory() - Constructor for class com.redhat.thermostat.agent.ipc.client.ClientIPCServiceFactory
-
- ClientPreferences - Class in com.redhat.thermostat.common.config
-
- ClientPreferences(CommonPaths) - Constructor for class com.redhat.thermostat.common.config.ClientPreferences
-
- ClientPreferencesModel - Class in com.redhat.thermostat.client.ui
-
- ClientPreferencesModel(Keyring, ClientPreferences) - Constructor for class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- Clip - Interface in com.redhat.thermostat.animation
-
- Clock - Interface in com.redhat.thermostat.common
-
A clock.
- close() - Method in class com.redhat.thermostat.common.MultipleServiceTracker
-
- close() - Method in class org.jboss.byteman.thermostat.helper.Transport
-
Sends the remaining cached records to Thermostat
- close() - Method in interface org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannel
-
- close() - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketChannelImpl
-
- close() - Method in class org.jboss.byteman.thermostat.helper.transport.ipc.NoopLocalSocketChannel
-
- CloseEvent(OverlayPanel) - Constructor for class com.redhat.thermostat.client.swing.components.OverlayPanel.CloseEvent
-
- CloseOnSave - Class in com.redhat.thermostat.storage.core
-
- CloseOnSave(Closeable) - Constructor for class com.redhat.thermostat.storage.core.CloseOnSave
-
- closeQuietly(Closeable) - Static method in class org.jboss.byteman.thermostat.helper.Utils
-
Closes specified closeable without throwing exceptions
- closeRequested(OverlayPanel.CloseEvent) - Method in interface com.redhat.thermostat.client.swing.components.OverlayPanel.CloseEventListener
-
- com.redhat.thermostat.agent - package com.redhat.thermostat.agent
-
- com.redhat.thermostat.agent.command - package com.redhat.thermostat.agent.command
-
Access the command-channel / Request API on the agent-side
- com.redhat.thermostat.agent.config - package com.redhat.thermostat.agent.config
-
- com.redhat.thermostat.agent.ipc.client - package com.redhat.thermostat.agent.ipc.client
-
- com.redhat.thermostat.agent.ipc.server - package com.redhat.thermostat.agent.ipc.server
-
- com.redhat.thermostat.agent.utils.management - package com.redhat.thermostat.agent.utils.management
-
Provides consistent access to remote JMX processes.
- com.redhat.thermostat.animation - package com.redhat.thermostat.animation
-
- com.redhat.thermostat.annotations - package com.redhat.thermostat.annotations
-
Annotations that document aspects of the thermostat API.
- com.redhat.thermostat.application.gui - package com.redhat.thermostat.application.gui
-
- com.redhat.thermostat.backend - package com.redhat.thermostat.backend
-
API for implementing a data-collection backend for the agent.
- com.redhat.thermostat.beans.property - package com.redhat.thermostat.beans.property
-
- com.redhat.thermostat.client.cli - package com.redhat.thermostat.client.cli
-
- com.redhat.thermostat.client.command - package com.redhat.thermostat.client.command
-
Access the command-channel / Request API on the client side.
- com.redhat.thermostat.client.core - package com.redhat.thermostat.client.core
-
- com.redhat.thermostat.client.core.controllers - package com.redhat.thermostat.client.core.controllers
-
- com.redhat.thermostat.client.core.progress - package com.redhat.thermostat.client.core.progress
-
- com.redhat.thermostat.client.core.views - package com.redhat.thermostat.client.core.views
-
- com.redhat.thermostat.client.locale - package com.redhat.thermostat.client.locale
-
- com.redhat.thermostat.client.swing - package com.redhat.thermostat.client.swing
-
- com.redhat.thermostat.client.swing.components - package com.redhat.thermostat.client.swing.components
-
- com.redhat.thermostat.client.swing.components.models - package com.redhat.thermostat.client.swing.components.models
-
- com.redhat.thermostat.client.ui - package com.redhat.thermostat.client.ui
-
- com.redhat.thermostat.collections.graph - package com.redhat.thermostat.collections.graph
-
- com.redhat.thermostat.common - package com.redhat.thermostat.common
-
- com.redhat.thermostat.common.cli - package com.redhat.thermostat.common.cli
-
- com.redhat.thermostat.common.command - package com.redhat.thermostat.common.command
-
- com.redhat.thermostat.common.config - package com.redhat.thermostat.common.config
-
- com.redhat.thermostat.common.model - package com.redhat.thermostat.common.model
-
- com.redhat.thermostat.common.portability - package com.redhat.thermostat.common.portability
-
Utilities to help with username lookups
- com.redhat.thermostat.common.portability.linux - package com.redhat.thermostat.common.portability.linux
-
- com.redhat.thermostat.common.ssl - package com.redhat.thermostat.common.ssl
-
- com.redhat.thermostat.common.tools - package com.redhat.thermostat.common.tools
-
- com.redhat.thermostat.common.utils - package com.redhat.thermostat.common.utils
-
- com.redhat.thermostat.compat.platform - package com.redhat.thermostat.compat.platform
-
- com.redhat.thermostat.event - package com.redhat.thermostat.event
-
- com.redhat.thermostat.launcher - package com.redhat.thermostat.launcher
-
API to execute commands and load bundles that a command requires.
- com.redhat.thermostat.platform - package com.redhat.thermostat.platform
-
- com.redhat.thermostat.platform.annotations - package com.redhat.thermostat.platform.annotations
-
- com.redhat.thermostat.platform.application.swing.core - package com.redhat.thermostat.platform.application.swing.core
-
- com.redhat.thermostat.platform.event - package com.redhat.thermostat.platform.event
-
- com.redhat.thermostat.platform.mvc - package com.redhat.thermostat.platform.mvc
-
- com.redhat.thermostat.platform.swing - package com.redhat.thermostat.platform.swing
-
- com.redhat.thermostat.platform.swing.components - package com.redhat.thermostat.platform.swing.components
-
- com.redhat.thermostat.plugin.validator - package com.redhat.thermostat.plugin.validator
-
- com.redhat.thermostat.service.process - package com.redhat.thermostat.service.process
-
Interact directly with processes.
- com.redhat.thermostat.shared.config - package com.redhat.thermostat.shared.config
-
- com.redhat.thermostat.shared.locale - package com.redhat.thermostat.shared.locale
-
Internationalize and localize user visible strings.
- com.redhat.thermostat.storage.config - package com.redhat.thermostat.storage.config
-
Configuration for starting storage or connecting to it
- com.redhat.thermostat.storage.core - package com.redhat.thermostat.storage.core
-
An API to manipulate data, including the basic create, read, update, and
delete operations.
- com.redhat.thermostat.storage.core.auth - package com.redhat.thermostat.storage.core.auth
-
- com.redhat.thermostat.storage.dao - package com.redhat.thermostat.storage.dao
-
- com.redhat.thermostat.storage.model - package com.redhat.thermostat.storage.model
-
- com.redhat.thermostat.storage.monitor - package com.redhat.thermostat.storage.monitor
-
- com.redhat.thermostat.storage.query - package com.redhat.thermostat.storage.query
-
- com.redhat.thermostat.tools.dependency - package com.redhat.thermostat.tools.dependency
-
- com.redhat.thermostat.ui.swing.components - package com.redhat.thermostat.ui.swing.components
-
- com.redhat.thermostat.ui.swing.components.graph - package com.redhat.thermostat.ui.swing.components.graph
-
- com.redhat.thermostat.ui.swing.model - package com.redhat.thermostat.ui.swing.model
-
- com.redhat.thermostat.ui.swing.model.graph - package com.redhat.thermostat.ui.swing.model.graph
-
- com.redhat.thermostat.utils.keyring - package com.redhat.thermostat.utils.keyring
-
Secure storage for passwords.
- Command - Interface in com.redhat.thermostat.common.cli
-
Represents a command on the command line.
- CommandContext - Interface in com.redhat.thermostat.common.cli
-
- CommandContextFactory - Class in com.redhat.thermostat.common.cli
-
- CommandContextFactory(BundleContext) - Constructor for class com.redhat.thermostat.common.cli.CommandContextFactory
-
- CommandContextImpl - Class in com.redhat.thermostat.common.cli
-
- CommandContextImpl(Arguments, CommandContextFactory) - Constructor for class com.redhat.thermostat.common.cli.CommandContextImpl
-
- CommandException - Exception in com.redhat.thermostat.common.cli
-
An exception to be thrown by a
Command
upon implementation-defined
failure conditions.
- CommandException(LocalizedString) - Constructor for exception com.redhat.thermostat.common.cli.CommandException
-
- CommandException(LocalizedString, Throwable) - Constructor for exception com.redhat.thermostat.common.cli.CommandException
-
- CommandLineArgumentParseException - Exception in com.redhat.thermostat.common.cli
-
- CommandLineArgumentParseException(LocalizedString) - Constructor for exception com.redhat.thermostat.common.cli.CommandLineArgumentParseException
-
- CommandLineArgumentParseException(LocalizedString, Throwable) - Constructor for exception com.redhat.thermostat.common.cli.CommandLineArgumentParseException
-
- commandLineKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- CommandRegistry - Interface in com.redhat.thermostat.common.cli
-
- CommandRegistryImpl - Class in com.redhat.thermostat.common.cli
-
Handles registration and un-registration of
Command
s.
- CommandRegistryImpl(BundleContext) - Constructor for class com.redhat.thermostat.common.cli.CommandRegistryImpl
-
- commenceShutdown() - Method in interface com.redhat.thermostat.platform.PlatformShutdown
-
- commit() - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- CommonPaths - Interface in com.redhat.thermostat.shared.config
-
Contains locations to various files and directories used by thermostat
components.
- compare(T, T) - Method in class com.redhat.thermostat.common.OrderedComparator
-
- compare(String, String) - Static method in class com.redhat.thermostat.common.utils.StringUtils
-
Compare nullable Strings.
- compare(T, T) - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoComparator
-
- compareTo(MenuHelper.SortedMenuItem) - Method in class com.redhat.thermostat.client.swing.MenuHelper.SortedMenuItem
-
- ComparisonExpression - Interface in com.redhat.thermostat.storage.query
-
- complete(String, int, List<CharSequence>) - Method in class com.redhat.thermostat.common.cli.CompletionFinderTabCompleter
-
Perform tab completion.
- complete(String, int, List<CharSequence>) - Method in class com.redhat.thermostat.common.cli.StringsTabCompleter
-
- complete(String, int, List<CharSequence>) - Method in interface com.redhat.thermostat.common.cli.TabCompleter
-
Perform tab completion.
- CompleterService - Interface in com.redhat.thermostat.common.cli
-
An interface marking a service which provides tab completions for cli/shell commands.
- CompletionFinder - Interface in com.redhat.thermostat.common.cli
-
- CompletionFinderTabCompleter - Class in com.redhat.thermostat.common.cli
-
- CompletionFinderTabCompleter(CompletionFinder) - Constructor for class com.redhat.thermostat.common.cli.CompletionFinderTabCompleter
-
Construct a new instance.
- CompletionInfo - Class in com.redhat.thermostat.common.cli
-
A simple structure used for tab-completion candidates.
- CompletionInfo(String, String) - Constructor for class com.redhat.thermostat.common.cli.CompletionInfo
-
Cosntruct a CompletionInfo with a tab completion candidate as well as a descriptive label
to distinguish the candidate.
- CompletionInfo(String) - Constructor for class com.redhat.thermostat.common.cli.CompletionInfo
-
Construct a CompletionInfo with a tab completion candidate, and no additional label to
distinguish the candidate.
- componentHidden(Component) - Method in class com.redhat.thermostat.client.swing.ComponentVisibleListener
-
- componentShown(Component) - Method in class com.redhat.thermostat.client.swing.ComponentVisibleListener
-
- ComponentVisibleListener - Class in com.redhat.thermostat.client.swing
-
- ComponentVisibleListener() - Constructor for class com.redhat.thermostat.client.swing.ComponentVisibleListener
-
- CompositeIcon - Class in com.redhat.thermostat.client.swing.components
-
- CompositeIcon(IconDescriptor, IconDescriptor) - Constructor for class com.redhat.thermostat.client.swing.components.CompositeIcon
-
- CompositeIcon(IconDescriptor, Icon) - Constructor for class com.redhat.thermostat.client.swing.components.CompositeIcon
-
- CompositeIcon(Icon, Icon) - Constructor for class com.redhat.thermostat.client.swing.components.CompositeIcon
-
- CONFIG_LISTEN_ADDRESS - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
- ConfigurationServer - Interface in com.redhat.thermostat.agent.command
-
An agent-side service that allows starting and stopping the command-channel
server.
- connect() - Method in class com.redhat.thermostat.storage.core.Connection
-
Connects to storage.
- connect() - Method in interface com.redhat.thermostat.storage.core.DbService
-
Connects to
Storage
and registers
Storage
instance which
was used for the connection as a service.
- connected - Variable in class com.redhat.thermostat.storage.core.Connection
-
- Connection - Class in com.redhat.thermostat.storage.core
-
Storage
delegates to this class for connecting to storage.
- Connection() - Constructor for class com.redhat.thermostat.storage.core.Connection
-
- Connection.ConnectionListener - Interface in com.redhat.thermostat.storage.core
-
- Connection.ConnectionStatus - Enum in com.redhat.thermostat.storage.core
-
- ConnectionException - Exception in com.redhat.thermostat.storage.core
-
- ConnectionException() - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
-
- ConnectionException(String) - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
-
- ConnectionException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
-
- ConnectionException(String, Throwable) - Constructor for exception com.redhat.thermostat.storage.core.ConnectionException
-
- connectToServer(String) - Method in interface com.redhat.thermostat.agent.ipc.client.ClientIPCService
-
Connect to a named IPC server, and obtain a channel that can
be used to communicate with that server.
- Console - Interface in com.redhat.thermostat.common.cli
-
- Constants - Class in com.redhat.thermostat.common
-
A grab bag of constants.
- Constants() - Constructor for class com.redhat.thermostat.common.Constants
-
- consume() - Method in class com.redhat.thermostat.event.Event
-
- consumed - Variable in class com.redhat.thermostat.event.Event
-
- contains(String) - Static method in class com.redhat.thermostat.storage.core.Categories
-
- containsKey(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- ContentPane - Class in com.redhat.thermostat.platform.swing.components
-
- ContentPane() - Constructor for class com.redhat.thermostat.platform.swing.components.ContentPane
-
- contentPane - Variable in class com.redhat.thermostat.platform.swing.SwingView
-
- ContentProvider - Interface in com.redhat.thermostat.client.ui
-
- ContextAction - Interface in com.redhat.thermostat.client.ui
-
Parent interface for all context-sensitive actions.
- Controller - Class in com.redhat.thermostat.platform.mvc
-
Toplevel Controller class for Thermostat components.
- Controller() - Constructor for class com.redhat.thermostat.platform.mvc.Controller
-
- convertTo(Size.Unit) - Method in class com.redhat.thermostat.common.Size
-
- copyStream(BufferedInputStream, BufferedOutputStream) - Static method in class com.redhat.thermostat.common.utils.StreamUtils
-
- Countable - Interface in com.redhat.thermostat.storage.core
-
- countersUpdated(VmUpdate) - Method in interface com.redhat.thermostat.backend.VmUpdateListener
-
This method is called when the performance counters
are updated for the JVM this listener is attached to.
- CPU_TIMES_SIZE - Static variable in interface com.redhat.thermostat.common.portability.PortableHost
-
- cpuCountKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
- cpuModelKey - Static variable in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
- create() - Method in class com.redhat.thermostat.platform.mvc.Controller
-
- create() - Method in class com.redhat.thermostat.platform.mvc.Model
-
- create() - Method in class com.redhat.thermostat.platform.mvc.View
-
- create() - Method in class com.redhat.thermostat.platform.swing.SwingView
-
- create() - Static method in class org.jboss.byteman.thermostat.helper.transport.ipc.LocalSocketTransportFactory
-
- createAAGraphics(Graphics) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
-
- createAdd(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
-
- createAgentConfigs() - Static method in class com.redhat.thermostat.agent.config.AgentConfigsUtils
-
- createAggregateQuery(AggregateQuery.AggregateFunction, Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
-
- createBuilder(ProcDataSource, UserNameUtil) - Static method in class com.redhat.thermostat.common.portability.ProcessUserInfoBuilderFactory
-
- createBuilder() - Static method in class com.redhat.thermostat.common.portability.ProcessUserInfoBuilderFactory
-
- createContentPane() - Method in class com.redhat.thermostat.platform.swing.SwingView
-
- createContext(Arguments) - Method in class com.redhat.thermostat.common.cli.CommandContextFactory
-
- createController() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
-
- createDataRefreshTimer(TimerFactory, Runnable) - Static method in class com.redhat.thermostat.common.Timers
-
Creates a timer suitable for fetching data to refresh GUI
- createDbService(String, StorageCredentials, SSLConfiguration) - Method in class com.redhat.thermostat.storage.core.DbServiceFactory
-
Creates a
new DbService
instance which can be
used to establish a connection with
Storage
.
- createDefaultComposite(Icon, Paint) - Static method in class com.redhat.thermostat.client.swing.components.CompositeIcon
-
Creates a default composite icon suitable for highlight.
- createFrame() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
-
Returns the frame used as main frame for the whole application.
- createGroup() - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
-
- createLocalizer() - Static method in enum com.redhat.thermostat.client.locale.LocaleResources
-
- createLocalizer() - Static method in enum com.redhat.thermostat.common.cli.LocaleResources
-
- createModel() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
-
- createPaths() - Method in class com.redhat.thermostat.shared.config.DirectoryStructureCreator
-
- createProxy(String, Class<? extends E>) - Method in interface com.redhat.thermostat.agent.utils.management.MXBeanConnection
-
- createQuery(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
-
- createRemove(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
-
- createReplace(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
-
- createSchemaInfo() - Method in interface com.redhat.thermostat.storage.core.SchemaInfoInserter
-
- createServer(String, ThermostatIPCCallbacks) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
-
Creates an IPC server identified by the provided name, which can be connected to
by IPC clients.
- createServer(String, ThermostatIPCCallbacks, UserPrincipal) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
-
Creates an IPC server identified by the provided name, which can be connected to
by IPC clients.
- createServer(String, ThermostatIPCCallbacks) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
-
- createServer(String, ThermostatIPCCallbacks, UserPrincipal) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
-
- createStorage() - Method in interface com.redhat.thermostat.storage.core.StorageProvider
-
- createTimer() - Method in class com.redhat.thermostat.common.ThreadPoolTimerFactory
-
- createTimer() - Method in interface com.redhat.thermostat.common.TimerFactory
-
- createTmpDir(Class<?>) - Static method in class org.jboss.byteman.thermostat.helper.Utils
-
Creates temporary directory for given class
- createUpdate(Category<T>) - Method in interface com.redhat.thermostat.storage.core.BackingStorage
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.AgentInformationViewProvider
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigViewProvider
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.HostInformationViewProvider
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.IssueViewProvider
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.VersionAndInfoViewProvider
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.ViewProvider
-
- createView() - Method in interface com.redhat.thermostat.client.core.views.VmInformationViewProvider
-
- createView() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
-
- createVmListener(String, String, int) - Method in class com.redhat.thermostat.backend.VmListenerBackend
-
- Cursor<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
-
Allows traversing over objects obtained from
Storage
.
- customize(PreparedStatement<T>) - Method in interface com.redhat.thermostat.storage.dao.DaoOperation
-
- customize(PreparedStatement<T>) - Method in class com.redhat.thermostat.storage.dao.SimpleDaoQuery
-
- customize(PreparedStatement<T>) - Method in class com.redhat.thermostat.storage.dao.SimpleDaoStatement
-
- CutCopyPastePopup - Class in com.redhat.thermostat.client.swing.components
-
- CutCopyPastePopup(JTextComponent) - Constructor for class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- CutCopyPastePopup() - Constructor for class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- GaussianBlur - Class in com.redhat.thermostat.client.swing.components
-
Apply Gaussian Blur on images.
- GaussianBlur() - Constructor for class com.redhat.thermostat.client.swing.components.GaussianBlur
-
- generateToken(String) - Method in class com.redhat.thermostat.storage.core.SecureQueuedStorage
-
- generateToken(String) - Method in interface com.redhat.thermostat.storage.core.SecureStorage
-
Generates a token in the storage that can be used to authenticate cmd
channel requests.
- GENERIC_SERVICE_CLASSNAME - Static variable in class com.redhat.thermostat.common.Constants
-
- get() - Method in interface com.redhat.thermostat.agent.ipc.server.IPCMessage
-
Retrieves the contents of this message as a series of bytes.
- get() - Method in interface com.redhat.thermostat.agent.utils.management.MXBeanConnection
-
- get() - Method in class com.redhat.thermostat.beans.property.BooleanProperty
-
- get() - Method in class com.redhat.thermostat.beans.property.DoubleProperty
-
- get() - Method in class com.redhat.thermostat.beans.property.EnumProperty
-
- get() - Method in class com.redhat.thermostat.beans.property.IntegerProperty
-
- get() - Method in class com.redhat.thermostat.beans.property.LongProperty
-
- get() - Method in class com.redhat.thermostat.beans.property.ObjectProperty
-
- get() - Method in class com.redhat.thermostat.beans.property.StringProperty
-
- get(Class<T>) - Method in class com.redhat.thermostat.common.MultipleServiceTracker.DependencyProvider
-
- get() - Method in class com.redhat.thermostat.storage.core.Id
-
- get(int) - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator.Correlation
-
- getAbsoluteLibraryPath(String) - Static method in class com.redhat.thermostat.shared.config.NativeLibraryResolver
-
Gets the absolute path of a native library.
- getActionId() - Method in class com.redhat.thermostat.common.ActionEvent
-
- getActualCompletion() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
-
Provides the String completion when there is only one tab-completion match.
- getAdapted(Class<S>) - Method in class com.redhat.thermostat.storage.core.CategoryAdapter
-
- getAgentId() - Method in class com.redhat.thermostat.client.cli.AgentArgument
-
- getAgentId() - Method in class com.redhat.thermostat.client.core.AgentIssue
-
- getAgentId() - Method in class com.redhat.thermostat.client.core.VmIssue
-
- getAgentId() - Method in class com.redhat.thermostat.storage.core.HostRef
-
- getAgentId() - Method in class com.redhat.thermostat.storage.model.BasePojo
-
- getAgentIds() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
- getAgentInfo(String) - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
-
- getAgentInformation(HostRef) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
Deprecated.
- getAgentInformation(AgentId) - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
Get information about a specific agent.
- getAgents() - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
-
- getAggregateFunction() - Method in class com.redhat.thermostat.storage.core.AggregateQuery
-
- getAggregateKey() - Method in class com.redhat.thermostat.storage.core.AggregateQuery
-
- getAliveAgentIds() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
- getAliveAgents() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
Get information about all alive agents.
- getAliveHosts() - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
- getAllAgentInformation() - Method in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
Get information about all known agents.
- getAllCategories() - Static method in class com.redhat.thermostat.storage.core.Categories
-
- getAllErrors() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
-
- getAllHostInfos() - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
- getAllVmInfos() - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- getAllVmInfosForAgent(AgentId) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- getAnchorSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- getApplication() - Method in class com.redhat.thermostat.application.gui.ThermostatGUIApplicationProvider
-
- getApplication() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationProvider
-
- getApplication() - Method in interface com.redhat.thermostat.platform.ApplicationProvider
-
- getApplicationCache() - Method in interface com.redhat.thermostat.common.ApplicationService
-
- getApplicationExecutor() - Method in interface com.redhat.thermostat.common.ApplicationService
-
- getAppService() - Method in interface com.redhat.thermostat.platform.Platform
-
- getArgument(String) - Method in interface com.redhat.thermostat.common.cli.Arguments
-
- getArgument(String) - Method in class com.redhat.thermostat.common.cli.SimpleArguments
-
- getArguments() - Method in interface com.redhat.thermostat.common.cli.CommandContext
-
- getArguments() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
-
- getAttribute(Object) - Method in class com.redhat.thermostat.common.ApplicationCache
-
- getBackendInformation(HostRef) - Method in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
-
- getBackendInformation(AgentId) - Method in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
-
- getBackends(String) - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayModel
-
- getBatchSize() - Method in class com.redhat.thermostat.storage.core.BasicBatchCursor
-
- getBatchSize() - Method in interface com.redhat.thermostat.storage.core.Cursor
-
- getBestUnit(long) - Static method in enum com.redhat.thermostat.common.Size.Unit
-
- getBoolean(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getBoolean(String, boolean) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getBorderInsets(Component) - Method in class com.redhat.thermostat.client.swing.components.DebugBorder
-
- getBorderInsets(Component, Insets) - Method in class com.redhat.thermostat.client.swing.components.DebugBorder
-
- getBuffers() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getBugReportsAddress() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getByName(String) - Static method in class com.redhat.thermostat.storage.core.Categories
-
- getCached() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getCategory() - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
-
- getCategoryName() - Method in class com.redhat.thermostat.storage.model.SchemaInformation
-
- getCategoryNames() - Method in interface com.redhat.thermostat.storage.core.auth.CategoryRegistration
-
- getCharactersRead() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
-
- getCharactersWritten() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
-
- getChartPanel() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
-
- getChartRenderingInfo() - Method in class com.redhat.thermostat.client.swing.components.ChartPanel
-
- getClickOutCloseListener(Component) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
-
- getClientContext(SSLConfiguration) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
-
- getClientToken() - Method in class com.redhat.thermostat.storage.core.AuthToken
-
- getClockTicksPerSecond() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getClockTicksPerSecond() - Static method in class com.redhat.thermostat.common.portability.SysConf
-
- getColor(int) - Static method in class com.redhat.thermostat.client.ui.ChartColors
-
- getColor() - Method in enum com.redhat.thermostat.client.ui.Palette
-
- getColumnNumber() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
-
- getCommandContextFactory() - Method in interface com.redhat.thermostat.common.cli.CommandContext
-
- getCommandContextFactory() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
-
- getCommandName() - Method in exception com.redhat.thermostat.common.tools.ProcessStartException
-
- getCommandRegistry() - Method in interface com.redhat.thermostat.common.cli.CommandContext
-
- getCommandRegistry() - Method in class com.redhat.thermostat.common.cli.CommandContextFactory
-
- getCommandRegistry() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
-
- getCommands() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
-
The set of command names for which tab completions are provided.
- getCommands() - Method in interface com.redhat.thermostat.common.cli.CompleterService
-
The set of command names for which this service provides completions.
- getCommitLimit() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getCommonPaths() - Method in class com.redhat.thermostat.launcher.BundleManager
-
- getCompletionWithUserVisibleText() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
-
Provides the String displayed to the user when tab-completion returns more than one possible result.
- getComponentBGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the default background colour for UI components.
- getComponentFGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the foreground colour for components.
- getComponentSecondaryFGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the suggested foreground colour for components that want to
differentiate their text from other components.
- getConfigListenAddress() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- getConfigListenAddress() - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- getConfigPublishAddress() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- getConfiguration() - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- getConfigurationFile() - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
-
Returns the configuration file used by this IPC service.
- getConnection() - Method in class com.redhat.thermostat.storage.core.QueuedStorage
-
- getConnection() - Method in interface com.redhat.thermostat.storage.core.Storage
-
Returns the Connection object that may be used to manage connections
to this Storage.
- getConnectionUrl() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- getConnectionUrl() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- getConnectionUrl() - Method in class com.redhat.thermostat.common.config.ClientPreferences
-
- getConnectionUrl() - Method in interface com.redhat.thermostat.storage.core.DbService
-
- getConsole() - Method in interface com.redhat.thermostat.common.cli.CommandContext
-
- getConsole() - Method in class com.redhat.thermostat.common.cli.CommandContextFactory
-
- getConsole() - Method in class com.redhat.thermostat.common.cli.CommandContextImpl
-
- getContents() - Method in class com.redhat.thermostat.shared.locale.LocalizedString
-
- getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
-
- getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
-
- getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextArea
-
- getContextMenu() - Method in interface com.redhat.thermostat.client.swing.components.ThermostatTextComponent
-
- getContextMenu() - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextField
-
- getController() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
-
- getController() - Method in interface com.redhat.thermostat.platform.mvc.MVCProvider
-
- getController() - Method in class com.redhat.thermostat.platform.swing.SwingWorkbench
-
- getCopyOnlyMenu() - Static method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- getCopyright() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getCount() - Method in interface com.redhat.thermostat.storage.core.Countable
-
- getCount(Storage, Category<AggregateCount>, String) - Method in class com.redhat.thermostat.storage.dao.BaseCountable
-
Performs an aggregate count query as described by the given descriptor.
- getCount() - Method in class com.redhat.thermostat.storage.model.AggregateCount
-
- getCPUCount() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getCpuCount() - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- getCpuInfoReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/cpuinfo
- getCpuLoadReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/loadavg
- getCPUModel() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getCpuModel() - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- getCPUUsagePercent() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getCPUUsageTicks() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getCurrentProcessPid() - Method in interface com.redhat.thermostat.common.portability.PortableProcess
-
- getCursor() - Method in class com.redhat.thermostat.storage.model.AggregateCount
-
- getCursor() - Method in class com.redhat.thermostat.storage.model.DistinctResult
-
- getData() - Method in class com.redhat.thermostat.client.ui.IconDescriptor
-
- getData() - Method in class com.redhat.thermostat.storage.model.DiscreteTimeData
-
- getData() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
-
- getData() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
- getData() - Method in class com.redhat.thermostat.ui.swing.model.Model
-
- getData() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
-
Data accessor
- getDataClass() - Method in class com.redhat.thermostat.storage.core.Category
-
- getDBConnectionString() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- getDBConnectionString() - Method in interface com.redhat.thermostat.storage.config.StartupConfiguration
-
- getDecorationIconColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the suggested color for icons decorations to be used in
Thermostat views and components.
- getDefaultFont() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the default font used by Thermostat.
- getDescription() - Method in class com.redhat.thermostat.application.gui.ThermostatGUI
-
- getDescription() - Method in interface com.redhat.thermostat.backend.Backend
-
- getDescription() - Method in class com.redhat.thermostat.backend.BaseBackend
-
- getDescription() - Method in class com.redhat.thermostat.client.core.AgentIssue
-
- getDescription() - Method in interface com.redhat.thermostat.client.core.Issue
-
- getDescription() - Method in class com.redhat.thermostat.client.core.VmIssue
-
- getDescription() - Method in interface com.redhat.thermostat.client.ui.ContextAction
-
A user-visible description for this action
- getDescription() - Method in interface com.redhat.thermostat.client.ui.MenuAction
-
A user-visible description of what this MenuAction
does.
- getDescription() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getDescription() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
-
- getDescription() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformController
-
- getDescription() - Method in enum com.redhat.thermostat.launcher.FrameworkOptions
-
- getDescription() - Method in enum com.redhat.thermostat.launcher.GlobalOptions
-
- getDescription() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationID
-
- getDescription() - Method in class com.redhat.thermostat.platform.ApplicationID
-
- getDescription() - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- getDescriptor() - Method in class com.redhat.thermostat.storage.core.StatementDescriptor
-
Describes this statement for preparation.
- getDimension() - Method in class com.redhat.thermostat.client.swing.components.Icon
-
- getDirection() - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
-
- getDisabledMenu() - Static method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- getDiscovered() - Method in class com.redhat.thermostat.collections.graph.BFSPayload
-
- getDiscovered() - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
-
- getDouble(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getDouble(String, double) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getEffectiveLogLevel(Logger) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
-
- getEmail() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getEmptyResultCursor() - Static method in class com.redhat.thermostat.storage.dao.AbstractDao
-
- getEndTimeInMillis() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
-
- getEndX(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getEndXValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getEndY(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getEndYValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getEntryTimes() - Method in class com.redhat.thermostat.collections.graph.DFSPayload
-
- getEnvironment(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
-
- getEnvironment() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getEnvironmentAsArray() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getEnvironReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/$PID/environ
- getError() - Method in interface com.redhat.thermostat.common.cli.Console
-
- getErrors() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
-
Each validation issue corresponds to the definition of "error" in section
1.2 of the W3C XML 1.0 Recommendation.
- getExceptions() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperationResult
-
- getExceptions() - Method in interface com.redhat.thermostat.storage.dao.DaoOperationResult
-
- getExitStatus() - Method in interface com.redhat.thermostat.common.ExitStatus
-
Get the currently set exit status.
- getExitTimes() - Method in class com.redhat.thermostat.collections.graph.DFSPayload
-
- getFailedDescriptor() - Method in exception com.redhat.thermostat.storage.core.IllegalDescriptorException
-
- getFatals() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
-
Each validation issue corresponds to the definition of "fatal error" in
section 1.2 of the W3C XML 1.0 Recommendation.
- getFileName() - Method in class com.redhat.thermostat.client.cli.FileNameArgument
-
- getFilter() - Method in interface com.redhat.thermostat.client.core.InformationService
-
Deprecated.
Returns a
Filter
that is used to determine if this information
source can provide information for a given target.
- getFilter() - Method in interface com.redhat.thermostat.client.ui.ReferenceContextAction
-
The
Filter
returned by this method is used to select what
Ref
this
ReferenceAction
is applicable to.
- getFilter() - Method in class com.redhat.thermostat.compat.platform.DynamicHostPlugin
-
- getFilter() - Method in class com.redhat.thermostat.compat.platform.DynamicVMPlugin
-
- getFirst() - Method in class com.redhat.thermostat.common.Pair
-
- getFloat(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getFloat(String, float) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getFontMetrics(JComponent, Font) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
-
- getFrame() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
-
- getFree() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getFrom() - Method in class com.redhat.thermostat.collections.graph.Relationship
-
- getHeader() - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
-
- getHeaders(TimeStampedPojo) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
-
Returns header names for columns this plug-in wishes to add to the
vm-stat command.
- getHost() - Method in class com.redhat.thermostat.common.utils.HostPortPair
-
- getHostInfo(HostRef) - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
Deprecated.
- getHostInfo(AgentId) - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
- getHostName() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getHostName() - Method in class com.redhat.thermostat.storage.core.HostRef
-
- getHostname() - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- getHostRef() - Method in class com.redhat.thermostat.storage.core.VmRef
-
- getHosts() - Method in class com.redhat.thermostat.storage.core.DefaultHostsVMsLoader
-
- getHosts() - Method in interface com.redhat.thermostat.storage.core.HostsVMsLoader
-
- getHosts() - Method in interface com.redhat.thermostat.storage.dao.HostInfoDAO
-
- getHosts(Filter<HostRef>) - Method in interface com.redhat.thermostat.storage.monitor.NetworkMonitor
-
- getHostsPorts() - Method in class com.redhat.thermostat.common.utils.HostPortsParser
-
- getIcon() - Method in class com.redhat.thermostat.client.swing.IconResource
-
- getIcon(PlatformIcon, Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceFieldIconDecorator
-
The passed
PlatformIcon
my be null, indicating no plugin has
set the icon.
- getIconColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the suggested color for icons to be used in Thermostat views and
components.
- getIconDecorationSize() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the suggested size for the icon decorations, where applicable.
- getIconHeight() - Method in class com.redhat.thermostat.client.swing.components.EmptyIcon
-
- getIconHeight() - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
-
- getIconSize() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the suggested size for icons to be used in Thermostat views and
components.
- getIconWidth() - Method in class com.redhat.thermostat.client.swing.components.EmptyIcon
-
- getIconWidth() - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
-
- getId() - Method in class com.redhat.thermostat.agent.Agent
-
- getImage() - Method in class com.redhat.thermostat.client.swing.components.FontAwesomeIcon
-
- getImage() - Method in class com.redhat.thermostat.client.swing.components.Icon
-
- getIndexedKeys() - Method in class com.redhat.thermostat.storage.core.Category
-
- getInformationServiceController(T) - Method in interface com.redhat.thermostat.client.core.InformationService
-
Deprecated.
Returns the controller for this plugin's UI.
- getInput() - Method in interface com.redhat.thermostat.common.cli.Console
-
- getInstance() - Static method in class com.redhat.thermostat.client.swing.GraphicsUtils
-
- getInstance(CommonPaths, Class<?>) - Static method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getInstance() - Static method in class com.redhat.thermostat.common.portability.PortableHostFactory
-
- getInstance() - Static method in class com.redhat.thermostat.common.portability.PortableProcessFactory
-
- getInstance(BackingStorage, StatementDescriptor<T>) - Static method in class com.redhat.thermostat.storage.core.PreparedStatementFactory
-
- getInt(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getInt(String, int) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getInterfaceName() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- getIoReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/$PID/io
- getIp4Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- getIp6Addr() - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- getIPCService(File) - Static method in class com.redhat.thermostat.agent.ipc.client.ClientIPCServiceFactory
-
Obtain a
ClientIPCService
object, which is necessary
to communicate with IPC servers.
- getItemCount(int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getJavaCommandLine() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getJavaHome() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getJavaVersion() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getKernelTime() - Method in class com.redhat.thermostat.common.portability.PortableProcessStat
-
- getKey() - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
-
- getKey(String) - Method in class com.redhat.thermostat.storage.core.Category
-
- getKey() - Method in class com.redhat.thermostat.storage.model.DistinctResult
-
- getKey() - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
-
- getKeys() - Method in class com.redhat.thermostat.storage.core.Category
-
- getKeystoreFile() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
-
- getKeyStorePassword() - Method in interface com.redhat.thermostat.shared.config.SSLConfiguration
-
- getLabel(String, Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceFieldLabelDecorator
-
The passed label my be null, indicating no plugin has set the label so
far.
- getLatest(HostRef, long) - Method in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
-
- getLatest(AgentId, long) - Method in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
-
- getLatest(HostRef, long, long) - Method in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
-
- getLatest(AgentId, long, long) - Method in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
-
- getLatest(VmRef, long) - Method in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
-
- getLatest(AgentId, VmId, long) - Method in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
-
- getLatest(VmRef, long, long) - Method in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
-
- getLatest(AgentId, VmId, long, long) - Method in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
-
- getLatestStats(VmRef, long) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
-
- getLatestStats(AgentId, VmId, long) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
-
Returns statistics gathered by this plug-in newer than the specified
time stamp.
- getLayoutAlignmentX(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
-
- getLayoutAlignmentY(Container) - Method in class com.redhat.thermostat.client.swing.components.AbstractLayout
-
- getLeadSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- getLevel() - Method in enum com.redhat.thermostat.common.utils.LoggingUtils.LogLevel
-
- getLicenseSummary() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getLimit() - Method in class com.redhat.thermostat.storage.core.AbstractQuery
-
- getLineNumber() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
-
- getLinuxClockTicksPerSecond() - Static method in class com.redhat.thermostat.common.portability.SysConf
-
- getListeners() - Method in class com.redhat.thermostat.common.command.Request
-
- getLoadedNativeLibraries() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getLocalHostName() - Static method in class com.redhat.thermostat.common.portability.HostName
-
- getLocalizedName() - Method in interface com.redhat.thermostat.client.core.controllers.InformationServiceController
-
Deprecated.
- getLocalizedName() - Method in interface com.redhat.thermostat.client.core.views.UIPluginInfo
-
- getLogger(Class<?>) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
-
Returns an appropriate logger to be used by class klass.
- getLogger() - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
-
- getLogger() - Method in class com.redhat.thermostat.storage.core.HostLatestPojoListGetter
-
- getLogger() - Method in class com.redhat.thermostat.storage.core.HostTimeIntervalPojoListGetter
-
- getLogger() - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
-
- getLogger() - Method in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
-
- getLogger() - Method in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
-
- getLogger() - Method in class com.redhat.thermostat.storage.dao.AbstractDao
-
- getLogger() - Method in class com.redhat.thermostat.storage.dao.BaseCountable
-
- getLong(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getLong(String, long) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getLongOpt() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
-
- getLostCount() - Method in class org.jboss.byteman.thermostat.helper.Transport
-
Getter for number of lost records
- getMainClass() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
If java is invoked as java -jar foo.jar
, then the main class name
is foo.jar
.
- getMajor() - Method in class com.redhat.thermostat.common.Version
-
- getMarker() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
-
Marker accessor
- getMavenVersion() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getMax() - Method in class com.redhat.thermostat.common.model.Range
-
- getMaxDepth() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
- getMaxNormalized() - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
-
- getMaxSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- getMemInfoReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/meminfo
- getMemoryStat() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getMenuItem() - Method in class com.redhat.thermostat.client.swing.MenuHelper.SortedMenuItem
-
- getMenuState(String) - Method in class com.redhat.thermostat.client.swing.MenuStates
-
Retrieve the enabled/disabled state of the specified menu item.
- getMessage() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
-
- getMicro() - Method in class com.redhat.thermostat.common.Version
-
- getMin() - Method in class com.redhat.thermostat.common.model.Range
-
- getMinNormalized() - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
-
- getMinor() - Method in class com.redhat.thermostat.common.Version
-
- getMinSelectionIndex() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- getModel() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
-
- getModel() - Method in interface com.redhat.thermostat.platform.mvc.MVCProvider
-
- getModel() - Method in class com.redhat.thermostat.platform.swing.SwingWorkbench
-
- getModel() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- getMonotonicTimeNanos() - Method in interface com.redhat.thermostat.common.Clock
-
Returns a time value corresponding to a monotonic clock measuring time
in nanoseconds since some unspecified epoch.
- getMonotonicTimeNanos() - Method in class com.redhat.thermostat.common.SystemClock
-
- getName() - Method in interface com.redhat.thermostat.backend.Backend
-
- getName() - Method in class com.redhat.thermostat.backend.BaseBackend
-
- getName() - Method in class com.redhat.thermostat.beans.property.BaseProperty
-
- getName() - Method in interface com.redhat.thermostat.beans.property.NamedProperty
-
- getName() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- getName() - Method in interface com.redhat.thermostat.client.ui.ContextAction
-
A user-visible name for this action
- getName() - Method in interface com.redhat.thermostat.client.ui.MenuAction
-
The user-visible text displayed as the menu item.
- getName() - Method in class com.redhat.thermostat.collections.graph.Node
-
- getName() - Method in class com.redhat.thermostat.collections.graph.Relationship
-
- getName() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getName(T) - Method in class com.redhat.thermostat.common.OrderedComparator
-
- getName() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
-
- getName() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformController
-
- getName() - Method in class com.redhat.thermostat.launcher.BundleInformation
-
- getName() - Method in class com.redhat.thermostat.storage.core.Category
-
- getName() - Method in class com.redhat.thermostat.storage.core.HostRef
-
- getName() - Method in class com.redhat.thermostat.storage.core.Key
-
- getName() - Method in interface com.redhat.thermostat.storage.core.Ref
-
- getName() - Method in class com.redhat.thermostat.storage.core.VmRef
-
- getName() - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- getName() - Method in class com.redhat.thermostat.ui.swing.model.Trace
-
- getName() - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
-
- getNetworkInterfaces(HostRef) - Method in interface com.redhat.thermostat.storage.dao.NetworkInterfaceInfoDAO
-
- getNewestStat(HostRef) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
-
- getNewestStat(AgentId) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
-
- getNewestStat(VmRef) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
-
- getNewestStat(VmId, AgentId) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
-
- getNonOptionArguments() - Method in interface com.redhat.thermostat.common.cli.Arguments
-
- getNonOptionArguments() - Method in class com.redhat.thermostat.common.cli.SimpleArguments
-
- getNotifier() - Method in class com.redhat.thermostat.common.cli.AbstractStateNotifyingCommand
-
- getNumaMapsReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/$PID/numa_maps
- getNumChildren() - Method in class com.redhat.thermostat.client.core.views.HostInformationView
-
- getNumChildren() - Method in class com.redhat.thermostat.client.core.views.VmInformationView
-
- getNumChildren() - Method in class com.redhat.thermostat.client.ui.VmInformationController
-
- getNumParams() - Method in interface com.redhat.thermostat.storage.core.ParsedStatement
-
- getObserveNewJvm() - Method in interface com.redhat.thermostat.backend.Backend
-
Indicate whether this backend will attach to new java processes.
- getObserveNewJvm() - Method in class com.redhat.thermostat.backend.BaseBackend
-
- getOld() - Method in class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
-
- getOldestStat(HostRef) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
-
- getOldestStat(AgentId) - Method in class com.redhat.thermostat.storage.core.HostBoundaryPojoGetter
-
- getOldestStat(VmRef) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
-
- getOldestStat(VmId, AgentId) - Method in class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
-
- getOpt() - Method in class com.redhat.thermostat.common.cli.CliCommandOption
-
- getOptionCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
-
- getOptionCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
-
- getOptionCompleters() - Method in interface com.redhat.thermostat.common.cli.CompleterService
-
Provides the mapping of options to corresponding completers.
- getOptString() - Method in enum com.redhat.thermostat.launcher.FrameworkOptions
-
- getOptString() - Method in enum com.redhat.thermostat.launcher.GlobalOptions
-
- getOrdered() - Method in class com.redhat.thermostat.collections.graph.TopologicalSort
-
- getOrderValue() - Method in interface com.redhat.thermostat.common.Ordered
-
Defines a value to be used for assigning an order to
services.
- getOrderValue() - Method in class com.redhat.thermostat.compat.platform.DynamicHostPlugin
-
- getOrderValue() - Method in class com.redhat.thermostat.compat.platform.DynamicVMPlugin
-
- getOrderValue() - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- getOsKernel() - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- getOSName() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getOsName() - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- getOSVersion() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getOutput() - Method in interface com.redhat.thermostat.common.cli.Console
-
- getOverlay() - Method in interface com.redhat.thermostat.client.swing.OverlayContainer
-
- getPageSize() - Static method in class com.redhat.thermostat.common.portability.SysConf
-
- getParameter(String) - Method in class com.redhat.thermostat.common.command.Request
-
- getParameterNames() - Method in class com.redhat.thermostat.common.command.Request
-
- getParameters() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
-
- getParams() - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- getParents() - Method in class com.redhat.thermostat.collections.graph.BFSPayload
-
- getParsedStatement() - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
-
- getPassword() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- getPassword() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- getPassword(String) - Method in class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
-
Prompt the user for password necessary for connecting to a given url.
- getPassword() - Method in class com.redhat.thermostat.launcher.InteractiveStorageCredentials
-
- getPassword() - Method in interface com.redhat.thermostat.storage.config.AuthenticationConfiguration
-
- getPassword() - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
-
- getPassword() - Method in interface com.redhat.thermostat.storage.core.StorageCredentials
-
- getPassword(String, String) - Method in interface com.redhat.thermostat.utils.keyring.Keyring
-
Retrieve the password associated with the given url and username.
- getPasteOnlyMenu() - Static method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- getPath() - Method in interface com.redhat.thermostat.client.ui.MenuAction
-
The path to the menu action.
- getPattern() - Method in class com.redhat.thermostat.client.core.NameMatchingRefFilter
-
- getPayload() - Method in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
-
- getPayload() - Method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
-
- getPayload() - Method in class com.redhat.thermostat.common.ActionEvent
-
- getPerformanceCounterLong(String) - Method in interface com.redhat.thermostat.backend.VmUpdate
-
Queries the specified JVM performance counter with a Long data type.
- getPerformanceCounterString(String) - Method in interface com.redhat.thermostat.backend.VmUpdate
-
Queries the specified JVM performance counter with a String data type.
- getPersistenceID() - Method in interface com.redhat.thermostat.common.config.Persistable
-
- getPid() - Method in class com.redhat.thermostat.common.portability.PortableProcessStat
-
- getPid() - Method in class com.redhat.thermostat.storage.core.VmRef
-
- getPids() - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- getPlatform() - Method in class com.redhat.thermostat.platform.Application
-
Return the
Platform
implemented by this
Application
.
- getPlatform() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplication
-
- getPort() - Method in class com.redhat.thermostat.common.utils.HostPortPair
-
- getPreferences() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- getPreferredScrollableViewportSize() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- getProcessed() - Method in class com.redhat.thermostat.collections.graph.BFSPayload
-
- getProcessName(Integer) - Method in interface com.redhat.thermostat.service.process.ProcessHandler
-
Gets the process name given its pid
.
- getProcessStat(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
-
- getProgress() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- getProperties() - Method in class com.redhat.thermostat.collections.graph.Node
-
- getProperties() - Method in class com.redhat.thermostat.collections.graph.Relationship
-
- getProperties() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getPropertiesAsArray() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getProperty(String) - Method in class com.redhat.thermostat.collections.graph.Node
-
- getProperty(String) - Method in class com.redhat.thermostat.collections.graph.Relationship
-
- getRange() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- getRangeAxis(MultiChartPanel.DataGroup) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
-
side effect: sets up the axis for the groupIndex if it was not setup
before
- getRawDuplicate() - Method in interface com.redhat.thermostat.storage.core.Statement
-
Produces a copy of this statement as if it was just created with the
corresponding factory method in
BackingStorage
.
- getReadSyscalls() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
-
- getRealTimeMillis() - Method in interface com.redhat.thermostat.common.Clock
-
Returns the current real time in milliseconds (measured since the UNIX epoch).
- getRealTimeMillis() - Method in class com.redhat.thermostat.common.SystemClock
-
- getReceiver(String) - Method in class com.redhat.thermostat.agent.command.ReceiverRegistry
-
- getReceiver() - Method in class com.redhat.thermostat.common.command.Request
-
- getReference() - Method in interface com.redhat.thermostat.client.swing.ReferenceSelectionService
-
- getReferenceFieldDefaultIconSize() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
- getReferenceFieldIconColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
- getReferenceFieldIconSelectedColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
- getRegisteredServices() - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
-
Get all implementations of T which have been registered.
- getRelationships(Node) - Method in interface com.redhat.thermostat.collections.graph.Graph
-
Returns a Set
containing all the relationship
in this Graph.
- getRelationships(Node) - Method in class com.redhat.thermostat.collections.graph.HashGraph
-
- getReleaseDate() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getRequestQueueAddress() - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- getRequiredDependencies() - Method in class com.redhat.thermostat.common.cli.AbstractCompletionFinder
-
Get the list of dependency classes required for this CompletionFinder to work correctly.
- getRequiredService(Class<T>) - Method in class com.redhat.thermostat.common.cli.DependencyServices
-
- getRequiredService(Class<T>, LocalizedString) - Method in class com.redhat.thermostat.common.cli.DependencyServices
-
- getReturnType() - Method in class com.redhat.thermostat.common.utils.MethodDescriptorConverter.MethodDeclaration
-
- getRoot() - Method in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
- getRoundShape(int, int) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
-
- getSaveEntitlements() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- getSaveEntitlements() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- getSaveEntitlements() - Method in class com.redhat.thermostat.common.config.ClientPreferences
-
- getSchemaInfos() - Method in interface com.redhat.thermostat.storage.dao.SchemaInfoDAO
-
Get all category's names stored in schema-info.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- getScrollableTracksViewportHeight() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- getScrollableTracksViewportWidth() - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- getSearchText() - Method in class com.redhat.thermostat.client.swing.components.SearchField
-
- getSecond() - Method in class com.redhat.thermostat.common.Pair
-
- getSelected() - Method in class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
-
- getSelectedAgent() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- getSelectedChildID() - Method in class com.redhat.thermostat.client.core.views.VmInformationView
-
- getSelectedChildID() - Method in class com.redhat.thermostat.client.ui.VmInformationController
-
- getSelectedComponentBGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the suggested background colour for components that are
selected.
- getSelectedComponentFGColor() - Method in interface com.redhat.thermostat.client.swing.UIDefaults
-
Returns the foreground colour for components that are
selected, like text or entries in the reference field panel.
- getSelectedIcon(PlatformIcon, Ref) - Method in interface com.redhat.thermostat.client.ui.ReferenceFieldIconDecorator
-
The passed
PlatformIcon
my be null, indicating no plugin has
set the icon.
- getSelectionMode() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- getSeriesCount() - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getSeriesKey(int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getServerContext(SSLConfiguration) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
-
- getService(Class<T>) - Method in class com.redhat.thermostat.common.cli.AbstractCompletionFinder
-
Get an instance of a service dependency, if any.
- getService(Class<T>) - Method in class com.redhat.thermostat.common.cli.DependencyServices
-
- getService(Dictionary<String, String>) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
-
Get a implementation of T matching the properties.
- getService(String) - Method in class com.redhat.thermostat.common.utils.ServiceRegistry
-
Equivalent to calling getService(props) with a dictionary containing an entry for
SERVICE_NAME with value as name.
- getSeverity() - Method in class com.redhat.thermostat.client.core.AgentIssue
-
- getSeverity() - Method in interface com.redhat.thermostat.client.core.Issue
-
- getSeverity() - Method in class com.redhat.thermostat.client.core.VmIssue
-
- getShadowColor() - Method in class com.redhat.thermostat.client.swing.components.ShadowLabel
-
- getSorts() - Method in class com.redhat.thermostat.storage.core.AbstractQuery
-
- getSource() - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel.CloseEvent
-
- getSource() - Method in class com.redhat.thermostat.client.swing.ReferenceSelectionChangedEvent
-
- getSSLParameters(SSLContext) - Static method in class com.redhat.thermostat.common.ssl.SSLContextFactory
-
- getStartTime() - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- getStartTime() - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- getStartTimeInMillis() - Method in class com.redhat.thermostat.storage.model.IntervalTimeData
-
- getStartTimeStamp() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getStartX(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getStartXValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getStartY(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getStartYValue(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getStatementDescriptor() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
-
- getStatementDescriptor() - Method in interface com.redhat.thermostat.storage.dao.DaoOperation
-
- getStatementDescriptors() - Method in interface com.redhat.thermostat.storage.core.auth.StatementDescriptorRegistration
-
- getStatReader() - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/stat.
- getStatReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/$PID/stat
- getStatRow(TimeStampedPojo) - Method in interface com.redhat.thermostat.client.cli.VMStatPrintDelegate
-
- getStatus() - Method in class com.redhat.thermostat.animation.Animation.AnimationEvent
-
- getStatus() - Method in class com.redhat.thermostat.animation.Animation
-
- getStatusReader(int) - Method in class com.redhat.thermostat.common.portability.linux.ProcDataSource
-
Returns a reader for /proc/$PID/status
- getStopTime() - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- getStopTimeStamp() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getStorage() - Method in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
-
- getStorage() - Method in interface com.redhat.thermostat.storage.dao.DaoOperation
-
- getStorageUrl() - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
-
- getString(String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getString(String, String) - Method in class com.redhat.thermostat.client.swing.SharedPreferences
-
- getStringID() - Method in class com.redhat.thermostat.storage.core.HostRef
-
- getStringID() - Method in interface com.redhat.thermostat.storage.core.Ref
-
- getStringID() - Method in class com.redhat.thermostat.storage.core.VmRef
-
- getSubcommand() - Method in interface com.redhat.thermostat.common.cli.Arguments
-
Get the selected subcommand
Subcommands are taken to be the first of any non-option arguments passed to a Command.
- getSubcommand() - Method in class com.redhat.thermostat.common.cli.SimpleArguments
-
- getSubcommandCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterCommand
-
- getSubcommandCompleters() - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
-
- getSubcommandCompleters() - Method in interface com.redhat.thermostat.common.cli.CompleterService
-
Provides the mapping of subcommand options to corresponding completers.
- getSwapFree() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getSwapTotal() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getSystemAgentAuthConfigFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemAgentConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemBinRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemLibRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemNativeLibsRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemPluginConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemPluginRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemStorageConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getSystemThermostatHome() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTableRenderer
-
- getTarget() - Method in class com.redhat.thermostat.common.command.Request
-
- getTask() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- getTimeInMillis() - Method in class com.redhat.thermostat.storage.model.DiscreteTimeData
-
- getTimerFactory() - Method in interface com.redhat.thermostat.common.ApplicationService
-
- getTimeStamp() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getTimeStamp() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
-
- getTimeStamp() - Method in class com.redhat.thermostat.storage.model.SchemaInformation
-
- getTimeStamp() - Method in interface com.redhat.thermostat.storage.model.TimeStampedPojo
-
- getTimeStamp() - Method in class com.redhat.thermostat.storage.model.TimeStampedPojoCorrelator.Correlation
-
- getTimestamp() - Method in class org.jboss.byteman.thermostat.helper.BytemanMetric
-
timestamp accessor
- getTimeUnit() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
-
- getTimeUnits() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
-
- getTimeValue() - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
-
- getTo() - Method in class com.redhat.thermostat.collections.graph.Relationship
-
- getToken() - Method in class com.redhat.thermostat.storage.core.AuthToken
-
- getToolbarButton() - Method in class com.redhat.thermostat.client.swing.components.ActionButton
-
- getToolbarButton() - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
-
- getToolbarButton() - Method in interface com.redhat.thermostat.client.swing.components.ToolbarButton
-
- getTotal() - Method in class com.redhat.thermostat.common.portability.PortableMemoryStat
-
- getTotalMemory() - Method in interface com.redhat.thermostat.common.portability.PortableHost
-
- getTotalMemory() - Method in class com.redhat.thermostat.storage.model.HostInfo
-
Total memory in bytes
- getTrace() - Method in class com.redhat.thermostat.ui.swing.model.Trace
-
- getTranslatedMessage() - Method in exception com.redhat.thermostat.common.cli.CommandException
-
- getType() - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
-
- getType() - Method in interface com.redhat.thermostat.client.ui.MenuAction
-
The type of the menu (radio, check, standard)
- getType() - Method in interface com.redhat.thermostat.common.command.Message
-
- getType() - Method in class com.redhat.thermostat.common.command.Request
-
- getType() - Method in class com.redhat.thermostat.common.command.Response
-
- getType() - Method in class com.redhat.thermostat.storage.core.PreparedParameter
-
- getType() - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
-
- getUiComponent() - Method in interface com.redhat.thermostat.client.swing.SwingComponent
-
- getUiComponent() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformSwingView
-
- getUid(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
-
- getUid() - Method in class com.redhat.thermostat.common.portability.ProcessUserInfo
-
- getUid() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
Returns the system user id for the owner of this JVM process,
or -1 if an owner could not be found.
- getUnit() - Method in class com.redhat.thermostat.common.Duration
-
- getUnit() - Method in class com.redhat.thermostat.common.Size
-
- getUrl() - Method in class com.redhat.thermostat.storage.core.Connection
-
- getUserAgentAuthConfigFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserAgentConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserCacheDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserClientConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserDesiredDuration() - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
-
- getUserGuide() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getUserHistoryFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserIPCConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserLogDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserName() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- getUserName() - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- getUserName() - Method in class com.redhat.thermostat.common.config.ClientPreferences
-
- getUserName(int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
-
- getUsername() - Method in class com.redhat.thermostat.common.portability.ProcessUserInfo
-
- getUserName(long) - Method in interface com.redhat.thermostat.common.portability.UserNameUtil
-
Gets the user name corresponding to the provided UID.
- getUserName(String) - Method in class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
-
Prompt the user for username necessary for connecting to a given url.
- getUsername() - Method in class com.redhat.thermostat.launcher.InteractiveStorageCredentials
-
- getUsername() - Method in interface com.redhat.thermostat.storage.config.AuthenticationConfiguration
-
- getUsername() - Method in class com.redhat.thermostat.storage.config.FileStorageCredentials
-
- getUsername() - Method in class com.redhat.thermostat.storage.core.Connection
-
- getUserName() - Method in interface com.redhat.thermostat.storage.core.DbService
-
- getUsername() - Method in interface com.redhat.thermostat.storage.core.StorageCredentials
-
- getUsername() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
Returns the system user name for the owner of this JVM process,
or null if an owner could not be found.
- getUserPersistentDataDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
A location that contains data that is persisted
- getUserPluginConfigurationDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserPluginRoot() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserRuntimeDataDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
Contains data that is only useful for the duration that thermostat is running
- getUserSetupCompleteStampFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
A file indicating that Thermostat commands are ready to be run
- getUserSharedPreferencesFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserSplashScreenStampFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
A file indicating the current use of a splash screen
- getUserStorageConfigurationFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserStorageDirectory() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserStorageLogFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserStoragePidFile() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserThermostatHome() - Method in interface com.redhat.thermostat.shared.config.CommonPaths
-
- getUserTime() - Method in class com.redhat.thermostat.common.portability.PortableProcessStat
-
- getUserVisibleText() - Method in class com.redhat.thermostat.common.cli.CompletionInfo
-
- getValue() - Method in class com.redhat.thermostat.beans.property.BaseProperty
-
- getValue() - Method in interface com.redhat.thermostat.beans.property.ObservableValue
-
- getValue() - Method in class com.redhat.thermostat.common.Duration
-
- getValue() - Method in class com.redhat.thermostat.common.Size
-
- getValue() - Method in class com.redhat.thermostat.storage.core.PreparedParameter
-
- getValue() - Method in enum com.redhat.thermostat.storage.core.Query.SortDirection
-
- getValue() - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
-
- getValue() - Method in class com.redhat.thermostat.storage.query.LiteralExpression
-
- getValueIsAdjusting() - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- getValueNormalized(long) - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
-
- getValues() - Method in class com.redhat.thermostat.storage.model.DistinctResult
-
- getValues() - Method in class com.redhat.thermostat.storage.query.LiteralSetExpression
-
- getVendor() - Method in class com.redhat.thermostat.application.gui.ThermostatGUI
-
- getVendor() - Method in interface com.redhat.thermostat.backend.Backend
-
- getVendor() - Method in class com.redhat.thermostat.backend.BaseBackend
-
- getVendor() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationID
-
- getVendor() - Method in class com.redhat.thermostat.platform.ApplicationID
-
- getVersion() - Method in interface com.redhat.thermostat.backend.Backend
-
- getVersion() - Method in class com.redhat.thermostat.backend.BaseBackend
-
- getVersion() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getVersion() - Method in class com.redhat.thermostat.launcher.BundleInformation
-
- getVersionInfo() - Method in class com.redhat.thermostat.common.Version
-
- getVersionNumber() - Method in class com.redhat.thermostat.common.Version
-
- getView() - Method in interface com.redhat.thermostat.client.core.controllers.InformationServiceController
-
Deprecated.
- getView() - Method in interface com.redhat.thermostat.client.core.views.UIPluginInfo
-
- getView() - Method in interface com.redhat.thermostat.client.ui.ContentProvider
-
- getView() - Method in class com.redhat.thermostat.client.ui.HostInformationController
-
- getView() - Method in class com.redhat.thermostat.client.ui.VersionAndInfoController
-
- getView() - Method in class com.redhat.thermostat.client.ui.VmInformationController
-
- getView() - Method in class com.redhat.thermostat.compat.platform.EmbeddedPlatformPlugin
-
- getView() - Method in interface com.redhat.thermostat.platform.mvc.MVCProvider
-
- getView() - Method in class com.redhat.thermostat.platform.swing.SwingWorkbench
-
- getVirtualMachines(HostRef, Filter<VmRef>) - Method in interface com.redhat.thermostat.storage.monitor.HostMonitor
-
Returns all the
VmRef
tracked by the given host and matching the
given
Filter
.
- getVmArguments() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getVmId() - Method in class com.redhat.thermostat.client.cli.VmArgument
-
- getVmId() - Method in class com.redhat.thermostat.client.core.VmIssue
-
- getVmId() - Method in class com.redhat.thermostat.storage.core.VmRef
-
- getVmId() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getVmIds(AgentId) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- getVmInfo(VmId) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- getVmInfo(VmRef) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- getVmInfo() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getVmIoStat(Clock, int) - Method in interface com.redhat.thermostat.common.portability.PortableProcess
-
- getVmName() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getVmPid() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getVMs(HostRef) - Method in class com.redhat.thermostat.storage.core.DefaultHostsVMsLoader
-
- getVMs(HostRef) - Method in interface com.redhat.thermostat.storage.core.HostsVMsLoader
-
- getVMs(HostRef) - Method in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- getVmVersion() - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- getWarnings() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
-
Conditions that are not errors or fatal errors as defined by the XML
recommendation.
- getWebsite() - Method in class com.redhat.thermostat.common.ApplicationInfo
-
- getWeight() - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
-
- getWhereExpression() - Method in class com.redhat.thermostat.storage.core.AggregateQuery
-
- getWhereExpression() - Method in interface com.redhat.thermostat.storage.core.Query
-
- getWorkbench() - Method in class com.redhat.thermostat.application.gui.ThermostatGUIApplicationProvider
-
- getWorkbench() - Method in class com.redhat.thermostat.platform.application.swing.core.SwingApplicationProvider
-
- getWorkbench() - Method in interface com.redhat.thermostat.platform.ApplicationProvider
-
- getWriterID() - Method in interface com.redhat.thermostat.storage.core.WriterID
-
- getWriteSyscalls() - Method in class com.redhat.thermostat.common.portability.PortableVmIoStat
-
- getX(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getXmlFile() - Method in exception com.redhat.thermostat.plugin.validator.PluginConfigurationValidatorException
-
- getXmlFile() - Method in interface com.redhat.thermostat.plugin.validator.ValidationIssue
-
- getY(int, int) - Method in class com.redhat.thermostat.client.ui.SampledDataset
-
- getZoomIconCursor() - Static method in class com.redhat.thermostat.client.swing.ThermostatSwingCursors
-
- GlobalOptions - Enum in com.redhat.thermostat.launcher
-
- GradientPanel - Class in com.redhat.thermostat.client.swing.components
-
A
JPanel
filled with a gradient color as the background.
- GradientPanel(Color, Color) - Constructor for class com.redhat.thermostat.client.swing.components.GradientPanel
-
- GradientRoundBorder - Class in com.redhat.thermostat.client.swing.components
-
A round
Border
filled with a grandient paint.
- GradientRoundBorder() - Constructor for class com.redhat.thermostat.client.swing.components.GradientRoundBorder
-
- graph - Variable in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
-
- graph - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
-
- Graph - Interface in com.redhat.thermostat.collections.graph
-
A simple interface defining methods for a general purpose Graph where
the
Vertices
in the Graph are represented by
Node
s and the
Edges
are the
Relationship
s between them.
- GraphContainer - Class in com.redhat.thermostat.ui.swing.components.graph
-
- GraphContainer() - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- GraphContainer(GraphModel) - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- GraphContainer(GraphModel, GraphLayout) - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- GraphicsUtils - Class in com.redhat.thermostat.client.swing
-
- GraphicsUtils() - Constructor for class com.redhat.thermostat.client.swing.GraphicsUtils
-
- GraphLayout - Class in com.redhat.thermostat.ui.swing.components.graph
-
Common layout class for Graph Containers.
- GraphLayout() - Constructor for class com.redhat.thermostat.ui.swing.components.graph.GraphLayout
-
- GraphModel - Class in com.redhat.thermostat.ui.swing.model.graph
-
- GraphModel(String) - Constructor for class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
- greaterThan(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
-
- greaterThanOrEqualTo(Key<T>, T) - Method in class com.redhat.thermostat.storage.query.ExpressionFactory
-
- sameAs(TraceElement) - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
-
- SAMPLE - Static variable in class com.redhat.thermostat.client.swing.IconResource
-
- SAMPLE_COUNT_PROPERTY - Static variable in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
Long property
- SAMPLE_WEIGHT_PROPERTY - Static variable in class com.redhat.thermostat.ui.swing.model.graph.GraphModel
-
Long property
- SampledDataset - Class in com.redhat.thermostat.client.ui
-
Represents a value sampled between two points in time.
- SampledDataset() - Constructor for class com.redhat.thermostat.client.ui.SampledDataset
-
- saveFile(String, InputStream, SaveFileListener) - Method in class com.redhat.thermostat.storage.core.QueuedStorage
-
- saveFile(String, InputStream, SaveFileListener) - Method in interface com.redhat.thermostat.storage.core.Storage
-
Save the contents of the input stream as the given name.
- SaveFileListener - Interface in com.redhat.thermostat.storage.core
-
- SaveFileListener.EventType - Enum in com.redhat.thermostat.storage.core
-
- saveMenuStates() - Method in class com.redhat.thermostat.client.swing.MenuHelper
-
- savePassword(String, String, char[]) - Method in interface com.redhat.thermostat.utils.keyring.Keyring
-
Map the given password to the given url and username.
- SchemaInfo - Interface in com.redhat.thermostat.storage.core
-
An interface which contains shared information used in
SchemaInfoDAO
and
SchemaInfoInserter
.
- SchemaInfoDAO - Interface in com.redhat.thermostat.storage.dao
-
- SchemaInfoInserter - Interface in com.redhat.thermostat.storage.core
-
- SchemaInformation - Class in com.redhat.thermostat.storage.model
-
- SchemaInformation() - Constructor for class com.redhat.thermostat.storage.model.SchemaInformation
-
- SEARCH - Static variable in class com.redhat.thermostat.client.swing.IconResource
-
- search(Node, TraversalListener) - Method in class com.redhat.thermostat.collections.graph.BreadthFirstSearch
-
- search(Node, TraversalListener) - Method in class com.redhat.thermostat.collections.graph.DepthFirstSearch
-
- SearchField - Class in com.redhat.thermostat.client.swing.components
-
A swing component meant for entering search terms.
- SearchField() - Constructor for class com.redhat.thermostat.client.swing.components.SearchField
-
- SearchField(int) - Constructor for class com.redhat.thermostat.client.swing.components.SearchField
-
- SearchPayload - Interface in com.redhat.thermostat.collections.graph
-
- SearchProvider - Interface in com.redhat.thermostat.client.ui
-
Implementations of this class can be used to notified listeners that a
search is performed.
- SearchProvider.SearchAction - Enum in com.redhat.thermostat.client.ui
-
- SectionHeader - Class in com.redhat.thermostat.client.swing.components
-
A
JLabel
that is appropriate to use as a label for grouping
the following information together.
- SectionHeader(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.SectionHeader
-
- SecureQueuedStorage - Class in com.redhat.thermostat.storage.core
-
- SecureQueuedStorage(SecureStorage, PerformanceLogFormatter) - Constructor for class com.redhat.thermostat.storage.core.SecureQueuedStorage
-
- SecureQueuedStorage(SecureStorage) - Constructor for class com.redhat.thermostat.storage.core.SecureQueuedStorage
-
- SecureStorage - Interface in com.redhat.thermostat.storage.core
-
Provides authentication service to the command channel API.
- selectChildID(int) - Method in class com.redhat.thermostat.client.core.views.VmInformationView
-
- selectChildID(int) - Method in class com.redhat.thermostat.client.ui.VmInformationController
-
- selectedIcon - Variable in class com.redhat.thermostat.client.swing.components.ActionToggleButtonUI
-
- send(String, String, String) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, String, int) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, String, long) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, String, Number) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, String, Boolean) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, String, String, String, String) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, String, String, String, String, String, String) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(String, Object...) - Method in class org.jboss.byteman.thermostat.helper.ThermostatHelper
-
- send(BytemanMetric) - Method in class org.jboss.byteman.thermostat.helper.Transport
-
- SEND_THRESHOLD_PROPERTY - Static variable in class org.jboss.byteman.thermostat.helper.Transport
-
- sendSignal(Integer, UNIXSignal) - Method in interface com.redhat.thermostat.service.process.ProcessHandler
-
Sends the given
UNIXSignal
to the process indicated by
pid
.
- serverExists(String) - Method in interface com.redhat.thermostat.agent.ipc.server.AgentIPCService
-
Check if an IPC server exists with a given name.
- serverExists(String) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
-
- ServerTransport - Interface in com.redhat.thermostat.agent.ipc.server
-
- Service - Annotation Type in com.redhat.thermostat.annotations
-
Indicates that the annotated class is a service available through OSGi.
- SERVICE_NAME - Static variable in class com.redhat.thermostat.common.utils.ServiceRegistry
-
- ServiceRegistry<T> - Class in com.redhat.thermostat.common.utils
-
- ServiceRegistry(BundleContext, String) - Constructor for class com.redhat.thermostat.common.utils.ServiceRegistry
-
- set(boolean) - Method in class com.redhat.thermostat.beans.property.BooleanProperty
-
- set(double) - Method in class com.redhat.thermostat.beans.property.DoubleProperty
-
- set(T) - Method in class com.redhat.thermostat.beans.property.EnumProperty
-
- set(int) - Method in class com.redhat.thermostat.beans.property.IntegerProperty
-
- set(long) - Method in class com.redhat.thermostat.beans.property.LongProperty
-
- set(T) - Method in class com.redhat.thermostat.beans.property.ObjectProperty
-
- set(String) - Method in class com.redhat.thermostat.beans.property.StringProperty
-
- set(String, String) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- set(String, int) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- set(String, double) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- set(String, long) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- set(String, float) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- set(String, boolean) - Method in interface com.redhat.thermostat.client.swing.SharedPreferences.Editor
-
- set(String, Object) - Method in interface com.redhat.thermostat.storage.core.Add
-
Sets a field to the specified value.
- set(String, Object) - Method in interface com.redhat.thermostat.storage.core.Replace
-
Sets a field in a found record to the specified value.
- set(String, Object) - Method in interface com.redhat.thermostat.storage.core.Update
-
Sets a field in a found record to the specified value.
- setAction(Runnable) - Method in interface com.redhat.thermostat.common.Timer
-
- setActive(boolean) - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- setAgentId(String) - Method in class com.redhat.thermostat.storage.model.BasePojo
-
- setAggregateKey(Key<?>) - Method in class com.redhat.thermostat.storage.core.AggregateQuery
-
Sets an optional
Key
to aggregate values for.
- setAlive(boolean) - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- setAnchorSelectionIndex(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- setBatchSize(int) - Method in class com.redhat.thermostat.storage.core.BasicBatchCursor
-
- setBatchSize(int) - Method in interface com.redhat.thermostat.storage.core.Cursor
-
Sets the configured batch size when retrieving more elements from the
database.
- setBoolean(int, boolean) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setBoolean(int, boolean) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
-
- setBooleanList(int, boolean[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setCategoryName(String) - Method in class com.redhat.thermostat.storage.model.SchemaInformation
-
- setCommonPaths(CommonPaths) - Static method in class com.redhat.thermostat.shared.config.NativeLibraryResolver
-
- setCompletionMode(DirectoryContentsCompletionFinder.CompletionMode) - Method in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
-
Set the configurable completion mode.
- setConfig(String, StorageCredentials, SSLConfiguration) - Method in interface com.redhat.thermostat.storage.core.StorageProvider
-
Sets the to-be-used configuration of this StorageProvider.
- setConfigFiles(File, File) - Static method in class com.redhat.thermostat.agent.config.AgentConfigsUtils
-
- setConfigListenAddress(String) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- setConfigListenAddress(String) - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- setConfigPublishAddress(String) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- setConnectionUrl(String) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- setConnectionUrl(String) - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- setConnectionUrl(String) - Method in class com.redhat.thermostat.common.config.ClientPreferences
-
- setContent(JComponent) - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
-
- setContent(BufferedImage) - Method in class com.redhat.thermostat.ui.swing.components.ImageComponent
-
- setCopyEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- setCount(long) - Method in class com.redhat.thermostat.storage.model.AggregateCount
-
- setCpuCount(int) - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- setCpuModel(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- setCredentials(String, char[]) - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- setCutCopyEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
-
- setCutEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- setDatabaseURL(String) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- setDataInformationLabel(String) - Method in class com.redhat.thermostat.client.swing.components.RecentTimeSeriesChartPanel
-
- setDelay(long) - Method in interface com.redhat.thermostat.common.Timer
-
- setDescription(String) - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- setDirection(Query.SortDirection) - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
-
- setDomainAxisLabel(String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
-
- setDouble(int, double) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setDoubleList(int, double[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
-
- setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
-
- setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextArea
-
- setEditable(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextField
-
- setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatEditorPane
-
- setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPasswordField
-
- setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextArea
-
- setEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTextField
-
- setEnabled(boolean) - Method in interface com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator
-
Set whether or not this decorator should apply its decoration to reference fields.
- setEnvironment(Map<String, String>) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setEnvironmentAsArray(VmInfo.KeyValuePair[]) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setExitStatus(int) - Method in interface com.redhat.thermostat.common.ExitStatus
-
Sets the exit status, which will be used as status when the JVM
terminates.
- setFileFilter(FileFilter) - Method in class com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder
-
Set the file filter.
- setGlobalLogLevel(Level) - Static method in class com.redhat.thermostat.common.utils.LoggingUtils
-
Set the log level for the logger at the root of the "com.redhat.thermostat" namespace
- setGradientPaint(Graphics2D, int, int, Color, Color) - Method in class com.redhat.thermostat.client.swing.GraphicsUtils
-
- setHeader(LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.HeaderPanel
-
- setHostname(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- setImmutable() - Method in class com.redhat.thermostat.beans.property.BaseProperty
-
- setIndeterminate(boolean) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- setInitialDelay(long) - Method in interface com.redhat.thermostat.common.Timer
-
- setInt(int, int) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setInt(int, int) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
-
- setInterfaceName(String) - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- setInterpolator(Interpolator) - Method in class com.redhat.thermostat.animation.Animation
-
- setIntList(int, int[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setIp4Addr(String) - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- setIp6Addr(String) - Method in class com.redhat.thermostat.storage.model.NetworkInterfaceInfo
-
- setIssuesState(IssueView.IssueState) - Method in class com.redhat.thermostat.client.core.views.IssueView
-
- setJavaCommandLine(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setJavaHome(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setJavaVersion(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setKey(Key<?>) - Method in class com.redhat.thermostat.storage.core.AbstractQuery.Sort
-
- setKey(Key<?>) - Method in class com.redhat.thermostat.storage.model.DistinctResult
-
- setKey(String) - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
-
- setLabel(LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.SearchField
-
- setLeadSelectionIndex(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- setLimit(int) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
-
- setLoadedNativeLibraries(String[]) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setLong(int, long) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setLong(int, long) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
-
- setLongList(int, long[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setMainClass(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setMaxNormalized(long) - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
-
- setMenuStates(Map<String, Boolean>) - Method in class com.redhat.thermostat.client.swing.MenuStates
-
Set the enabled/disabled state of each toggleable menu item.
- setMinNormalized(long) - Method in class com.redhat.thermostat.common.model.LongRangeNormalizer
-
- setModel(GraphModel) - Method in class com.redhat.thermostat.ui.swing.components.graph.GraphContainer
-
- setName(String) - Method in class com.redhat.thermostat.storage.core.Key
-
- setName(String) - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- setObserveNewJvm(boolean) - Method in interface com.redhat.thermostat.backend.Backend
-
Set whether this backend will attach to new java processes.
- setObserveNewJvm(boolean) - Method in class com.redhat.thermostat.backend.BaseBackend
-
- setObserveNewJvm(boolean) - Method in class com.redhat.thermostat.backend.HostPollingBackend
-
- setObserveNewJvm(boolean) - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- setOrderValue(int) - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- setOsKernel(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- setOsName(String) - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- setOverlayVisible(boolean) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
-
Sets the visibility of this panel.
- setParameter(String, String) - Method in class com.redhat.thermostat.common.command.Request
-
- setPassword(char[]) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- setPasteEnabled(boolean) - Method in class com.redhat.thermostat.client.swing.components.CutCopyPastePopup
-
- setPattern(String) - Method in class com.redhat.thermostat.client.core.NameMatchingRefFilter
-
- setPayload(Object) - Method in class com.redhat.thermostat.common.ActionEvent
-
- setPids(int[]) - Method in class com.redhat.thermostat.storage.model.BackendInformation
-
- setPlatformShutdown(PlatformShutdown) - Method in class com.redhat.thermostat.platform.swing.WorkbenchController
-
- setPojo(int, Pojo) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setPojoList(int, Pojo[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setProgress(int) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- setProperties(Map<String, String>) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setPropertiesAsArray(VmInfo.KeyValuePair[]) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setProperty(String, E) - Method in class com.redhat.thermostat.collections.graph.Node
-
- setProperty(String, Object) - Method in class com.redhat.thermostat.collections.graph.Relationship
-
- setRange(Range<Integer>) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- setReceiver(String) - Method in class com.redhat.thermostat.common.command.Request
-
- setSaveEntitlements(boolean) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- setSaveEntitlements(boolean) - Method in class com.redhat.thermostat.client.ui.ClientPreferencesModel
-
- setSaveEntitlements(boolean) - Method in class com.redhat.thermostat.common.config.ClientPreferences
-
- setSchedulingType(Timer.SchedulingType) - Method in interface com.redhat.thermostat.common.Timer
-
- setSearchText(String) - Method in class com.redhat.thermostat.client.swing.components.SearchField
-
- setSelectedAgentBackendDescription(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectedAgentBackendStatus(Map<String, String>) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectedAgentCommandAddress(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectedAgentId(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectedAgentName(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectedAgentStartTime(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectedAgentStopTime(String) - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- setSelectionInterval(int, int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- setSelectionMode(int) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- setService(Class<T>, T) - Method in class com.redhat.thermostat.common.cli.AbstractCompleterService
-
- setShadowColor(Color) - Method in class com.redhat.thermostat.client.swing.components.ShadowLabel
-
- setSorts(List<AbstractQuery.Sort>) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
-
- setStartTime(long) - Method in class com.redhat.thermostat.agent.config.AgentStartupConfiguration
-
- setStartTime(long) - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- setStartTimeStamp(long) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setStopTime(long) - Method in class com.redhat.thermostat.storage.model.AgentInformation
-
- setStopTimeStamp(long) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setStorageRequired(boolean) - Method in class com.redhat.thermostat.common.cli.AbstractStateNotifyingCommand
-
- setString(int, String) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setString(int, String) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
-
- setStringList(int, String[]) - Method in class com.redhat.thermostat.storage.core.PreparedParameters
-
- setStringList(int, String[]) - Method in interface com.redhat.thermostat.storage.core.PreparedStatement
-
- setTask(LocalizedString) - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
Sets the task currently associated
- setText(String) - Method in class com.redhat.thermostat.client.swing.components.ActionButton
-
- setText(String) - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
-
- setText(String) - Method in class com.redhat.thermostat.client.swing.components.HtmlShadowLabel
-
- setTime(Duration) - Method in class com.redhat.thermostat.client.ui.RecentTimeSeriesChartController
-
- setTimeStamp(long) - Method in class com.redhat.thermostat.storage.model.SchemaInformation
-
- setTimeUnit(TimeUnit) - Method in interface com.redhat.thermostat.common.Timer
-
- setToggleActionState(ToggleActionState) - Method in class com.redhat.thermostat.client.swing.components.ActionToggleButton
-
- setTooltip(LocalizedString) - Method in class com.redhat.thermostat.client.swing.components.SearchField
-
- setTotalMemory(long) - Method in class com.redhat.thermostat.storage.model.HostInfo
-
- setType(Class<?>) - Method in class com.redhat.thermostat.storage.core.PreparedParameter
-
- setUid(long) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setUrl(String) - Method in class com.redhat.thermostat.storage.core.Connection
-
Sets the connection URL to which to connect to.
- setUserName(String) - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- setUserName(String) - Method in class com.redhat.thermostat.common.config.ClientPreferences
-
- setUsername(String) - Method in class com.redhat.thermostat.storage.core.Connection
-
- setUsername(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setValue(T) - Method in class com.redhat.thermostat.beans.property.BaseProperty
-
- setValue(Boolean) - Method in class com.redhat.thermostat.beans.property.BooleanProperty
-
- setValue(Double) - Method in class com.redhat.thermostat.beans.property.DoubleProperty
-
- setValue(Integer) - Method in class com.redhat.thermostat.beans.property.IntegerProperty
-
- setValue(Long) - Method in class com.redhat.thermostat.beans.property.LongProperty
-
- setValue(T) - Method in interface com.redhat.thermostat.beans.property.Property
-
- setValue(Object) - Method in class com.redhat.thermostat.client.swing.components.ThermostatTableRenderer
-
- setValue(Object) - Method in class com.redhat.thermostat.storage.core.PreparedParameter
-
- setValue(String) - Method in class com.redhat.thermostat.storage.model.VmInfo.KeyValuePair
-
- setValueIsAdjusting(boolean) - Method in class com.redhat.thermostat.client.swing.components.models.NullSelectionModel
-
- setValues(String[]) - Method in class com.redhat.thermostat.storage.model.DistinctResult
-
- setVisible(boolean) - Method in class com.redhat.thermostat.client.swing.components.OverlayPanel
-
No-op when setting the panel visible.
- setVisible(boolean) - Method in class com.redhat.thermostat.client.swing.components.ThermostatPopupMenu
-
- setVmArguments(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setVmId(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setVmInfo(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setVmName(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setVmPid(int) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setVmVersion(String) - Method in class com.redhat.thermostat.storage.model.VmInfo
-
- setWeight(long) - Method in class com.redhat.thermostat.ui.swing.model.TraceElement
-
- Severity - Enum in com.redhat.thermostat.client.core
-
- severity - Variable in class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
-
- ShadowLabel - Class in com.redhat.thermostat.client.swing.components
-
- ShadowLabel(LocalizedString) - Constructor for class com.redhat.thermostat.client.swing.components.ShadowLabel
-
- ShadowLabel(LocalizedString, Icon) - Constructor for class com.redhat.thermostat.client.swing.components.ShadowLabel
-
- ShadowLabel() - Constructor for class com.redhat.thermostat.client.swing.components.ShadowLabel
-
- SharedPreferences - Class in com.redhat.thermostat.client.swing
-
Provides a common location for persisted preferences to be stored.
- SharedPreferences.Editor - Interface in com.redhat.thermostat.client.swing
-
Implementations of this interface provide a way for clients to update the contents of the "parent"
SharedPreferences instance.
- SHOULD_MONITOR_NEW_PROCESSES - Static variable in interface com.redhat.thermostat.storage.dao.BackendInfoDAO
-
- SHOW_TEXT - Static variable in class com.redhat.thermostat.client.swing.components.HeaderPanel
-
- showChart(MultiChartPanel.DataGroup, String) - Method in class com.redhat.thermostat.client.swing.components.MultiChartPanel
-
- showDialog() - Method in class com.redhat.thermostat.client.core.views.AgentInformationDisplayView
-
- showDialog() - Method in interface com.redhat.thermostat.client.core.views.ClientConfigurationView
-
- showDialog() - Method in class com.redhat.thermostat.client.ui.ClientConfigurationController
-
- showingProperty() - Method in class com.redhat.thermostat.platform.mvc.View
-
- showMainMainWindow() - Method in interface com.redhat.thermostat.client.ui.MainWindowController
-
- showView() - Method in class com.redhat.thermostat.client.ui.AgentInformationDisplayController
-
- shutdown() - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
-
- shutdown() - Method in class com.redhat.thermostat.common.ThreadPoolTimerFactory
-
- shutdown() - Method in interface com.redhat.thermostat.common.TimerFactory
-
- shutdown() - Method in class com.redhat.thermostat.platform.EmbeddedPlatform
-
- shutdown() - Method in class com.redhat.thermostat.platform.event.EventQueue
-
- shutdown() - Method in class com.redhat.thermostat.storage.core.QueuedStorage
-
- shutdown() - Method in interface com.redhat.thermostat.storage.core.Storage
-
Shutdown the storage
- signalName() - Method in enum com.redhat.thermostat.service.process.UNIXSignal
-
- SimpleArguments - Class in com.redhat.thermostat.common.cli
-
- SimpleArguments() - Constructor for class com.redhat.thermostat.common.cli.SimpleArguments
-
- SimpleDaoQuery<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
-
- SimpleDaoQuery(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.SimpleDaoQuery
-
- SimpleDaoStatement<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
-
- SimpleDaoStatement(Storage, Category<T>, String) - Constructor for class com.redhat.thermostat.storage.dao.SimpleDaoStatement
-
- size() - Method in interface com.redhat.thermostat.collections.graph.Graph
-
Returns the size of this Graph.
- size() - Method in class com.redhat.thermostat.collections.graph.HashGraph
-
- Size - Class in com.redhat.thermostat.common
-
Represents a size (of a file, memory, or disk) with a number and a unit.
- Size(double, Size.Unit) - Constructor for class com.redhat.thermostat.common.Size
-
- Size.Unit - Enum in com.redhat.thermostat.common
-
- sleep(long) - Static method in class org.jboss.byteman.thermostat.helper.Utils
-
Thread#sleep call without checked exceptions
- SOCKET_TRANSPORT_NAME - Static variable in class org.jboss.byteman.thermostat.helper.TransportFactory
-
- sort(Key<?>, Query.SortDirection) - Method in class com.redhat.thermostat.storage.core.AbstractQuery
-
- Sort() - Constructor for class com.redhat.thermostat.storage.core.AbstractQuery.Sort
-
- Sort(Key<?>, Query.SortDirection) - Constructor for class com.redhat.thermostat.storage.core.AbstractQuery.Sort
-
- sort(Key<?>, Query.SortDirection) - Method in class com.redhat.thermostat.storage.core.AggregateQuery
-
- sort(Key<?>, Query.SortDirection) - Method in interface com.redhat.thermostat.storage.core.Query
-
- SORT_BOTTOM - Static variable in interface com.redhat.thermostat.client.ui.MenuAction
-
- SORT_TOP - Static variable in interface com.redhat.thermostat.client.ui.MenuAction
-
- sortByColumn(int) - Method in class com.redhat.thermostat.common.cli.TableRenderer
-
- SortedMenuItem(JMenuItem, int) - Constructor for class com.redhat.thermostat.client.swing.MenuHelper.SortedMenuItem
-
- sortLines() - Method in class com.redhat.thermostat.common.cli.TableRenderer
-
- sortOrder() - Method in interface com.redhat.thermostat.client.ui.MenuAction
-
The sort order priority of this menu action.
- Spinner - Class in com.redhat.thermostat.ui.swing.components
-
- Spinner() - Constructor for class com.redhat.thermostat.ui.swing.components.Spinner
-
- SpinnerLayerUI - Class in com.redhat.thermostat.ui.swing.components
-
- SpinnerLayerUI() - Constructor for class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
-
- SSLConfiguration - Interface in com.redhat.thermostat.shared.config
-
- SSLContextFactory - Class in com.redhat.thermostat.common.ssl
-
- SSLContextFactory() - Constructor for class com.redhat.thermostat.common.ssl.SSLContextFactory
-
- SslInitException - Exception in com.redhat.thermostat.common.ssl
-
- SslInitException(Throwable) - Constructor for exception com.redhat.thermostat.common.ssl.SslInitException
-
- SslInitException(String) - Constructor for exception com.redhat.thermostat.common.ssl.SslInitException
-
- SslInitException(String, Throwable) - Constructor for exception com.redhat.thermostat.common.ssl.SslInitException
-
- start() - Method in class com.redhat.thermostat.agent.Agent
-
- start(IPCProperties) - Method in interface com.redhat.thermostat.agent.ipc.server.ServerTransport
-
- start() - Method in interface com.redhat.thermostat.animation.Clip
-
- start() - Method in class com.redhat.thermostat.animation.DefaultClip
-
- start() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- start() - Method in class com.redhat.thermostat.common.ThermostatExtensionRegistry
-
- start() - Method in interface com.redhat.thermostat.common.Timer
-
- start() - Method in class com.redhat.thermostat.platform.Application
-
Called at the end of the start phase on the Application Main Thread.
- start() - Method in class com.redhat.thermostat.platform.EmbeddedPlatform
-
- start() - Method in class com.redhat.thermostat.platform.event.EventQueue
-
- start() - Method in class com.redhat.thermostat.platform.mvc.Controller
-
- start() - Method in class com.redhat.thermostat.platform.mvc.View
-
- start() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
-
- start() - Method in class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
-
- START_TIME_KEY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
- startAnimation() - Method in class com.redhat.thermostat.animation.Animation
-
- startListening(String, int) - Method in interface com.redhat.thermostat.agent.command.ConfigurationServer
-
Starts the configuration server so it listens at the interface specified
by the host
and port
.
- startTimeKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- StartupConfiguration - Interface in com.redhat.thermostat.storage.config
-
- Statement<T extends Pojo> - Interface in com.redhat.thermostat.storage.core
-
Implementations of this interface represent operations on storage.
- StatementDescriptor<T extends Pojo> - Class in com.redhat.thermostat.storage.core
-
- StatementDescriptor(Category<T>, String) - Constructor for class com.redhat.thermostat.storage.core.StatementDescriptor
-
- statementDescriptor - Variable in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
-
- StatementDescriptorRegistration - Interface in com.redhat.thermostat.storage.core.auth
-
ServiceLoader
interface used for registering
trusted statement descriptors.
- StatementExecutionException - Exception in com.redhat.thermostat.storage.core
-
Exception thrown if something was wrong with a
PreparedStatement
and it was attempted to execute it.
- StatementExecutionException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.StatementExecutionException
-
- StatementResult<T extends Pojo> - Class in com.redhat.thermostat.storage.dao
-
- StatementResult() - Constructor for class com.redhat.thermostat.storage.dao.StatementResult
-
- status - Variable in class com.redhat.thermostat.collections.graph.DepthFirstSearch
-
- statusProperty() - Method in class com.redhat.thermostat.animation.Animation
-
- stop() - Method in class com.redhat.thermostat.agent.Agent
-
- stop() - Method in class com.redhat.thermostat.animation.Animation
-
- stop() - Method in interface com.redhat.thermostat.animation.Clip
-
- stop() - Method in class com.redhat.thermostat.animation.DefaultClip
-
- stop() - Method in class com.redhat.thermostat.client.core.progress.ProgressHandle
-
- stop() - Method in class com.redhat.thermostat.common.ThermostatExtensionRegistry
-
- stop() - Method in interface com.redhat.thermostat.common.Timer
-
- stop() - Method in class com.redhat.thermostat.platform.Application
-
Called at the beginning of the stop phase on the Application Main Thread.
- stop() - Method in class com.redhat.thermostat.platform.mvc.Controller
-
- stop() - Method in class com.redhat.thermostat.platform.mvc.View
-
- stop() - Method in class com.redhat.thermostat.platform.swing.WorkbenchSwingView
-
- stop() - Method in class com.redhat.thermostat.ui.swing.components.SpinnerLayerUI
-
- STOP_TIME_KEY - Static variable in interface com.redhat.thermostat.storage.dao.AgentInfoDAO
-
- stopListening() - Method in interface com.redhat.thermostat.agent.command.ConfigurationServer
-
Shuts down the configuration server.
- stopTimeKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- Storage - Interface in com.redhat.thermostat.storage.core
-
A storage can be used to store, query, update and remove data.
- storage - Variable in class com.redhat.thermostat.storage.dao.AbstractDaoOperation
-
- StorageAuthInfoGetter - Class in com.redhat.thermostat.common.tools
-
Utility class to isolate the user-facing strings necessary when prompting user
for authentication parameters for storage connection.
- StorageAuthInfoGetter(Console, LocalizedString, LocalizedString) - Constructor for class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
-
Constructor.
- StorageAuthInfoGetter(Console) - Constructor for class com.redhat.thermostat.common.tools.StorageAuthInfoGetter
-
- StorageCredentials - Interface in com.redhat.thermostat.storage.core
-
- StorageException - Exception in com.redhat.thermostat.storage.core
-
- StorageException() - Constructor for exception com.redhat.thermostat.storage.core.StorageException
-
- StorageException(String) - Constructor for exception com.redhat.thermostat.storage.core.StorageException
-
- StorageException(Throwable) - Constructor for exception com.redhat.thermostat.storage.core.StorageException
-
- StorageException(String, Throwable) - Constructor for exception com.redhat.thermostat.storage.core.StorageException
-
- StorageProvider - Interface in com.redhat.thermostat.storage.core
-
Factory for creating a new
Storage
instance.
- StreamUtils - Class in com.redhat.thermostat.common.utils
-
- StreamUtils() - Constructor for class com.redhat.thermostat.common.utils.StreamUtils
-
- StringProperty - Class in com.redhat.thermostat.beans.property
-
- StringProperty() - Constructor for class com.redhat.thermostat.beans.property.StringProperty
-
- StringProperty(String) - Constructor for class com.redhat.thermostat.beans.property.StringProperty
-
- StringProperty(String, String) - Constructor for class com.redhat.thermostat.beans.property.StringProperty
-
- StringsTabCompleter - Class in com.redhat.thermostat.common.cli
-
- StringsTabCompleter(String...) - Constructor for class com.redhat.thermostat.common.cli.StringsTabCompleter
-
- StringsTabCompleter(Iterable<String>) - Constructor for class com.redhat.thermostat.common.cli.StringsTabCompleter
-
- StringUtils - Class in com.redhat.thermostat.common.utils
-
- SubcommandExpectedException - Exception in com.redhat.thermostat.common.cli
-
- SubcommandExpectedException() - Constructor for exception com.redhat.thermostat.common.cli.SubcommandExpectedException
-
- SwingApplication - Class in com.redhat.thermostat.platform.application.swing.core
-
- SwingApplication() - Constructor for class com.redhat.thermostat.platform.application.swing.core.SwingApplication
-
- SwingApplicationID - Class in com.redhat.thermostat.platform.application.swing.core
-
- SwingApplicationID() - Constructor for class com.redhat.thermostat.platform.application.swing.core.SwingApplicationID
-
- SwingApplicationProvider - Class in com.redhat.thermostat.platform.application.swing.core
-
- SwingApplicationProvider() - Constructor for class com.redhat.thermostat.platform.application.swing.core.SwingApplicationProvider
-
- SwingComponent - Interface in com.redhat.thermostat.client.swing
-
A
UIComponent
that uses the swing toolkit to display
widgets and components.
- SwingView - Class in com.redhat.thermostat.platform.swing
-
- SwingView() - Constructor for class com.redhat.thermostat.platform.swing.SwingView
-
- SwingWorkbench - Class in com.redhat.thermostat.platform.swing
-
- SwingWorkbench() - Constructor for class com.redhat.thermostat.platform.swing.SwingWorkbench
-
- SysConf - Class in com.redhat.thermostat.common.portability
-
A wrapper over POSIX's sysconf.
- SystemClock - Class in com.redhat.thermostat.common
-
A
Clock
that corresponds to the time as measured on the system.
- SystemClock() - Constructor for class com.redhat.thermostat.common.SystemClock
-
- validate(File) - Method in class com.redhat.thermostat.plugin.validator.PluginValidator
-
The method validates a thermostat-plugin.xml file against the thermostat
plug-in schema
- ValidationErrorsFormatter - Class in com.redhat.thermostat.plugin.validator
-
Formats XML validation issues to strings.
- ValidationErrorsFormatter() - Constructor for class com.redhat.thermostat.plugin.validator.ValidationErrorsFormatter
-
- ValidationIssue - Interface in com.redhat.thermostat.plugin.validator
-
Represents XML schema validation issues.
- value - Variable in class com.redhat.thermostat.beans.property.BaseProperty
-
- ValueField - Class in com.redhat.thermostat.client.swing.components
-
A custom swing component meant for showing values.
- ValueField(String) - Constructor for class com.redhat.thermostat.client.swing.components.ValueField
-
- valueOf(String) - Static method in enum com.redhat.thermostat.agent.config.AgentProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.agent.VmStatusListener.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.animation.Animation.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.progress.ProgressHandle.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.AgentInformationDisplayView.ConfigurationAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.BasicView.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.ClientConfigurationView.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.locale.LocaleResources
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.swing.ReferenceFieldDecoratorLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.MenuAction.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.Palette
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.SearchProvider.SearchAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator.StatusEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.collections.graph.RelationshipType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.collections.graph.TraversalListener.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder.CompletionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.cli.LocaleResources
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.command.Request.RequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.command.Response.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.Filter.FilterEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.Size.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.ThermostatExtensionRegistry.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.Timer.SchedulingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.tools.ApplicationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.common.utils.LoggingUtils.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.launcher.FrameworkOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.launcher.GlobalOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.service.process.UNIXSignal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.AggregateQuery.AggregateFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.Connection.ConnectionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.Query.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.core.SaveFileListener.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.model.VmInfo.AliveStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.monitor.HostMonitor.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.monitor.NetworkMonitor.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.BinaryComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.BinaryLogicalOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.BinarySetMembershipOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.redhat.thermostat.storage.query.UnaryLogicalOperator
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.redhat.thermostat.agent.config.AgentProperties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.agent.VmStatusListener.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.animation.Animation.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.progress.ProgressHandle.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.views.AgentInformationDisplayView.ConfigurationAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.views.BasicView.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.views.ClientConfigurationView.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.core.views.IssueView.IssueState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.locale.LocaleResources
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.swing.ReferenceFieldDecoratorLayout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.ui.MenuAction.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.ui.Palette
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.ui.SearchProvider.SearchAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.client.ui.ToggleableReferenceFieldLabelDecorator.StatusEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.collections.graph.RelationshipType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.collections.graph.TraversalListener.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.cli.DirectoryContentsCompletionFinder.CompletionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.cli.LocaleResources
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.command.Request.RequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.command.Response.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.Filter.FilterEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.Size.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.ThermostatExtensionRegistry.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.Timer.SchedulingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.tools.ApplicationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.common.utils.LoggingUtils.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.launcher.FrameworkOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.launcher.GlobalOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.service.process.UNIXSignal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.core.AggregateQuery.AggregateFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.core.Connection.ConnectionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.core.Query.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.core.SaveFileListener.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.model.VmInfo.AliveStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.monitor.HostMonitor.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.monitor.NetworkMonitor.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.query.BinaryComparisonOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.query.BinaryLogicalOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.query.BinarySetMembershipOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.redhat.thermostat.storage.query.UnaryLogicalOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToString(double) - Method in class com.redhat.thermostat.client.ui.BytesTickUnit
-
- verifyToken(AuthToken, String) - Method in class com.redhat.thermostat.storage.core.SecureQueuedStorage
-
- verifyToken(AuthToken, String) - Method in interface com.redhat.thermostat.storage.core.SecureStorage
-
Verifies the specified token and action in the storage.
- Version - Class in com.redhat.thermostat.common
-
Utility class for Thermostat version info.
- Version() - Constructor for class com.redhat.thermostat.common.Version
-
Use this only if you want the version info of core thermostat.
- Version(Bundle) - Constructor for class com.redhat.thermostat.common.Version
-
- VERSION_NUMBER_FORMAT - Static variable in class com.redhat.thermostat.common.Version
-
- VERSION_OPTION - Static variable in class com.redhat.thermostat.common.Version
-
- VersionAndInfoController - Class in com.redhat.thermostat.client.ui
-
- VersionAndInfoController(ApplicationInfo, VersionAndInfoViewProvider) - Constructor for class com.redhat.thermostat.client.ui.VersionAndInfoController
-
- VersionAndInfoView - Class in com.redhat.thermostat.client.core.views
-
A
View
that displays a summary of everything in thermostat.
- VersionAndInfoView() - Constructor for class com.redhat.thermostat.client.core.views.VersionAndInfoView
-
- VersionAndInfoViewProvider - Interface in com.redhat.thermostat.client.core.views
-
- VerticalLayout - Class in com.redhat.thermostat.client.swing.components
-
A layout that lays components in a vertical stack according to
the component hierarchy preferred height.
- VerticalLayout() - Constructor for class com.redhat.thermostat.client.swing.components.VerticalLayout
-
- View - Interface in com.redhat.thermostat.client.core.views
-
An object that is meant to be used as a View in an MVC setup.
- view - Variable in class com.redhat.thermostat.platform.mvc.Controller
-
- View - Class in com.redhat.thermostat.platform.mvc
-
Toplevel View class for Thermostat components.
- View() - Constructor for class com.redhat.thermostat.platform.mvc.View
-
- VIEW_NAME - Static variable in class com.redhat.thermostat.client.swing.components.SearchField
-
For use by tests only
- ViewProvider - Interface in com.redhat.thermostat.client.core.views
-
Interface for View plugins to notify the controllers that the
appropriate view have been registered in the framework.
- viewStarted() - Method in class com.redhat.thermostat.platform.mvc.Controller
-
- viewStopped() - Method in class com.redhat.thermostat.platform.mvc.Controller
-
- viewStopped() - Method in class com.redhat.thermostat.platform.swing.WorkbenchController
-
- vm - Variable in class com.redhat.thermostat.client.core.views.IssueView.IssueDescription
-
- VM_ID - Static variable in class com.redhat.thermostat.storage.core.Key
-
- VM_INTERVAL_QUERY_FORMAT - Static variable in class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
-
- VM_LATEST_QUERY_FORMAT - Static variable in class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
-
- VmArgument - Class in com.redhat.thermostat.client.cli
-
- vmArgumentsKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- VmBlacklist - Interface in com.redhat.thermostat.agent
-
Maintains a list of JVM processes that Thermostat should not
monitor.
- VmBoundaryPojoGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
-
- VmBoundaryPojoGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.VmBoundaryPojoGetter
-
- VmId - Class in com.redhat.thermostat.storage.core
-
This class uniquely identifies a Java Virtual Machine
- VmId(String) - Constructor for class com.redhat.thermostat.storage.core.VmId
-
- VmInfo - Class in com.redhat.thermostat.storage.model
-
- VmInfo() - Constructor for class com.redhat.thermostat.storage.model.VmInfo
-
- VmInfo(String, String, int, long, long, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, String[], long, String) - Constructor for class com.redhat.thermostat.storage.model.VmInfo
-
- VmInfo.AliveStatus - Enum in com.redhat.thermostat.storage.model
-
- VmInfo.KeyValuePair - Class in com.redhat.thermostat.storage.model
-
- vmInfoCategory - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- VmInfoDAO - Interface in com.redhat.thermostat.storage.dao
-
- vmInfoKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- VmInformationController - Class in com.redhat.thermostat.client.ui
-
- VmInformationController(List<InformationService<VmRef>>, VmRef, VmInformationViewProvider, List<DynamicVMPluginProvider>) - Constructor for class com.redhat.thermostat.client.ui.VmInformationController
-
- VmInformationView - Class in com.redhat.thermostat.client.core.views
-
- VmInformationView() - Constructor for class com.redhat.thermostat.client.core.views.VmInformationView
-
- VmInformationViewProvider - Interface in com.redhat.thermostat.client.core.views
-
- VmIssue - Class in com.redhat.thermostat.client.core
-
- VmIssue(AgentId, VmId, Severity, String) - Constructor for class com.redhat.thermostat.client.core.VmIssue
-
- VmLatestPojoListGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
-
- VmLatestPojoListGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.VmLatestPojoListGetter
-
- VmListenerBackend - Class in com.redhat.thermostat.backend
-
- VmListenerBackend(String, String, String, String, VmStatusListenerRegistrar, WriterID) - Constructor for class com.redhat.thermostat.backend.VmListenerBackend
-
- VmListenerBackend(String, String, String, String, boolean, VmStatusListenerRegistrar, WriterID) - Constructor for class com.redhat.thermostat.backend.VmListenerBackend
-
- vmNameKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- vmPidKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-
- VmPollingAction - Interface in com.redhat.thermostat.backend
-
An action to be performed at a regular interval as part of a
VmPollingBackend
implementation.
- VmPollingBackend - Class in com.redhat.thermostat.backend
-
Convenience
Backend
class for implementations that will take some
action for each monitored JVM process on a regular interval.
- VmPollingBackend(String, String, String, Version, ScheduledExecutorService, VmStatusListenerRegistrar) - Constructor for class com.redhat.thermostat.backend.VmPollingBackend
-
- VmRef - Class in com.redhat.thermostat.storage.core
-
- VmRef(HostRef, String, Integer, String) - Constructor for class com.redhat.thermostat.storage.core.VmRef
-
- VmRef(HostRef, VmInfo) - Constructor for class com.redhat.thermostat.storage.core.VmRef
-
- VMStatPrintDelegate - Interface in com.redhat.thermostat.client.cli
-
This interface should be implemented by plug-ins that would like to
contribute data to the output of the vm-stat command.
- vmStatusChanged(VmStatusListener.Status, String, int) - Method in interface com.redhat.thermostat.agent.VmStatusListener
-
- vmStatusChanged(VmStatusListener.Status, String, int) - Method in class com.redhat.thermostat.backend.VmListenerBackend
-
- vmStatusChanged(VmStatusListener.Status, String, int) - Method in class com.redhat.thermostat.backend.VmPollingBackend
-
- VmStatusListener - Interface in com.redhat.thermostat.agent
-
A listener that is notified when a JVM starts or is stopped.
- VmStatusListener.Status - Enum in com.redhat.thermostat.agent
-
- VmStatusListenerRegistrar - Class in com.redhat.thermostat.agent
-
- VmStatusListenerRegistrar(BundleContext) - Constructor for class com.redhat.thermostat.agent.VmStatusListenerRegistrar
-
- VmTimeIntervalPojoListGetter<T extends TimeStampedPojo> - Class in com.redhat.thermostat.storage.core
-
- VmTimeIntervalPojoListGetter(Storage, Category<T>) - Constructor for class com.redhat.thermostat.storage.core.VmTimeIntervalPojoListGetter
-
- VmUpdate - Interface in com.redhat.thermostat.backend
-
This interface can be used to query the performance counters
of a monitored JVM when they are updated.
- VmUpdateException - Exception in com.redhat.thermostat.backend
-
Exception class indicating that a problem occurred accessing
a monitored JVM's performance counters.
- VmUpdateException() - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
-
Constructs a VmUpdateException with no message.
- VmUpdateException(String) - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
-
Constructs a VmUpdateException with an error message.
- VmUpdateException(Throwable) - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
-
Constructs a VmUpdateException with a cause.
- VmUpdateException(String, Throwable) - Constructor for exception com.redhat.thermostat.backend.VmUpdateException
-
Constructs a VmUpdateException with an error message and cause.
- VmUpdateListener - Interface in com.redhat.thermostat.backend
-
A listener that can be registered to receive updates for a
JVM's performance counters.
- vmVersionKey - Static variable in interface com.redhat.thermostat.storage.dao.VmInfoDAO
-