- getAdditionalJars() - Method in class com.googlecode.jmxtrans.cli.JmxTransConfiguration
-
- getAlias() - Method in class com.googlecode.jmxtrans.model.Server
-
Some writers (GraphiteWriter) use the alias in generation of the unique
key which references this server.
- getAttr() - Method in class com.googlecode.jmxtrans.model.Query
-
- getAttributeName() - Method in class com.googlecode.jmxtrans.model.Result
-
- getBooleanSetting(Map<String, Object>, String) - Static method in class com.googlecode.jmxtrans.model.output.Settings
-
Returns a boolean value for the key, defaults to false if not specified.
- getBooleanSetting(Map<String, Object>, String, Boolean) - Static method in class com.googlecode.jmxtrans.model.output.Settings
-
Gets a Boolean value for the key, returning the default value given if
not specified or not a valid boolean value.
- getClassName() - Method in class com.googlecode.jmxtrans.model.Result
-
- getConcatedTypeNameValues(List<String>, String) - Static method in class com.googlecode.jmxtrans.model.naming.KeyUtils
-
Given a typeName string, get the first match from the typeNames setting.
- getConcatedTypeNameValues(List<String>, String, String) - Static method in class com.googlecode.jmxtrans.model.naming.KeyUtils
-
Given a typeName string, get the first match from the typeNames setting.
- getConcatedTypeNameValues(Query, List<String>, String) - Static method in class com.googlecode.jmxtrans.model.naming.KeyUtils
-
Given a typeName string, get the first match from the typeNames setting.
- getConcatedTypeNameValues(String) - Method in class com.googlecode.jmxtrans.model.output.BaseOutputWriter
-
Given a typeName string, get the first match from the typeNames setting.
- getCronExpression() - Method in class com.googlecode.jmxtrans.model.Server
-
Each server can set a cronExpression for the scheduler.
- getDelimiter() - Method in class com.googlecode.jmxtrans.model.naming.ClassAttributeNamingStrategy
-
- getEnvironment() - Method in class com.googlecode.jmxtrans.connections.JMXConnectionParams
-
- getEnvironment() - Method in class com.googlecode.jmxtrans.model.Server
-
Generates the proper username/password environment for JMX connections.
- getEpoch() - Method in class com.googlecode.jmxtrans.model.Result
-
- getHost() - Method in class com.googlecode.jmxtrans.model.Server
-
- getIntegerSetting(Map<String, Object>, String, Integer) - Static method in class com.googlecode.jmxtrans.model.output.Settings
-
Gets an Integer value for the key, returning the default value given if
not specified or not a valid numeric value.
- getIntSetting(Map<String, Object>, String, int) - Static method in class com.googlecode.jmxtrans.model.output.Settings
-
Gets an int value for the setting, returning the default value if not
specified.
- getJmxProcess(File) - Static method in class com.googlecode.jmxtrans.util.JsonUtils
-
Uses jackson to load json configuration from a File into a full object
tree representation of that json.
- getJmxServiceURL() - Method in class com.googlecode.jmxtrans.model.Server
-
- getJsonDirOrFile() - Method in class com.googlecode.jmxtrans.cli.JmxTransConfiguration
-
Gets the json dir or file.
- getJsonDirOrFile() - Method in class com.googlecode.jmxtrans.ManagedJmxTransformerProcess
-
- getJsonDirOrFile() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedJmxTransformerProcessMXBean
-
Gets the json dir or file.
- getKeyAlias() - Method in class com.googlecode.jmxtrans.model.Result
-
Specified as part of the query.
- getKeys() - Method in class com.googlecode.jmxtrans.model.Query
-
- getKeyString(Server, Query, Result, Map.Entry<String, Object>, List<String>, String) - Static method in class com.googlecode.jmxtrans.model.naming.KeyUtils
-
Gets the key string.
- getKeyString(Query, Result, Map.Entry<String, Object>, List<String>) - Static method in class com.googlecode.jmxtrans.model.naming.KeyUtils
-
Gets the key string, without rootPrefix nor Alias
- getLocalMBeanServer() - Method in class com.googlecode.jmxtrans.model.Server
-
- getMaxActive() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getMaxActive() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPoolMBean
-
Gets the max active.
- getMaxIdle() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getMaxIdle() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPoolMBean
-
- getMaxWait() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getMaxWait() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPoolMBean
-
- getMinIdle() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getMinIdle() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPoolMBean
-
- getName() - Method in class com.googlecode.jmxtrans.model.JmxProcess
-
- getNumActive() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getNumActive() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPoolMBean
-
- getNumIdle() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getNumIdle() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPoolMBean
-
- getNumMultiThreadedServers() - Method in class com.googlecode.jmxtrans.model.JmxProcess
-
- getNumQueryThreads() - Method in class com.googlecode.jmxtrans.model.Server
-
The number of query threads for this server.
- getObj() - Method in class com.googlecode.jmxtrans.model.Query
-
The JMX object representation: java.lang:type=Memory
- getObjDomain() - Method in class com.googlecode.jmxtrans.model.Result
-
- getObjectName() - Method in class com.googlecode.jmxtrans.ManagedJmxTransformerProcess
-
- getObjectName() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
- getObjectName() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedObject
-
Gets the object name.
- getOutputWriters() - Method in class com.googlecode.jmxtrans.model.Query
-
- getPassword() - Method in class com.googlecode.jmxtrans.model.Server
-
- getPoolName() - Method in class com.googlecode.jmxtrans.monitoring.ManagedGenericKeyedObjectPool
-
Gets the pool name.
- getPort() - Method in class com.googlecode.jmxtrans.model.Server
-
- getProtocolProviderPackages() - Method in class com.googlecode.jmxtrans.model.Server
-
This is some obtuse shit for enabling weblogic support.
- getQuartPropertiesFile() - Method in class com.googlecode.jmxtrans.cli.JmxTransConfiguration
-
Gets the quart properties file.
- getQuartPropertiesFile() - Method in class com.googlecode.jmxtrans.ManagedJmxTransformerProcess
-
- getQuartPropertiesFile() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedJmxTransformerProcessMXBean
-
Gets the quart properties file.
- getQueries() - Method in class com.googlecode.jmxtrans.model.Server
-
- getQuery() - Method in exception com.googlecode.jmxtrans.model.ValidationException
-
- getResultAlias() - Method in class com.googlecode.jmxtrans.model.Query
-
The alias allows you to specify what you would like the results of the
query to go into.
- getResults() - Method in class com.googlecode.jmxtrans.jmx.JmxResultProcessor
-
- getRunPeriod() - Method in class com.googlecode.jmxtrans.cli.JmxTransConfiguration
-
Gets the run period.
- getRunPeriod() - Method in class com.googlecode.jmxtrans.ManagedJmxTransformerProcess
-
- getRunPeriod() - Method in interface com.googlecode.jmxtrans.monitoring.ManagedJmxTransformerProcessMXBean
-
Gets the run period.
- getServerConnection() - Method in class com.googlecode.jmxtrans.model.Server
-
Helper method for connecting to a Server.
- getServers() - Method in class com.googlecode.jmxtrans.model.JmxProcess
-
- getSettings() - Method in class com.googlecode.jmxtrans.model.output.BaseOutputWriter
-
Deprecated.
Don't use the settings Map, please extract necessary bits at construction time.
- getSettings() - Method in interface com.googlecode.jmxtrans.model.OutputWriter
-
Settings allow you to configure your Writers with whatever they might
need.
- getStringSetting(Map<String, Object>, String, String) - Static method in class com.googlecode.jmxtrans.model.output.Settings
-
Gets a String value for the setting, returning the default value if not
specified.
- getTypeName() - Method in class com.googlecode.jmxtrans.model.Result
-
- getTypeNames() - Method in class com.googlecode.jmxtrans.model.output.BaseOutputWriter
-
- getTypeNames() - Method in class com.googlecode.jmxtrans.model.Query
-
The list of type names used in a JMX bean string when querying with a
wildcard which is used to expose the actual type name value to the key
string.
- getTypeNameValueMap(String) - Static method in class com.googlecode.jmxtrans.model.naming.KeyUtils
-
Given a typeName string, create a Map with every key and value in the typeName.
- getUrl() - Method in class com.googlecode.jmxtrans.connections.JMXConnectionParams
-
- getUrl() - Method in class com.googlecode.jmxtrans.model.Server
-
The jmx url to connect to.
- getUsername() - Method in class com.googlecode.jmxtrans.model.Server
-
- getValues() - Method in class com.googlecode.jmxtrans.model.Result
-
- GuiceJobFactory - Class in com.googlecode.jmxtrans.guice
-
- GuiceJobFactory(Injector) - Constructor for class com.googlecode.jmxtrans.guice.GuiceJobFactory
-