A B C D E F G H I J K L M N O P R S T U V Y _

A

accept(File) - Method in class org.hackystat.telemetry.analyzer.configuration.ExtensionFileFilter
Determines if the passed file should be filtered or not.
add(TelemetryDefinitionInfo) - Method in class org.hackystat.telemetry.analyzer.configuration.NonPersistentTelemetryDefinitionManager
Adds information about a definition.
add(TelemetryDefinitionInfo) - Method in class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Adds information about a definition.
add(TelemetryDefinitionInfo) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfoRepository
Adds a telemetry definition to this in-memory repository.
add(TelemetryDefinitionInfo) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManager
Adds information about a definition.
add(Variable, Constant) - Method in class org.hackystat.telemetry.analyzer.evaluator.VariableResolver
Adds a variable-constant pair so that later the variable can be resolved.
ADD - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
add(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Adds a telemetry stream to this collection.
add_escapes(String) - Method in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addChartObject(TelemetryChartObject) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryReportObject
Adds a telemetry chart object.
addDataPoint(TelemetryDataPoint) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStream
Adds a data point to this telemetry stream.
addEscapes(String) - Static method in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
AddFunction - Class in org.hackystat.telemetry.analyzer.function.impl
If passed two numbers, returns their sum, and if passed two telemetry streams, returns a new TelemetryStreamCollection containing the pairwise addition of the individual elements.
AddFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.AddFunction
Constructs this instance.
additive_expression() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
addStream(TelemetryStreamsObject.Stream) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject
Adds a telemetry stream.
addSubChart(TelemetryChartObject.SubChart) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject
Adds a sub-chart.
adjustBeginLineColumn(int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
all_input() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
allowDelete() - Method in class org.hackystat.telemetry.service.resource.cache.CacheResource
Indicate the DELETE method is supported.
allowGet() - Method in class org.hackystat.telemetry.service.resource.cache.CacheResource
Indicate that GET is not supported.
arg - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl.JJCalls
 
assertEquals(TelemetryStream, TelemetryStream) - Static method in class org.hackystat.telemetry.analyzer.model.TestTelemetryStream
Asserts equality for two telemetry stream objects.
assertEqualsIgnoreName(TelemetryStreamCollection, TelemetryStreamCollection) - Static method in class org.hackystat.telemetry.analyzer.model.TestTelemetryStreamCollection
Asserts equality for two telemetry stream collection objects, except their names.
authenticate() - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Authenticates this user and password with this Telemetry service, throwing a TelemetryClientException if the user and password associated with this instance are not valid credentials.
Authenticator - Class in org.hackystat.telemetry.service.server
Performs authentication of each HTTP request using HTTP Basic authentication.
Authenticator(Context, String, String) - Constructor for class org.hackystat.telemetry.service.server.Authenticator
Initializes this Guard to do HTTP Basic authentication.
AUTHENTICATOR_DPD_CLIENTS_KEY - Static variable in class org.hackystat.telemetry.service.server.Authenticator
The key to be used to retrieve the DailyProjectDataClient map from the server context.
AUTHENTICATOR_SENSORBASE_CLIENTS_KEY - Static variable in class org.hackystat.telemetry.service.server.Authenticator
The key to be used to retrieve the SensorbaseClient map from the server context.
authorizedUserName - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
authorizedUserName - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
authorizedUserPassword - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
authorizedUserPassword - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
authUser - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
The authenticated user, retrieved from the ChallengeResponse, or null.
available - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 

B

backup(int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
badAuth - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
The standard error message returned from invalid authentication.
beginColumn - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
BinaryOperationUtility - Class in org.hackystat.telemetry.analyzer.function.impl
Helper class to perform binary operations on TelemetryStreamCollection objects.
BinaryOperationUtility() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.BinaryOperationUtility
 
BinaryOperationUtility.BinaryOperator - Interface in org.hackystat.telemetry.analyzer.function.impl
Binary operator interface.
bufcolumn - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
buffer - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
bufline - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
bufpos - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
bufsize - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
buildGlobalPersistentInstance(String) - Static method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManagerFactory
Creates the singleton persistent instance, using the passed defDir to find telemetry definitions.
BuildReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing Build data.
BuildReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.BuildReducer
 

C

CACHE_CAPACITY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The in-memory capacity of each DPDClient cache.
CACHE_ENABLED - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
Indicates whether DPDClient caching is enabled.
CACHE_MAX_LIFE - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The maxLife in days for each instance in each DPDClient cache.
CacheResource - Class in org.hackystat.telemetry.service.resource.cache
This resource responds to requests of form: DELETE {host}/cache/{user} DELETE {host}/cache/{user}/{project} The DELETE requests clear the caches for the user, dpdtype, or individual entry.
CacheResource(Context, Request, Response) - Constructor for class org.hackystat.telemetry.service.resource.cache.CacheResource
The standard constructor.
call() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
CHART - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
Chart - Class in org.hackystat.telemetry.service.prefetch.jaxb
Java class for anonymous complex type.
Chart() - Constructor for class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
chart - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'chart' template parameter, or null.
chart_reference() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
chart_statement() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
chart_statement_input() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
chart_title() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
chart_y_axis_statement() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
chart_y_axis_statement_input() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
ChartDataResource - Class in org.hackystat.telemetry.service.resource.chart
Processes GET {host}/chart/{chart}/{email}/{project}/{granularity}/{start}/{end} and GET {host}/chart/{chart}/{email}/{project}/{granularity}/{start}/{end}?params={params} requests.
ChartDataResource(Context, Request, Response) - Constructor for class org.hackystat.telemetry.service.resource.chart.ChartDataResource
The standard constructor.
ChartDefinitionResource - Class in org.hackystat.telemetry.service.resource.chart
Processes GET {host}/chart/{chart} and returns a TelemetryChartDefinition representation.
ChartDefinitionResource(Context, Request, Response) - Constructor for class org.hackystat.telemetry.service.resource.chart.ChartDefinitionResource
The standard constructor.
chartName - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
chartName - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
chartParameter - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
ChartParameter - Class in org.hackystat.telemetry.service.prefetch.jaxb
Java class for anonymous complex type.
ChartParameter() - Constructor for class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
 
chartParameters - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
ChartReference - Class in org.hackystat.telemetry.analyzer.language.ast
A reference to telemetry chart definition by its name.
ChartReference(String, Expression[]) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.ChartReference
Constructs this instance.
ChartsResource - Class in org.hackystat.telemetry.service.resource.chart
Processes GET {host}/charts and returns a TelemetryChartIndex representation.
ChartsResource(Context, Request, Response) - Constructor for class org.hackystat.telemetry.service.resource.chart.ChartsResource
The standard constructor.
checkSecret(Request, String, char[]) - Method in class org.hackystat.telemetry.service.server.Authenticator
Returns true if the passed credentials are OK.
ChurnReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing Churn data.
ChurnReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.ChurnReducer
 
className - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
 
className - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
 
clearServerCache() - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Clears the DailyProjectData cache associated with this user in the Telemetry service associated with this TelemetryClient.
clearServerCache(String, String) - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Clears the DailyProjectData cache entries for this user that are associated with the passed project and its owner in the Telemetry service associated with this TelemetryClient.
CodeIssueReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing CodeIssue counts.
CodeIssueReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.CodeIssueReducer
 
column - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
COMMA - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
COMMENT - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
CommitReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing Commit counts.
CommitReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.CommitReducer
 
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.AddFunction
 
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.DivFunction
 
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction
Performs filter operation.
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterZeroFunction
Performs filter operation.
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.IdempotentFunction
 
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.MulFunction
 
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.impl.SubFunction
 
compute(Object[]) - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunction
Invokes the function.
compute(String, Object[]) - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionManager
Invokes telemetry function to perform computation.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.BuildReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.ChurnReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CodeIssueReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CommitReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CoverageReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CyclomaticComplexityReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.DevTimeReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.FileMetricReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.IssueReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.MemberBuildReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.MemberChurnReducer
Computes and returns the a set of streams providing the churn for each project member.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.MemberCommitReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.MemberDevTimeReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.MemberUnitTestReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.StraightLine
Performs the computation.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.UnitTestReducer
Computes and returns the required telemetry streams object.
compute(Project, DailyProjectDataClient, Interval, String[]) - Method in interface org.hackystat.telemetry.analyzer.reducer.TelemetryReducer
Computes telemetry streams.
compute(String, DailyProjectDataClient, Project, Interval, String[]) - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerManager
Invokes the telemetry reducer to perform computations and generate a TelemetryStreamCollection.
computes(Number, Number) - Method in interface org.hackystat.telemetry.analyzer.function.impl.BinaryOperationUtility.BinaryOperator
Performs binary operation.
computes(BinaryOperationUtility.BinaryOperator, TelemetryStreamCollection, TelemetryStreamCollection) - Static method in class org.hackystat.telemetry.analyzer.function.impl.BinaryOperationUtility
Applies binary operation to two TelemetryStreamCollection objects, and generates a new TelemetryStreamCollection object.
Constant - Class in org.hackystat.telemetry.analyzer.language.ast
A constant in telemetry language.
Constant() - Constructor for class org.hackystat.telemetry.analyzer.language.ast.Constant
 
constants() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
CONTEXT_ROOT_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The dailyprojectdata context root.
counter - Variable in class org.hackystat.telemetry.service.resource.chart.TestCoverageChartRestApi
A counter so that each resource (file name) is unique in the sample data.
counter - Variable in class org.hackystat.telemetry.service.resource.chart.TestFileMetricChartRestApi
A counter so that each resource (file name) is unique in the sample data.
CouplingReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing a Coupling value.
CouplingReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer
 
CouplingReducer.Coupling - Enum in org.hackystat.telemetry.analyzer.reducer.impl
Possible mode values.
CouplingReducer.Mode - Enum in org.hackystat.telemetry.analyzer.reducer.impl
Possible mode values.
CoverageReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing Coverage data.
CoverageReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.CoverageReducer
 
CoverageReducer.Mode - Enum in org.hackystat.telemetry.analyzer.reducer.impl
Possible mode values.
createAuthorizedUserName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createAuthorizedUserPassword(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createChartName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createChartParameters(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createClassName(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createClassName(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createDefault(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createDefault(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createDescription(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createDescription(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createDescription(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createDescription(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createFunctionDefinition() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of FunctionDefinition
createFunctionDefinitions() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of FunctionDefinitions
createMinutesAfterMidnight(Integer) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<Integer>}
createName(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createName(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createNonPersistentInstance(boolean) - Static method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManagerFactory
Creates a new non-persistent version of TelemetryDefinitionManager instance.
createParameter() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of Parameter
createParameter() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of Parameter
createParameter() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of Parameter
createParameter() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of Parameter
createParameterDefinition() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of ParameterDefinition
createParameters() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create an instance of Parameters
createParameters() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of Parameters
createPrefetchChart() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of PrefetchChart
createProjectName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createProjectOwner(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createReducerDefinition() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of ReducerDefinition
createReducerDefinitions() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create an instance of ReducerDefinitions
createRoot() - Method in class org.hackystat.telemetry.service.server.Server
Dispatch to the specific Telemetry resource based upon the URI.
createRunOnStartup(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createSourceCode(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createSourceCode(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createStartTime(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createTelemetryChartData() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of TelemetryChartData
createTelemetryChartDefinition() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of TelemetryChartDefinition
createTelemetryChartIndex() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of TelemetryChartIndex
createTelemetryChartRef() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of TelemetryChartRef
createTelemetryDefinition() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of TelemetryDefinition
createTelemetryDefinitions() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of TelemetryDefinitions
createTelemetryPoint() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of TelemetryPoint
createTelemetryPrefetch() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create an instance of TelemetryPrefetch
createTelemetryStream() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of TelemetryStream
createType() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of Type
createType() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of Type
createValue(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createValue(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of JAXBElement<String>}
createYAxis() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create an instance of YAxis
curChar - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
curLexState - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
currentToken - Variable in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
This is the last token that has been consumed successfully.
CyclomaticComplexityReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing a Cyclomatic Complexity value.
CyclomaticComplexityReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.CyclomaticComplexityReducer
 
CyclomaticComplexityReducer.Mode - Enum in org.hackystat.telemetry.analyzer.reducer.impl
Possible mode values.

D

DAILYPROJECTDATA_FULLHOST_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The DPD host.
DailyTimer - Class in org.hackystat.telemetry.service.prefetch
Provides a timer task that runs each day at the specified number of minutes past midnight, and then invokes the run() method of all of the tasks associated with its TimerTaskManager.
DailyTimer(int, PrefetchTask) - Constructor for class org.hackystat.telemetry.service.prefetch.DailyTimer
Creates a new DailyTimer, which runs each day at minutesPastMidnight.
debugStream - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
DEF_DIR_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The definitions directory key.
DEFAULT - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
defaultLexState - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
definitionType - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
description - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
 
description - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
description - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
 
description - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
 
description - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
 
description - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
 
description - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
description - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
DevTimeReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing DevTime data in hours.
DevTimeReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.DevTimeReducer
 
DIGIT - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
disable_tracing() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
DIV - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
DivFunction - Class in org.hackystat.telemetry.analyzer.function.impl
If passed two numbers, returns their division, and if passed two telemetry streams, returns a new TelemetryStreamCollection containing the pairwise division of the individual elements.
DivFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.DivFunction
Constructs this instance.
Done() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
DOUBLEQUOTE - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
dpdHost - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
The dailyprojectdata host (for analysis).
DRAW - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
draw_command() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
DrawCommand - Class in org.hackystat.telemetry.analyzer.language.ast
Draw command to render telemetry charts or reports.
DrawCommand(String, Constant[], TextPosition) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.DrawCommand
Constructs this instance.

E

echoProperties() - Method in class org.hackystat.telemetry.service.server.ServerProperties
Returns a string containing all current properties in alphabetical order.
enable_tracing() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
end - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'end' template parameter, or null.
endColumn - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
eol - Variable in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Tests whether this instance equals another instance.
equals(Object) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Tests equality of two objects.
equals(Object) - Method in class org.hackystat.telemetry.analyzer.language.ast.NumberConstant
Tests for equality of two instances.
equals(Object) - Method in class org.hackystat.telemetry.analyzer.language.ast.StringConstant
Tests for equality of two instances.
equals(Object) - Method in class org.hackystat.telemetry.analyzer.language.ast.Variable
Tests for equality of two instances.
equals(Object) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryDataPoint
Indicates whether some other object is "equal to" this one.
errorCode - Variable in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
Indicates the reason why the exception is thrown.
evaluate(TelemetryStreamsDefinition, VariableResolver, Project, DailyProjectDataClient, Interval) - Static method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryEvaluator
Evaluates a telemetry streams definition to produce a TelemetryStreamsObject object.
evaluate(TelemetryChartDefinition, TelemetryDefinitionResolver, VariableResolver, Project, DailyProjectDataClient, Interval) - Static method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryEvaluator
Evaluates a telemetry chart definition to TeemetryChartObject object.
evaluate(TelemetryReportDefinition, TelemetryDefinitionResolver, VariableResolver, Project, DailyProjectDataClient, Interval) - Static method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryEvaluator
Evaluates a telemetry report definition to TelemetryReportObject object.
exists(String) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfoRepository
Goes through all users, and checks whether there is a definition by name.
ExpandBuff(boolean) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
expandNumber(Number, TelemetryStreamCollection) - Static method in class org.hackystat.telemetry.analyzer.function.impl.Utility
Creates a new instance of TelemetryStreamCollection based on supplied source, and fills it with supplied value.
expectedTokenSequences - Variable in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
Each entry in this array is an array of integers.
Expression - Interface in org.hackystat.telemetry.analyzer.language.ast
The interface for expression in telemetry language.
expression() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
ExtensionFileFilter - Class in org.hackystat.telemetry.analyzer.configuration
Provides a file filter that accepts only files with a given case-insensitive extension.
ExtensionFileFilter(String) - Constructor for class org.hackystat.telemetry.analyzer.configuration.ExtensionFileFilter
Creates a file filter that accepts only files with the given extension, case-insensitive.

F

FileMetricReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing FileMetric data.
FileMetricReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.FileMetricReducer
 
FillBuff() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
FilterFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Filters telemetry streams in a TelemetryStreamCollection object by applying a ranking function.
FilterFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction
Constructs this instance.
FilterFunction.AverageRankFunction - Class in org.hackystat.telemetry.analyzer.function.impl
A rank function using average as ranking criteria.
FilterFunction.AverageRankFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.AverageRankFunction
 
FilterFunction.DeltaRankFunction - Class in org.hackystat.telemetry.analyzer.function.impl
A rank function using delta as ranking criteria.
FilterFunction.DeltaRankFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.DeltaRankFunction
 
FilterFunction.LastRankFunction - Class in org.hackystat.telemetry.analyzer.function.impl
A rank function using the lastest data point value as ranking criteria.
FilterFunction.LastRankFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.LastRankFunction
 
FilterFunction.MaxRankFunction - Class in org.hackystat.telemetry.analyzer.function.impl
A rank function using max as ranking criteria.
FilterFunction.MaxRankFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.MaxRankFunction
 
FilterFunction.MinRankFunction - Class in org.hackystat.telemetry.analyzer.function.impl
A rank function using min as ranking criteria.
FilterFunction.MinRankFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.MinRankFunction
 
FilterFunction.RankFunction - Interface in org.hackystat.telemetry.analyzer.function.impl
Rank function.
FilterFunction.SimpleDeltaRankFunction - Class in org.hackystat.telemetry.analyzer.function.impl
A rank function using the different between the last data point and the first data point as criteria.
FilterFunction.SimpleDeltaRankFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.SimpleDeltaRankFunction
 
FilterZeroFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Filters out telemetry streams with zero values or no value in a TelemetryStreamCollection object.
FilterZeroFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.FilterZeroFunction
Constructs this instance.
find(User, String, boolean) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfoRepository
Find the telemetry definition object by name.
findAll(User, boolean) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfoRepository
Gets a list of telemetry definitions that this user has access to.
first - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl.JJCalls
 
FunctionCall - Class in org.hackystat.telemetry.analyzer.language.ast
Telemetry expression representing a function call.
FunctionCall(String, Expression[]) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.FunctionCall
Constructs this instance.
FunctionDefinition - Class in org.hackystat.telemetry.analyzer.function.jaxb
Java class for anonymous complex type.
FunctionDefinition() - Constructor for class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
 
functionDefinition - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinitions
 
FunctionDefinitions - Class in org.hackystat.telemetry.analyzer.function.jaxb
Java class for anonymous complex type.
FunctionDefinitions() - Constructor for class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinitions
 

G

gen - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl.JJCalls
 
generateData() - Method in class org.hackystat.telemetry.service.resource.cache.TestCacheRestApi
Creates Build sensor data on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestBuildChartRestApi
Creates Build sensor data on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestChurnChartRestApi
Creates UnitTests on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestCodeIssueChartRestApi
Creates Commits on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestCommitChartRestApi
Creates Commits on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestCouplingChartRestApi
Creates FileMetrics on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestCoverageChartRestApi
Creates UnitTests on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestCyclomaticComplexityChartRestApi
Creates FileMetrics on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestDevEventChartRestApi
Creates DevEvents on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestFileMetricChartRestApi
Creates FileMetrics on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestIssueChartRestApi
Creates Commits on server for use in Telemetry processing.
generateData() - Method in class org.hackystat.telemetry.service.resource.chart.TestUnitTestChartRestApi
Creates UnitTests on server for use in Telemetry processing.
generateParseException() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
get(User, String, boolean, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.NonPersistentTelemetryDefinitionManager
Gets the telemetry definition information by name.
get(User, String, boolean, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Gets the telemetry definition information by name.
get(User, String, boolean, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManager
Gets the telemetry definition information by name.
get(Object) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Gets telemetry stream by tag value.
get(String) - Method in class org.hackystat.telemetry.service.server.ServerProperties
Returns the value of the Server Property specified by the key.
getAll(User, boolean, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.NonPersistentTelemetryDefinitionManager
Gets all telemetry definitions that this user has access to.
getAll(User, boolean, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Gets all telemetry definitions that this user has access to.
getAll(User, boolean, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManager
Gets all telemetry definitions that this user has access to.
getAllReducerInfo() - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerManager
Returns information about all defined TelemetryReducers.
getAuthorizedUserName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the authorizedUserName property.
getAuthorizedUserName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the authorizedUserName property.
getAuthorizedUserPassword() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the authorizedUserPassword property.
getAuthorizedUserPassword() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the authorizedUserPassword property.
getBeginColumn() - Method in class org.hackystat.telemetry.analyzer.language.ast.TextPosition
Gets the column position of the first character of the text.
getBeginColumn() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getBeginLine() - Method in class org.hackystat.telemetry.analyzer.language.ast.TextPosition
Gets the row position of the first character of the text.
getBeginLine() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getCacheCapacity() - Method in class org.hackystat.telemetry.service.server.ServerProperties
Returns the in-memory capacity for each cache.
getCacheMaxLife() - Method in class org.hackystat.telemetry.service.server.ServerProperties
Returns the caching max life in days as a double If the property has an illegal value, then return the default.
getChart(String, String, String, String, XMLGregorianCalendar, XMLGregorianCalendar) - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns a TelemetryChart instance from this server, or throws a TelemetryClientException if problems occur.
getChart(String, String, String, String, XMLGregorianCalendar, XMLGregorianCalendar, String) - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns a TelemetryChart instance from this server, or throws a TelemetryClientException if problems occur.
getChartDefinition(String) - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns a TelemetryChartDefinition instance from this server, or throws a TelemetryClientException if problems occur.
getChartDefinitionObject() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryChartDefinitionInfo
Gets the abstract syntax tree representation of this telemetry chart.
getChartIndex() - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns a TelemetryChartIndex instance from this server, or throws a TelemetryClientException if problems occur.
getChartName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the chartName property.
getChartName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the chartName property.
getChartObjects() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryReportObject
Gets a read-only list of all charts.
getChartParameter() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the chartParameter property.
getChartParameters() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the chartParameters property.
getChartReferences() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryReportDefinition
Gets all telemetry charts references in this report.
getChartYAxisDefinitionObject() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryChartYAxisDefinitionInfo
Gets the abstract syntax tree representation of this telemetry chart y-axis.
getClassName() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Gets the value of the className property.
getClassName() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Gets the value of the className property.
getDailyProjectDataClient() - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Returns a DailyProjectDataClient instance associated with the User in this request.
getDailyProjectDataHostName() - Method in class org.hackystat.telemetry.service.test.TelemetryTestHelper
Returns the DPD hostname that this Telemetry server communicates with.
getData(DailyProjectDataClient, Project, Day, Day, String, String, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.BuildReducer
Returns a Build count for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.ChurnReducer
Returns a Churn value for the specified time interval, or null if no Churn SensorData.
getData(DailyProjectDataClient, Project, Day, Day, String, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CodeIssueReducer
Returns a CodeIssue count for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CommitReducer
Returns a Commit value for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, CouplingReducer.Coupling, CouplingReducer.Mode, String, int, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer
Returns a Coupling value for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, CoverageReducer.Mode, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CoverageReducer
Returns a Coverage value for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, CyclomaticComplexityReducer.Mode, int, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CyclomaticComplexityReducer
Returns a Complexity value for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, String, String, UriPattern) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.DevTimeReducer
Returns a DevTime value for the specified time interval, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, String, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.FileMetricReducer
Returns a FileMetric value for the specified time interval and sizeMetric, or null if no SensorData.
getData(DailyProjectDataClient, Project, Day, Day, UnitTestReducer.Mode, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.UnitTestReducer
Returns a UnitTest value for the specified time interval, or null if no SensorData.
getDataPoints() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStream
Gets a list of data points in this telemetry stream, ordered by time period.
getDataPointValue(TimePeriod) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStream
Gets the value associated with the specified time period.
getDefault() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Gets the value of the default property.
getDefault() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
Gets the value of the default property.
getDefault() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Gets the value of the default property.
getDefinitions() - Method in class org.hackystat.telemetry.analyzer.configuration.NonPersistentTelemetryDefinitionManager
Not yet implemented.
getDefinitions() - Method in class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Returns the list of telemetry definitions.
getDefinitions() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManager
Returns the list of TelemetryDefinitions associated with this manager.
getDefinitionString() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
Gets complete definition string.
getDefinitionString() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition
Gets the definition string.
getDefinitionType() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Gets the value of the definitionType property.
getDescription() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryStreamsDefinition
Gets the description of this telemetry "streams" object.
getDescription() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
Gets the value of the description property.
getDescription() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Gets the value of the description property.
getDocString() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition
Gets the doc string for the chart.
getDocString() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryReportDefinition
Gets the doc string for the chart.
getEndColumn() - Method in class org.hackystat.telemetry.analyzer.language.ast.TextPosition
Gets the column position of the last character of the text.
getEndColumn() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getEndDay() - Method in class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Gets the end day of the period, inclusive.
getEndLine() - Method in class org.hackystat.telemetry.analyzer.language.ast.TextPosition
Gets the row position of the last character of the text.
getEndLine() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getErrorColumnNumber() - Method in exception org.hackystat.telemetry.analyzer.language.parser.ParsingException
Gets the column number (1-indexed) where the parser encounters the error.
getErrorLineNumber() - Method in exception org.hackystat.telemetry.analyzer.language.parser.ParsingException
Gets the line number (1-indexed) where the parser encounters the error.
getExpression() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryStreamsDefinition
Gets the expression that defines this telemetry "streams" object.
getFullHost() - Method in class org.hackystat.telemetry.service.server.ServerProperties
Returns the fully qualified host name, such as "http://localhost:9878/telemetry/".
getFunction() - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionInfo
Gets the instance of the telemetry function.
getFunctionDefinition() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinitions
Gets the value of the functionDefinition property.
getFunctionDescription() - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionInfo
Gets the description of this function.
getFunctionInfo(String) - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionManager
Gets telemetry function information by name.
getFunctionName() - Method in class org.hackystat.telemetry.analyzer.language.ast.FunctionCall
Gets the name of the function to be invoked.
getGlobalPersistentInstance() - Static method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManagerFactory
Gets the singleton global instance of TelemetryDefinitionManger.
getGlobalShareScope() - Static method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Gets the global share scope.
getHostName() - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns the host associated with this Telemetry client.
getHostName() - Method in class org.hackystat.telemetry.service.server.Server
Returns the host name associated with this server.
getHref() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
Gets the value of the href property.
GetImage() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getInstance() - Static method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionManager
Gets the global instance.
getInstance() - Static method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerManager
Gets the singleton instance of this class.
getInterval() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Gets the interval tag.
getIssuesData(DailyProjectDataClient, Project, Day, Day, String, String) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.IssueReducer
Returns a Issue value for the specified time interval, or null if no SensorData.
getIssueStream(DailyProjectDataClient, Project, Interval, String, String, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.IssueReducer
Gets the issue telemetry stream.
getLabel() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Gets y-axis label.
getLabelParameter() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Gets the y-axis label.
getLogger() - Method in class org.hackystat.telemetry.service.server.Server
Returns the logger for this service.
getLowerBound() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Gets lower bound in case y-axis is not auto-scaled.
getLowerBound() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Gets the lower bound of the axis.
getLowerBound() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Gets the value of the lowerBound property.
getMaxValue() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Gets the value of the maxValue property.
getMaxValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Gets the value of the maxValue property.
getMessage() - Method in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinutesAfterMidnight() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Gets the value of the minutesAfterMidnight property.
getMinValue() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Gets the value of the minValue property.
getMinValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Gets the value of the minValue property.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryChartDefinitionInfo
Gets the name of this telemetry definition.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryChartYAxisDefinitionInfo
Gets the name of this telemetry definition.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
Gets the name of this telemetry definition.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryReportDefinitionInfo
Gets the name of this telemetry definition.
getName() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryStreamsDefinitionInfo
Gets the name of this telemetry definition.
getName() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject.Stream
Gets the name of the telemetry stream.
getName() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunction
The name of this function.
getName() - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionInfo
Gets the name of the telemetry function.
getName() - Method in class org.hackystat.telemetry.analyzer.language.ast.ChartReference
Gets the name of the referenced telemetry chart object.
getName() - Method in class org.hackystat.telemetry.analyzer.language.ast.StreamsReference
Gets the name of the referenced telemetry streams object.
getName() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition
Gets the name of this telemetry "streams" object.
getName() - Method in class org.hackystat.telemetry.analyzer.language.ast.Variable
Gets the name of this variable.
getName() - Method in class org.hackystat.telemetry.analyzer.language.ast.YAxisReference
Gets the name of the referenced y-axis object.
getName() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Gets the name tag.
getName() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerInfo
Gets the name of the telemetry reducer.
getName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Gets the value of the name property.
getName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Gets the value of the name property.
getNextToken() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
getNextToken() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
getNumberType() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Gets the y-axis number type.
getNumberType() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Gets the value of the numberType property.
getNumOfDays() - Method in class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Gets the number of day in this period, including both start day and end day.
getOwner() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
Gets the owner of this definition.
getParameter() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Gets the value of the parameter property.
getParameter() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.Parameters
Gets the value of the parameter property.
getParameter() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameters
Gets the value of the parameter property.
getParameter() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
Gets the value of the parameter property.
getParameterDefinition() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Gets the value of the parameterDefinition property.
getParameterDescription() - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionInfo
Gets the description of the parameters this function takes if any.
getParameterDescription() - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerInfo
Gets the description of the parameters this reducer takes.
getParameters() - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Gets the value of the parameters property.
getParameters() - Method in class org.hackystat.telemetry.analyzer.language.ast.ChartReference
Gets the parameters.
getParameters() - Method in class org.hackystat.telemetry.analyzer.language.ast.DrawCommand
Gets the parameters.
getParameters() - Method in class org.hackystat.telemetry.analyzer.language.ast.FunctionCall
Gets function parameters.
getParameters() - Method in class org.hackystat.telemetry.analyzer.language.ast.ReducerCall
Gets reducer parameters.
getParameters() - Method in class org.hackystat.telemetry.analyzer.language.ast.StreamsReference
Gets the parameters.
getParameters() - Method in class org.hackystat.telemetry.analyzer.language.ast.YAxisReference
Gets the parameters.
getParameters() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Gets the value of the parameters property.
getPeriod() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryDataPoint
Gets the time period.
getPeriods(Interval) - Static method in class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility
Gets time periods in the interval.
getPrefetchChart() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Gets the value of the prefetchChart property.
getPrivateShareScope() - Static method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Gets the private share scope.
getProject() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Gets the project if the the share scope is project.
getProject() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Gets the project tag.
getProjectName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the projectName property.
getProjectName() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the projectName property.
getProjectOwner() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the projectOwner property.
getProjectOwner() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the projectOwner property.
getProjectShareScope(Project) - Static method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Gets the project share scope.
getRank(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.AverageRankFunction
Computes the average of a telemetry stream.
getRank(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.DeltaRankFunction
Computes the sum of delta of a telemetry stream.
getRank(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.LastRankFunction
Computes the last value of a telemetry stream.
getRank(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.MaxRankFunction
Computes the max value of a telemetry stream.
getRank(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.MinRankFunction
Computes the min value of a telemetry stream.
getRank(TelemetryStream) - Method in interface org.hackystat.telemetry.analyzer.function.impl.FilterFunction.RankFunction
Gets a rank value for a telemetry stream.
getRank(TelemetryStream) - Method in class org.hackystat.telemetry.analyzer.function.impl.FilterFunction.SimpleDeltaRankFunction
Computes the sum of delta of a telemetry stream.
getReducer() - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerInfo
Gets the instance of the telemetry reducer.
getReducerDefinition() - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinitions
Gets the value of the reducerDefinition property.
getReducerDescription() - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerInfo
Gets the description of this reducer.
getReducerInfo(String) - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerManager
Gets telemetry reducer information by name.
getReducerName() - Method in class org.hackystat.telemetry.analyzer.language.ast.ReducerCall
Gets the name of the reducer to be invoked.
getReportDefinitionObject() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryReportDefinitionInfo
Gets the abstract syntax tree representation of this telemetry report.
getRunOnStartup() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Gets the value of the runOnStartup property.
getSensorBaseClient() - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Returns a SensorBaseClient instance associated with the User in this request.
getSensorBaseHostName() - Method in class org.hackystat.telemetry.service.test.TelemetryTestHelper
Returns the sensorbase hostname that this Telemetry server communicates with.
getServerProperties() - Method in class org.hackystat.telemetry.service.server.Server
Returns the ServerProperties instance associated with this server.
getShareScope() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Gets the value of the shareScope property.
getShareScope() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
Gets the share scope of this definition.
getSourceCode() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Gets the value of the sourceCode property.
getSourceCode() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Gets the value of the sourceCode property.
getStartDay() - Method in class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Gets the start day of the period, inclusive.
getStartTime() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Gets the value of the startTime property.
getStream(DailyProjectDataClient, Project, Interval, String, String, String, boolean, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.BuildReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, String, boolean, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.ChurnReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, String, String, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CodeIssueReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, String, boolean, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CommitReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, CouplingReducer.Coupling, CouplingReducer.Mode, String, int, String, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, CoverageReducer.Mode, String, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CoverageReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, CyclomaticComplexityReducer.Mode, int, String, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.CyclomaticComplexityReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, String, String, UriPattern, boolean, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.DevTimeReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, String, String, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.FileMetricReducer
Gets the telemetry stream.
getStream(DailyProjectDataClient, Project, Interval, UnitTestReducer.Mode, String, boolean, Object) - Method in class org.hackystat.telemetry.analyzer.reducer.impl.UnitTestReducer
Gets the telemetry stream.
getStreams() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject
Gets a read-only list of all telemetry streams..
getStreamsDefinitionObject() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryStreamsDefinitionInfo
Gets the abstract syntax tree representation of this telemetry report.
getStreamsReference() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition.SubChartDefinition
Gets the reference to streams definition.
getStringRepresentation(String) - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Creates and returns a new Restlet StringRepresentation built from xmlData.
getSubCharts() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject
Gets a read-only list of all sub-charts.
getSubCharts() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition
Gets all sub-charts in this chart.
GetSuffix(int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getTabSize(int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
getTag() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStream
Gets the tag associated with this telemetry stream.
getTelemetryChartDefinition() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject
Gets the telemetry chart definition.
getTelemetryChartRef() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartIndex
Gets the value of the telemetryChartRef property.
getTelemetryDefinition() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinitions
Gets the value of the telemetryDefinition property.
getTelemetryDefinitionName() - Method in class org.hackystat.telemetry.analyzer.language.ast.DrawCommand
Gets the name of the telemetry object definition.
getTelemetryDefinitions() - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Returns a list of TelemetryDefinition instances corresponding to all definitions in telemetry.definitions.xml.
getTelemetryHostName() - Method in class org.hackystat.telemetry.service.test.TelemetryTestHelper
Returns the hostname associated with this Telemetry test server.
getTelemetryPoint() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
Gets the value of the telemetryPoint property.
getTelemetryReportDefinition() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryReportObject
Gets the telemetry report definition.
getTelemetryStream() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject.Stream
Gets the TelemetryStream object.
getTelemetryStream() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
Gets the value of the telemetryStream property.
getTelemetryStreams() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Gets all the telemetry streams contained in this collection.
getTelemetryStreamsDefinition() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject
Gets the telemetry streams definition.
getTelemetryStreamsObject() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.SubChart
Gets telemetry stream object.
getTextPosition() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition
Gets the text position of the definition string in the input.
getTime() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
Gets the value of the time property.
getTimePeriod() - Method in class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Gets the time period wrapped by this instance.
getTitle() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition
Gets the title of the chart.
getTitle() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryReportDefinition
Gets the title of the chart.
getToken(int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
getTriggerTime() - Method in class org.hackystat.telemetry.service.prefetch.DailyTimer
Returns the Date indicating the time this task is next scheduled to run.
getType() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
Gets the value of the type property.
getType() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryChartDefinitionInfo
Gets telemetry definition type.
getType() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryChartYAxisDefinitionInfo
Gets telemetry definition type.
getType() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
Gets telemetry definition type.
getType() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryReportDefinitionInfo
Gets telemetry definition type.
getType() - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryStreamsDefinitionInfo
Gets telemetry definition type.
getType() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
Gets the value of the type property.
getUnits() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Gets the value of the units property.
getUpperBound() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Gets upper bound in case y-axis is not auto-scaled.
getUpperBound() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Gets the upper bound of the axis.
getUpperBound() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Gets the value of the upperBound property.
getURI() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
Gets the value of the uri property.
getValue() - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Gets the value of the value property.
getValue() - Method in class org.hackystat.telemetry.analyzer.language.ast.NumberConstant
Gets the value of this number.
getValue() - Method in class org.hackystat.telemetry.analyzer.language.ast.StringConstant
Gets the string this constant represents.
getValue() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryDataPoint
Gets the value.
getValue() - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
Gets the value of the value property.
getValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
Gets the value of the value property.
getValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
Gets the value of the value property.
getValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Gets the value of the value property.
getValueString() - Method in class org.hackystat.telemetry.analyzer.language.ast.Constant
Gets the value of the constant as a string.
getValueString() - Method in class org.hackystat.telemetry.analyzer.language.ast.NumberConstant
Gets the string representation of this number.
getValueString() - Method in class org.hackystat.telemetry.analyzer.language.ast.StringConstant
Gets the string this constant represents.
getVariables() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition
Gets an array of variables used in the definition.
getVariables() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Gets an array of variables used in the definition.
getVariables() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryReportDefinition
Gets an array of variables used in the definition.
getVariables() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryStreamsDefinition
Gets an array of variables used in the definition.
getVersion() - Static method in class org.hackystat.telemetry.service.server.Server
Returns the version associated with this Package, if available from the jar file manifest.
getYAxis() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.SubChart
Gets y-axis object.
getYAxis() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
Gets the value of the yAxis property.
getYAxisReference() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition.SubChartDefinition
Gets the reference to y-axis definition.
granularity - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'granularity' template parameter, or null.

H

hashCode() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Gets the hash code.
hashCode() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Computes hash code.
hashCode() - Method in class org.hackystat.telemetry.analyzer.language.ast.NumberConstant
Gets the hash code for this instance.
hashCode() - Method in class org.hackystat.telemetry.analyzer.language.ast.StringConstant
Gets the hash code for this instance.
hashCode() - Method in class org.hackystat.telemetry.analyzer.language.ast.Variable
Gets the hash code for this instance.
hashCode() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryDataPoint
Gets the hash code.
HOSTNAME_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The dailyprojectdata hostname key.
href - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
 

I

IdempotentFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Accepts either a number or a telemetry stream and returns it.
IdempotentFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.IdempotentFunction
Constructs this instance.
identifier() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
IDENTIFIER - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
image - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
image - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
The string image of the token.
inBuf - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
input_stream - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
inputStream - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
IntervalUtility - Class in org.hackystat.telemetry.analyzer.reducer.util
Provides utility functions for processing Intervals.
IntervalUtility() - Constructor for class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility
 
IntervalUtility.Period - Class in org.hackystat.telemetry.analyzer.reducer.util
Provides a Time period, which is either day, week or month.
IntervalUtility.Period(Day) - Constructor for class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Constructs this instance from day.
IntervalUtility.Period(Week) - Constructor for class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Constructs this instance from week.
IntervalUtility.Period(Month) - Constructor for class org.hackystat.telemetry.analyzer.reducer.util.IntervalUtility.Period
Constructs this instance from month.
INVALID_LEXICAL_STATE - Static variable in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
Tried to change to an invalid lexical state.
isAutoScale() - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Determines whether the y-axis is auto-scales.
isAutoScaledAxis() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Determine if y-axis is auto-scaled.
isCacheEnabled() - Method in class org.hackystat.telemetry.service.server.ServerProperties
Returns true if caching is enabled in this service.
isDefinition(String) - Method in class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Checks whether the name has already been used by any type of telemetry definition.
isFunction(String) - Method in class org.hackystat.telemetry.analyzer.function.TelemetryFunctionManager
Determines whether a particular telemetry function is available.
isGlobal() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Checks whether is share scope is global.
isHost(String) - Static method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns true if the passed host is a Telemetry host.
isIntegerAxis() - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Determines if y-axis is integer axis.
isPrivate() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Checks whether is share scope is private.
isProject() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Checks whether is share scope is project.
isReducer(String) - Method in class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerManager
Determines whether a particular telemetry reducer is defined.
isSetDefault() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
isSetDescription() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
isSetDescription() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
isSetHref() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
 
isSetLowerBound() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
isSetMaxValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
isSetMinValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
isSetName() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
isSetNumberType() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
isSetParameter() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
isSetParameterDefinition() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
isSetSourceCode() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
isSetTelemetryChartRef() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartIndex
 
isSetTelemetryPoint() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
isSetTelemetryStream() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
isSetTime() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
 
isSetType() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
isSetUnits() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
isSetUpperBound() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
isSetURI() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
isSetValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
 
isSetValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
 
isSetValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
isSetYAxis() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
IssueReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing Issue counts.
IssueReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.IssueReducer
 
iterator() - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Return an iterator over the TelemetryStreams in this collection.

J

jj_input_stream - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
jj_nt - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
jjbeenHere - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjbitVec0 - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjemptyColNo - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjemptyLineNo - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjFillToken() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjimageLen - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjmatchedKind - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjmatchedPos - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjnewLexState - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjnewStateCnt - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjnextStates - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjround - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjstrLiteralImages - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjtoSkip - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjtoSpecial - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
jjtoToken - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 

K

kind - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
An integer that describes the kind of this token.

L

lengthOfMatch - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
LETTER - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
LEXICAL_ERROR - Static variable in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
Lexical error occured.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
line - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
logger - Variable in class org.hackystat.telemetry.service.prefetch.PrefetchManager
The logger for this telemetry server.
LOGGING_LEVEL_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The logging level key.
logRequest() - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Generates a log message indicating the type of request, the elapsed time required, the user who requested the data, and the day.
logRequest(String) - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Generates a log message indicating the command.
lookingAhead - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
LOOP_DETECTED - Static variable in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lowerBound - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
LPARA - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 

M

main(String[]) - Static method in class org.hackystat.telemetry.service.server.Server
Starts up the web service.
maxNextCharInd - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
maxValue - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
 
maxValue - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
MemberBuildReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a set of streams providing Build data for each user.
MemberBuildReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.MemberBuildReducer
 
MemberChurnReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing Churn data.
MemberChurnReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.MemberChurnReducer
 
MemberCommitReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a set of streams providing Commit counts for each member of the project.
MemberCommitReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.MemberCommitReducer
 
MemberDevTimeReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a set of streams providing DevTime data in hours for each member of the project.
MemberDevTimeReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.MemberDevTimeReducer
 
MemberUnitTestReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a set of streams providing UnitTest invocation data for each member of the project.
MemberUnitTestReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.MemberUnitTestReducer
 
minutesAfterMidnight - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
 
minValue - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
 
minValue - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
MUL - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
MulFunction - Class in org.hackystat.telemetry.analyzer.function.impl
If passed two numbers, returns their product, and if passed two telemetry streams, returns a new TelemetryStreamCollection containing the pairwise multiplication of the individual elements.
MulFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.MulFunction
Constructs this instance.
multiplicative_expression() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 

N

name - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
 
name - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
name - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
 
name - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
 
name - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
 
name - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
 
name - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
 
name - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
 
name - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
name - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
newInstance() - Static method in class org.hackystat.telemetry.service.server.Server
Creates a new instance of a Telemetry HTTP server using the telemetry.properties configuration.
newInstance(ServerProperties) - Static method in class org.hackystat.telemetry.service.server.Server
Creates a new instance of a Telemetry HTTP server, listening on the supplied port.
newTestInstance() - Static method in class org.hackystat.telemetry.service.server.Server
Creates a new instance of a Telemetry HTTP server suitable for unit testing.
newToken(int) - Static method in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
Returns a new Token object, by default.
next - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl.JJCalls
 
next - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
A reference to the next regular (non-special) token from the input stream.
NON_NEG_DOUBLE - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
NON_NEG_INTEGER - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
non_negative_number_constant() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
NonPersistentTelemetryDefinitionManager - Class in org.hackystat.telemetry.analyzer.configuration
Implements the non-persistent TelemetryDefinitionManager.
NonPersistentTelemetryDefinitionManager(boolean) - Constructor for class org.hackystat.telemetry.analyzer.configuration.NonPersistentTelemetryDefinitionManager
Constructs this instance.
number_constant() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
NUMBER_TYPE_AUTO - Static variable in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Chart y-axis have auto-determined number type, either integer or double.
NUMBER_TYPE_DOUBLE - Static variable in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Chart y-axis should have double number.
NUMBER_TYPE_INTEGER - Static variable in class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Chart y-axis should have integer numbers.
NumberConstant - Class in org.hackystat.telemetry.analyzer.language.ast
Number constant in telemetry language.
NumberConstant(Number) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.NumberConstant
Constructs this instance with supplied number value.
numberType - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 

O

ObjectFactory - Class in org.hackystat.telemetry.analyzer.configuration.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.telemetry.analyzer.configuration.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.telemetry.analyzer.configuration.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.telemetry.analyzer.configuration.jaxb
ObjectFactory - Class in org.hackystat.telemetry.analyzer.function.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.telemetry.analyzer.function.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.telemetry.analyzer.function.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.telemetry.analyzer.function.jaxb
ObjectFactory - Class in org.hackystat.telemetry.analyzer.reducer.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.telemetry.analyzer.reducer.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.telemetry.analyzer.reducer.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.telemetry.analyzer.reducer.jaxb
ObjectFactory - Class in org.hackystat.telemetry.service.prefetch.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.telemetry.service.prefetch.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.telemetry.service.prefetch.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.telemetry.service.prefetch.jaxb
ObjectFactory - Class in org.hackystat.telemetry.service.resource.chart.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.telemetry.service.resource.chart.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.telemetry.service.resource.chart.jaxb
org.hackystat.telemetry.analyzer.configuration - package org.hackystat.telemetry.analyzer.configuration
Provides the implementation of the Telemetry Language Report, Chart and Streams constructs.
org.hackystat.telemetry.analyzer.configuration.jaxb - package org.hackystat.telemetry.analyzer.configuration.jaxb
 
org.hackystat.telemetry.analyzer.evaluator - package org.hackystat.telemetry.analyzer.evaluator
Provides the evaluator for Telemetry Language expressions, which given a definition, a Project, and a time interval, returns one of TelemetryReportObject, TelemetryChartObject, or TelemetryStreamsObject.
org.hackystat.telemetry.analyzer.function - package org.hackystat.telemetry.analyzer.function
Provides the implementation of the Telemetry Language function construct, which accepts an array of either Number, String, and/or TelemetryStreamCollection objects, and returns either a Number or TelemetryStreamCollection object.
org.hackystat.telemetry.analyzer.function.impl - package org.hackystat.telemetry.analyzer.function.impl
Provides implementations of "stock", or built-in telemetry functions.
org.hackystat.telemetry.analyzer.function.jaxb - package org.hackystat.telemetry.analyzer.function.jaxb
 
org.hackystat.telemetry.analyzer.language - package org.hackystat.telemetry.analyzer.language
Provides the implementation of the Telemetry Language parser.
org.hackystat.telemetry.analyzer.language.ast - package org.hackystat.telemetry.analyzer.language.ast
Provides the implementation of the Telemetry Language abstract syntax tree.
org.hackystat.telemetry.analyzer.language.parser - package org.hackystat.telemetry.analyzer.language.parser
Provides the implementation of the Telemetry Language parser.
org.hackystat.telemetry.analyzer.language.parser.impl - package org.hackystat.telemetry.analyzer.language.parser.impl
Provides the JavaCC parser that parses the Telemetry Language.
org.hackystat.telemetry.analyzer.model - package org.hackystat.telemetry.analyzer.model
Provides the Telemetry Language data model, which consists of TelemetryDataPoints, TelemetryStreams, and TelemetryStreamCollections.
org.hackystat.telemetry.analyzer.reducer - package org.hackystat.telemetry.analyzer.reducer
Provides the implemetation of the Telemetry Language reducer construct, which processes sensor data and generates an instance of a TelemetryStreamCollection.
org.hackystat.telemetry.analyzer.reducer.impl - package org.hackystat.telemetry.analyzer.reducer.impl
Provides the pre-defined telemetry reducer definitions.
org.hackystat.telemetry.analyzer.reducer.jaxb - package org.hackystat.telemetry.analyzer.reducer.jaxb
 
org.hackystat.telemetry.analyzer.reducer.util - package org.hackystat.telemetry.analyzer.reducer.util
Provides various utilities used by the Telemetry Language reducer implementation.
org.hackystat.telemetry.service.client - package org.hackystat.telemetry.service.client
Provides a client class that facilitates access to the Telemetry service.
org.hackystat.telemetry.service.prefetch - package org.hackystat.telemetry.service.prefetch
Provides the "prefetch" service that speeds up Telemetry Chart display by prefetching them.
org.hackystat.telemetry.service.prefetch.jaxb - package org.hackystat.telemetry.service.prefetch.jaxb
 
org.hackystat.telemetry.service.resource.cache - package org.hackystat.telemetry.service.resource.cache
Provides a Cache Resource for the Telemetry Chart abstraction.
org.hackystat.telemetry.service.resource.chart - package org.hackystat.telemetry.service.resource.chart
Provides a Restlet Resource for the Telemetry Chart abstraction.
org.hackystat.telemetry.service.resource.chart.jaxb - package org.hackystat.telemetry.service.resource.chart.jaxb
Provides the JAXB classes corresponding to the TelemetryChart XML schema.
org.hackystat.telemetry.service.resource.ping - package org.hackystat.telemetry.service.resource.ping
Provides the Ping resource.
org.hackystat.telemetry.service.resource.telemetry - package org.hackystat.telemetry.service.resource.telemetry
Provides a superclass that facilitates development of Telemetry Restlet Resources.
org.hackystat.telemetry.service.server - package org.hackystat.telemetry.service.server
Provides the Telemetry server.
org.hackystat.telemetry.service.test - package org.hackystat.telemetry.service.test
Provides a superclass to support testing of the Telemetry REST API.

P

Parameter - Class in org.hackystat.telemetry.analyzer.configuration.jaxb
Java class for anonymous complex type.
Parameter() - Constructor for class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
 
parameter - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
Parameter - Class in org.hackystat.telemetry.analyzer.function.jaxb
Java class for anonymous complex type.
Parameter() - Constructor for class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
 
parameter - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.Parameters
 
parameter() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
Parameter - Class in org.hackystat.telemetry.analyzer.reducer.jaxb
Java class for anonymous complex type.
Parameter() - Constructor for class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
 
parameter - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameters
 
Parameter - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
Parameter() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
 
parameter - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
ParameterDefinition - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
ParameterDefinition() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
parameterDefinition - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
parameters - Variable in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
 
Parameters - Class in org.hackystat.telemetry.analyzer.function.jaxb
Java class for anonymous complex type.
Parameters() - Constructor for class org.hackystat.telemetry.analyzer.function.jaxb.Parameters
 
parameters() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
Parameters - Class in org.hackystat.telemetry.analyzer.reducer.jaxb
Java class for anonymous complex type.
Parameters() - Constructor for class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameters
 
parameters - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
 
params - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'params' template parameter, or null.
parse(String) - Static method in class org.hackystat.telemetry.analyzer.language.parser.TelemetryLanguageParser
Parsing full telemetry streams and charts definitions.
parseBooleanOption(int, String) - Static method in class org.hackystat.telemetry.analyzer.reducer.util.ReducerOptionUtility
Parses boolean reduction option.
parseChartDef(String) - Static method in class org.hackystat.telemetry.analyzer.language.parser.TelemetryLanguageParser
Parses telemetry "chart" object definition.
parseChartYAxisDef(String) - Static method in class org.hackystat.telemetry.analyzer.language.parser.TelemetryLanguageParser
Parses telemetry "chart y-axis" object definition.
ParseException - Exception in org.hackystat.telemetry.analyzer.language.parser.impl
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
 
parseModeOption(int, String[], String) - Static method in class org.hackystat.telemetry.analyzer.reducer.util.ReducerOptionUtility
Parses mode option.
parseReportDef(String) - Static method in class org.hackystat.telemetry.analyzer.language.parser.TelemetryLanguageParser
Parses telemetry "report" object definition.
parseStreamsDef(String) - Static method in class org.hackystat.telemetry.analyzer.language.parser.TelemetryLanguageParser
Parses telemetry "streams" object definition.
ParsingException - Exception in org.hackystat.telemetry.analyzer.language.parser
Exception for telemetry query parsing related problems.
ParsingException(String) - Constructor for exception org.hackystat.telemetry.analyzer.language.parser.ParsingException
Constructs this parsing exception.
ParsingException(String, int, int) - Constructor for exception org.hackystat.telemetry.analyzer.language.parser.ParsingException
Constructs this parsing exception.
ParsingException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.language.parser.ParsingException
Constructs this parsing exception.
PersistentTelemetryDefinitionManager - Class in org.hackystat.telemetry.analyzer.configuration
Implements a persistent Telemetry definition manager.
PersistentTelemetryDefinitionManager(String) - Constructor for class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Creates a new Persistent Telemetry Definition Manager, reading in the pre-defined definitions from the telemetrydefinitions.xml file.
PingResource - Class in org.hackystat.telemetry.service.resource.ping
The PingResource responds to a GET {host}/ping with the string "Telemetry".
PingResource(Context, Request, Response) - Constructor for class org.hackystat.telemetry.service.resource.ping.PingResource
The standard constructor.
PORT_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The dailyprojectdata port key.
PREFETCH_DIR_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The prefetch directory key.
PrefetchChart - Class in org.hackystat.telemetry.service.prefetch.jaxb
Java class for anonymous complex type.
PrefetchChart() - Constructor for class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
prefetchChart - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
 
PrefetchManager - Class in org.hackystat.telemetry.service.prefetch
Reads in the XML files (if any) containing prefetch information, and sets up a timer task to prefetch (i.e.
PrefetchManager(Server) - Constructor for class org.hackystat.telemetry.service.prefetch.PrefetchManager
Constructs a PrefetchManager, which reads in the Telemetry prefetch XML files and sets up a DailyTimer task for each XML file found.
PrefetchTask - Class in org.hackystat.telemetry.service.prefetch
A TimerTask that encapsulates a TelemetryPrefetch instance.
PrefetchTask(TelemetryPrefetch, Logger, String) - Constructor for class org.hackystat.telemetry.service.prefetch.PrefetchTask
Create a PrefetchTask, which will run all of the charts in this TelemetryPrefetch instance.
prevCharIsCR - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
prevCharIsLF - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
projectName - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
projectName - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
projectName - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'project' template parameter, or null.
projectOwner - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
projectOwner - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 

R

readChar() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReducerCall - Class in org.hackystat.telemetry.analyzer.language.ast
Telemetry expression representing a reducer call.
ReducerCall(String, Expression[]) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.ReducerCall
Constructs this instance.
ReducerDefinition - Class in org.hackystat.telemetry.analyzer.reducer.jaxb
Java class for anonymous complex type.
ReducerDefinition() - Constructor for class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
 
reducerDefinition - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinitions
 
ReducerDefinitions - Class in org.hackystat.telemetry.analyzer.reducer.jaxb
Java class for anonymous complex type.
ReducerDefinitions() - Constructor for class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinitions
 
ReducerOptionUtility - Class in org.hackystat.telemetry.analyzer.reducer.util
Provides utility functions for handling reducer options.
ReducerOptionUtility() - Constructor for class org.hackystat.telemetry.analyzer.reducer.util.ReducerOptionUtility
 
ReInit(Reader, int, int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(Reader) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
ReInit(InputStream) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
ReInit(InputStream, String) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
ReInit(Reader) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
ReInit(TelemetryLanguageParserImplTokenManager) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
ReInit(SimpleCharStream) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
remove(User, String, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.NonPersistentTelemetryDefinitionManager
Deletes a telemetry object definition.
remove(User, String, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.PersistentTelemetryDefinitionManager
Deletes a telemetry object definition.
remove(User, String) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfoRepository
Deletes a telemetry object definition.
remove(User, String, TelemetryDefinitionType) - Method in class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManager
Deletes a telemetry object definition.
removeRepresentations() - Method in class org.hackystat.telemetry.service.resource.cache.CacheResource
Responds to DELETE requests for clearing the cache.
REPORT - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
report_definition() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
report_statement() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
report_statement_input() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
report_title() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
represent(Variant) - Method in class org.hackystat.telemetry.service.resource.cache.CacheResource
Get is not supported, but the method must be implemented.
represent(Variant) - Method in class org.hackystat.telemetry.service.resource.chart.ChartDataResource
Returns an TelemetryChart instance representing the trend information associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.telemetry.service.resource.chart.ChartDefinitionResource
Returns a TelemetryChartDefinition for the requested Chart, or returns an error code if the definition of the chart could not be found.
represent(Variant) - Method in class org.hackystat.telemetry.service.resource.chart.ChartsResource
Returns a TelemetryChartIndex instance providing pointers to all defined Charts.
represent(Variant) - Method in class org.hackystat.telemetry.service.resource.ping.PingResource
Returns the string "DailyProjectData" or "DailyProjectData authenticated", depending upon whether credentials are passed as form parameters and whether they are valid.
represent(Variant) - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
The Restlet getRepresentation method which must be overridden by all concrete Resources.
requestStartTime - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Records the time at which each HTTP request was initiated.
resolve(Variable) - Method in class org.hackystat.telemetry.analyzer.evaluator.VariableResolver
Resolves a variable to a constant.
resolveChartDefinition(String) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryDefinitionResolver
Resolves telemetry chart definition by name.
resolveExpression(Expression, VariableResolver, Project, DailyProjectDataClient, Interval) - Static method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryEvaluator
Resolves an expression to an instance of TelemetryStreamCollection or Number.
resolveStreamsDefinition(String) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryDefinitionResolver
Resolves telemetry streams definition by name.
resolveYAxisDefinition(String) - Method in class org.hackystat.telemetry.analyzer.evaluator.TelemetryDefinitionResolver
Resolves telemetry chart y-axis definition by name.
RPARA - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
run() - Method in class org.hackystat.telemetry.service.prefetch.PrefetchTask
Invoked automatically by the associated DailyTimer task or by the PrefetchManager on startup if RunOnStartup is true.
runOnStartup - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
 

S

SEMICOLON - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
SENSORBASE_FULLHOST_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The sensorbase host.
sensorBaseHost - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
The sensorbase host (for authentication).
serializeToString() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Serialized this instance to a string.
server - Variable in class org.hackystat.telemetry.service.prefetch.PrefetchManager
This telemetry server.
Server - Class in org.hackystat.telemetry.service.server
Sets up the HTTP Server process and dispatching to the associated resources.
Server() - Constructor for class org.hackystat.telemetry.service.server.Server
 
ServerProperties - Class in org.hackystat.telemetry.service.server
Provides access to the values stored in the telemetry.properties file, and provides default values if the file is not found.
ServerProperties() - Constructor for class org.hackystat.telemetry.service.server.ServerProperties
Creates a new ServerProperties instance.
setAuthorizedUserName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Sets the value of the authorizedUserName property.
setAuthorizedUserName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the authorizedUserName property.
setAuthorizedUserPassword(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Sets the value of the authorizedUserPassword property.
setAuthorizedUserPassword(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the authorizedUserPassword property.
setChartName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Sets the value of the chartName property.
setChartName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the chartName property.
setChartParameters(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the chartParameters property.
setClassName(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Sets the value of the className property.
setClassName(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Sets the value of the className property.
setDebugStream(PrintStream) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
setDefault(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Sets the value of the default property.
setDefault(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
Sets the value of the default property.
setDefault(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Sets the value of the default property.
setDefinitionString(String) - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition
Sets the definition string.
setDefinitionType(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Sets the value of the definitionType property.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.language.ast.TelemetryStreamsDefinition
Sets the description.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
Sets the value of the description property.
setDescription(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Sets the value of the description property.
setHref(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
Sets the value of the href property.
setLowerBound(BigInteger) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Sets the value of the lowerBound property.
setMaxValue(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Sets the value of the maxValue property.
setMaxValue(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Sets the value of the maxValue property.
setMinutesAfterMidnight(int) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Sets the value of the minutesAfterMidnight property.
setMinValue(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Sets the value of the minValue property.
setMinValue(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Sets the value of the minValue property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.Parameter
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Sets the name tag.
setName(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
Sets the value of the name property.
setName(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Sets the value of the name property.
setNumberType(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Sets the value of the numberType property.
setParameters(Parameters) - Method in class org.hackystat.telemetry.analyzer.function.jaxb.FunctionDefinition
Sets the value of the parameters property.
setParameters(Parameters) - Method in class org.hackystat.telemetry.analyzer.reducer.jaxb.ReducerDefinition
Sets the value of the parameters property.
setProjectName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Sets the value of the projectName property.
setProjectName(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the projectName property.
setProjectOwner(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Sets the value of the projectOwner property.
setProjectOwner(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the projectOwner property.
setRunOnStartup(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
Sets the value of the runOnStartup property.
setShareScope(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Sets the value of the shareScope property.
setSourceCode(String) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
Sets the value of the sourceCode property.
setSourceCode(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
Sets the value of the sourceCode property.
setStartTime(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
Sets the value of the startTime property.
setStartTime(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
Sets the value of the startTime property.
setStatusError(String, Exception) - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Called when an error resulting from an exception is caught during processing.
setStatusError(String) - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Called when an error occurs during processing.
setStatusInternalError(String) - Method in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Called when an internal error occurs during processing.
setTabSize(int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
setTag(Object) - Method in class org.hackystat.telemetry.analyzer.model.TelemetryStream
Sets the tag associated with this telemetry stream.
setTestProperties() - Method in class org.hackystat.telemetry.service.server.ServerProperties
Sets the following properties' values to their "test" equivalent.
setTime(XMLGregorianCalendar) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
Sets the value of the time property.
setTimeout(int) - Method in class org.hackystat.telemetry.service.client.TelemetryClient
Sets the timeout value for this client.
setType(Type) - Method in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
Sets the value of the type property.
setType(Type) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
Sets the value of the type property.
setUnits(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Sets the value of the units property.
setUp() - Method in class org.hackystat.telemetry.analyzer.configuration.TestNonPersistentTelemetryDefinitionManager
Sets up the testcase.
setUp() - Method in class org.hackystat.telemetry.analyzer.configuration.TestPersistentTelemetryDefinitionManager
Sets up the testcase.
setUp() - Method in class org.hackystat.telemetry.analyzer.configuration.TestShareScope
Test case set up.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
Sets up this test case.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
Sets up this test case.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterFunction
Sets up this test case.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterZeroFunction
Sets up this test case.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestIdempotentFunction
Sets up this test case.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
Sets up this test case.
setUp() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
Sets up this test case.
setupClient() - Method in class org.hackystat.telemetry.service.resource.chart.TestChartRestApi
Creates DevEvents on server for use in Telemetry processing.
setUpperBound(BigInteger) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
Sets the value of the upperBound property.
setupServer() - Static method in class org.hackystat.telemetry.service.test.TelemetryTestHelper
Starts the server going for these tests.
setURI(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
Sets the value of the uri property.
setValue(String) - Method in class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
Sets the value of the value property.
setValue(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
Sets the value of the value property.
setValue(String) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
Sets the value of the value property.
setYAxis(YAxis) - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
Sets the value of the yAxis property.
shareScope - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
ShareScope - Class in org.hackystat.telemetry.analyzer.configuration
The level of sharing associated with a telemetry chart or report definition.
SimpleCharStream - Class in org.hackystat.telemetry.analyzer.language.parser.impl
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
sourceCode - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
sourceCode - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
specialConstructor - Variable in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'start' template parameter, or null.
startTime - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.Chart
 
startTime - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart
 
statements() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
STATIC_LEXER_ERROR - Static variable in error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
StraightLine - Class in org.hackystat.telemetry.analyzer.reducer.impl
Draws a straight line over the chart.
StraightLine() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.StraightLine
 
STREAMS - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
streams_definition() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
streams_description() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
streams_reference() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
streams_statement() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
streams_statement_input() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
StreamsReference - Class in org.hackystat.telemetry.analyzer.language.ast
A reference to telemetry streams definition by its name.
StreamsReference(String, Expression[]) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.StreamsReference
Constructs this instance.
string_constant() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
STRING_INTERNAL - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
StringConstant - Class in org.hackystat.telemetry.analyzer.language.ast
String constant in telemetry language.
StringConstant(String) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.StringConstant
Constructs this instance.
SUB - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
sub_chart_definition() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
sub_charts() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
SubFunction - Class in org.hackystat.telemetry.analyzer.function.impl
If passed two numbers, returns their difference, and if passed two telemetry streams, returns a new TelemetryStreamCollection containing the pairwise difference of the individual elements.
SubFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.SubFunction
Constructs this instance.
SwitchTo(int) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 

T

tabSize - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
tearDown() - Method in class org.hackystat.telemetry.analyzer.configuration.TestNonPersistentTelemetryDefinitionManager
Tears down the testcase.
tearDown() - Method in class org.hackystat.telemetry.analyzer.configuration.TestPersistentTelemetryDefinitionManager
Tears down the testcase.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
Tears down this test case.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
Tears down this test case.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterFunction
Tears down this test case.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterZeroFunction
Tears down this test case.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestIdempotentFunction
Tears down this test case.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
Tears down this test case.
tearDown() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
Tears down this test case.
TelemetryChartData - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
TelemetryChartData() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
TelemetryChartDefinition - Class in org.hackystat.telemetry.analyzer.language.ast
Telemetry chart definition.
TelemetryChartDefinition(String, String, Variable[], List<TelemetryChartDefinition.SubChartDefinition>, TextPosition) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition
Constructs this instance.
TelemetryChartDefinition - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
TelemetryChartDefinition() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
TelemetryChartDefinition.SubChartDefinition - Class in org.hackystat.telemetry.analyzer.language.ast
Sub-chart definition.
TelemetryChartDefinition.SubChartDefinition(StreamsReference, YAxisReference) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartDefinition.SubChartDefinition
Constructs this instance.
TelemetryChartDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Provides information about a telemetry chart, including its name, type, and definition.
TelemetryChartDefinitionInfo(String, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryChartDefinitionInfo
Constructs this instance.
TelemetryChartDefinitionInfo(TelemetryChartDefinition, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryChartDefinitionInfo
Constructs this instance.
TelemetryChartIndex - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
TelemetryChartIndex() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartIndex
 
TelemetryChartObject - Class in org.hackystat.telemetry.analyzer.evaluator
The evaluation result after resolving a telemetry chart definition.
TelemetryChartObject(TelemetryChartDefinition) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject
Constructs this instance.
TelemetryChartObject.SubChart - Class in org.hackystat.telemetry.analyzer.evaluator
A telemetry sub chart, consisting of a Y-Axis and a Telemetry Stream.
TelemetryChartObject.SubChart(TelemetryStreamsObject, TelemetryChartObject.YAxis) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.SubChart
Constructs this instance.
TelemetryChartObject.YAxis - Class in org.hackystat.telemetry.analyzer.evaluator
A Y-axis, consisting of a label, a boolean indicating if the Axis is an integer, and an optional lower bound and upper bound value.
TelemetryChartObject.YAxis(String, boolean, Number, Number) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryChartObject.YAxis
Constructs this instance.
telemetryChartRef - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartIndex
 
TelemetryChartRef - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
TelemetryChartRef() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartRef
 
TelemetryChartYAxisDefinition - Class in org.hackystat.telemetry.analyzer.language.ast
Y-axis information in telemetry chart definition.
TelemetryChartYAxisDefinition(String, Variable[], Expression, String, Number, Number, TextPosition) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TelemetryChartYAxisDefinition
Constructs the y-axis definition.
TelemetryChartYAxisDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Provides information about a telemetry chart y-axis definition, including its name, type, and definition.
TelemetryChartYAxisDefinitionInfo(String, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryChartYAxisDefinitionInfo
Constructs this instance.
TelemetryChartYAxisDefinitionInfo(TelemetryChartYAxisDefinition, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryChartYAxisDefinitionInfo
Constructs this instance.
TelemetryClient - Class in org.hackystat.telemetry.service.client
Provides a client to support access to the DailyProjectData service.
TelemetryClient(String, String, String) - Constructor for class org.hackystat.telemetry.service.client.TelemetryClient
Initializes a new TelemetryClient, given the host, userEmail, and password.
TELEMETRYCLIENT_TIMEOUT_KEY - Static variable in class org.hackystat.telemetry.service.client.TelemetryClient
The System property key used to retrieve the default timeout value in milliseconds.
TelemetryClientException - Exception in org.hackystat.telemetry.service.client
An exception that is thrown when the DailyProjectData server does not return a success code.
TelemetryClientException(Status) - Constructor for exception org.hackystat.telemetry.service.client.TelemetryClientException
Thrown when an unsuccessful status code is returned from the Server.
TelemetryClientException(Status, Throwable) - Constructor for exception org.hackystat.telemetry.service.client.TelemetryClientException
Thrown when an unsuccessful status code is returned from the Server.
TelemetryClientException(String, Throwable) - Constructor for exception org.hackystat.telemetry.service.client.TelemetryClientException
Thrown when some problem occurs with Client not involving the server.
TelemetryClientException(String) - Constructor for exception org.hackystat.telemetry.service.client.TelemetryClientException
Thrown when some problem occurs with Client not involving the server.
TelemetryConfigurationException - Exception in org.hackystat.telemetry.analyzer.configuration
Telemetry configuration exception.
TelemetryConfigurationException(String) - Constructor for exception org.hackystat.telemetry.analyzer.configuration.TelemetryConfigurationException
Constructs this instance with an exception message.
TelemetryConfigurationException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.configuration.TelemetryConfigurationException
Constructs this instance with a wrapped exception.
TelemetryDataModelException - Exception in org.hackystat.telemetry.analyzer.model
Telemetry data model exception.
TelemetryDataModelException(String) - Constructor for exception org.hackystat.telemetry.analyzer.model.TelemetryDataModelException
Constructs this instance with an exception message.
TelemetryDataModelException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.model.TelemetryDataModelException
Constructs this instance with a wrapped exception.
TelemetryDataModelException(String, Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.model.TelemetryDataModelException
Constructs this instance with a wrapped exception.
TelemetryDataPoint - Class in org.hackystat.telemetry.analyzer.model
Represents one data point a telemetry stream.
TelemetryDataPoint(TimePeriod, Number) - Constructor for class org.hackystat.telemetry.analyzer.model.TelemetryDataPoint
Constructs this instance.
TelemetryDefinition - Class in org.hackystat.telemetry.analyzer.configuration.jaxb
Java class for anonymous complex type.
TelemetryDefinition() - Constructor for class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinition
 
telemetryDefinition - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinitions
 
TelemetryDefinition - Class in org.hackystat.telemetry.analyzer.language.ast
Telemetry definition base class.
TelemetryDefinition(String, TextPosition) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition
Constucts this instance.
TelemetryDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Base class for information holders of telemetry objects such as Charts, Y-Axes, Reports, and Streams.
TelemetryDefinitionInfo(String, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
Constructs this instance.
TelemetryDefinitionInfoRepository - Class in org.hackystat.telemetry.analyzer.configuration
The manager for TelemetryDefinitionInfo objects.
TelemetryDefinitionInfoRepository() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfoRepository
 
TelemetryDefinitionManager - Class in org.hackystat.telemetry.analyzer.configuration
Provides the base class associated with the persistent and non-persistent Telemetry definition managers.
TelemetryDefinitionManager() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManager
 
TelemetryDefinitionManagerFactory - Class in org.hackystat.telemetry.analyzer.configuration
Provides a Factory class for generating the single PersistentTelemetryDefinitionManager and as many non-persistent ones as required.
TelemetryDefinitionManagerFactory() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionManagerFactory
 
TelemetryDefinitionResolver - Class in org.hackystat.telemetry.analyzer.evaluator
Telemetry definition resolver.
TelemetryDefinitionResolver(TelemetryDefinitionManager, User) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryDefinitionResolver
Constructs this instance.
TelemetryDefinitions - Class in org.hackystat.telemetry.analyzer.configuration.jaxb
Java class for anonymous complex type.
TelemetryDefinitions() - Constructor for class org.hackystat.telemetry.analyzer.configuration.jaxb.TelemetryDefinitions
 
TelemetryDefinitionType - Enum in org.hackystat.telemetry.analyzer.configuration
Enumerated type for Telemetry Definition Types.
TelemetryEvaluationException - Exception in org.hackystat.telemetry.analyzer.evaluator
Telemetry evaluation exception.
TelemetryEvaluationException(String) - Constructor for exception org.hackystat.telemetry.analyzer.evaluator.TelemetryEvaluationException
Constructs this instance with an exception message.
TelemetryEvaluationException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.evaluator.TelemetryEvaluationException
Constructs this instance with a wrapped exception.
TelemetryEvaluator - Class in org.hackystat.telemetry.analyzer.evaluator
Provides an evaluation function for Telemetry, in which a definition is evaluated with respect to a set of variables and their values, a Project, and an Interval.
TelemetryFunction - Class in org.hackystat.telemetry.analyzer.function
Provides an abstract base class for telemetry functions.
TelemetryFunction(String) - Constructor for class org.hackystat.telemetry.analyzer.function.TelemetryFunction
Constructs this instance.
TelemetryFunctionException - Exception in org.hackystat.telemetry.analyzer.function
Telemetry function exception.
TelemetryFunctionException(String) - Constructor for exception org.hackystat.telemetry.analyzer.function.TelemetryFunctionException
Constructs this instance with an exception message.
TelemetryFunctionException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.function.TelemetryFunctionException
Constructs this instance with a wrapped exception.
TelemetryFunctionException(String, Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.function.TelemetryFunctionException
Constructs this instance with a wrapped exception.
TelemetryFunctionInfo - Class in org.hackystat.telemetry.analyzer.function
Provides information about a specific implementation of a TelemetryFunction.
TelemetryFunctionInfo(TelemetryFunction, FunctionDefinition) - Constructor for class org.hackystat.telemetry.analyzer.function.TelemetryFunctionInfo
Constructs this instance.
TelemetryFunctionManager - Class in org.hackystat.telemetry.analyzer.function
Implements a global singleton for managing telemetry function instances.
TelemetryLanguageException - Exception in org.hackystat.telemetry.analyzer.language
Telemetry language exception.
TelemetryLanguageException(String) - Constructor for exception org.hackystat.telemetry.analyzer.language.TelemetryLanguageException
Constructs this instance with an exception message.
TelemetryLanguageException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.language.TelemetryLanguageException
Constructs this instance with a wrapped exception.
TelemetryLanguageParser - Class in org.hackystat.telemetry.analyzer.language.parser
Parser for telemetry language.
TelemetryLanguageParserImpl - Class in org.hackystat.telemetry.analyzer.language.parser.impl
 
TelemetryLanguageParserImpl(InputStream) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
TelemetryLanguageParserImpl(InputStream, String) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
TelemetryLanguageParserImpl(Reader) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
TelemetryLanguageParserImpl(TelemetryLanguageParserImplTokenManager) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
TelemetryLanguageParserImpl.JJCalls - Class in org.hackystat.telemetry.analyzer.language.parser.impl
 
TelemetryLanguageParserImpl.JJCalls() - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl.JJCalls
 
TelemetryLanguageParserImplConstants - Interface in org.hackystat.telemetry.analyzer.language.parser.impl
 
TelemetryLanguageParserImplTokenManager - Class in org.hackystat.telemetry.analyzer.language.parser.impl
 
TelemetryLanguageParserImplTokenManager(SimpleCharStream) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
TelemetryLanguageParserImplTokenManager(SimpleCharStream, int) - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
TelemetryPoint - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
TelemetryPoint() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
 
telemetryPoint - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
TelemetryPrefetch - Class in org.hackystat.telemetry.service.prefetch.jaxb
Java class for anonymous complex type.
TelemetryPrefetch() - Constructor for class org.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
 
telemetryPrefetchList - Variable in class org.hackystat.telemetry.service.prefetch.PrefetchManager
The list of TelemetryPrefetch JAXB instances.
TelemetryReducer - Interface in org.hackystat.telemetry.analyzer.reducer
Provides the Telemetry reducer interface.
TelemetryReducerException - Exception in org.hackystat.telemetry.analyzer.reducer
Telemetry reducer exception.
TelemetryReducerException(String) - Constructor for exception org.hackystat.telemetry.analyzer.reducer.TelemetryReducerException
Constructs this instance with an exception message.
TelemetryReducerException(Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.reducer.TelemetryReducerException
Constructs this instance with a wrapped exception.
TelemetryReducerException(String, Throwable) - Constructor for exception org.hackystat.telemetry.analyzer.reducer.TelemetryReducerException
Constructs this instance with a wrapped exception.
TelemetryReducerInfo - Class in org.hackystat.telemetry.analyzer.reducer
Provides information about a single Telemetry Reduction Function.
TelemetryReducerInfo(TelemetryReducer, ReducerDefinition) - Constructor for class org.hackystat.telemetry.analyzer.reducer.TelemetryReducerInfo
Constructs this instance.
TelemetryReducerManager - Class in org.hackystat.telemetry.analyzer.reducer
Provides a singleton manager for telemetry reducers.
TelemetryReportDefinition - Class in org.hackystat.telemetry.analyzer.language.ast
Telemetry report definition, which contains one or more telemetry charts.
TelemetryReportDefinition(String, String, Variable[], List<ChartReference>, TextPosition) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TelemetryReportDefinition
Constructs this instance.
TelemetryReportDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Provides information about a Telemetry Report, including its name, its type (Report), and the definition.
TelemetryReportDefinitionInfo(String, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryReportDefinitionInfo
Constructs this instance.
TelemetryReportDefinitionInfo(TelemetryReportDefinition, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryReportDefinitionInfo
Constructs this instance.
TelemetryReportObject - Class in org.hackystat.telemetry.analyzer.evaluator
The evaluation result after resolving a telemetry report definition.
TelemetryReportObject(TelemetryReportDefinition) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryReportObject
Constructs this instance.
TelemetryResource - Class in org.hackystat.telemetry.service.resource.telemetry
An abstract superclass for all Telemetry resources that supplies common initialization processing.
TelemetryResource(Context, Request, Response) - Constructor for class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
Provides the following representational variants: TEXT_XML.
telemetryServer - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
This server (telemetry).
TelemetryStream - Class in org.hackystat.telemetry.analyzer.model
Represents a single telemetry stream, which contains an ordered series of TelemetryDataPoint instances.
TelemetryStream(Object) - Constructor for class org.hackystat.telemetry.analyzer.model.TelemetryStream
Constructs this instance.
telemetryStream - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
TelemetryStream - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
TelemetryStream() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
TelemetryStreamCollection - Class in org.hackystat.telemetry.analyzer.model
Provides a collection of telemetry streams.
TelemetryStreamCollection(String, Project, Interval) - Constructor for class org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection
Constructs this instance.
TelemetryStreamsDefinition - Class in org.hackystat.telemetry.analyzer.language.ast
Definition for telemetry "streams" object.
TelemetryStreamsDefinition(String, Expression, Variable[], TextPosition) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TelemetryStreamsDefinition
Constucts this instance.
TelemetryStreamsDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Provides information about a Telemetry Stream, including its name, its type (Stream), and the definition.
TelemetryStreamsDefinitionInfo(String, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryStreamsDefinitionInfo
Constructs this instance.
TelemetryStreamsDefinitionInfo(TelemetryStreamsDefinition, User, ShareScope) - Constructor for class org.hackystat.telemetry.analyzer.configuration.TelemetryStreamsDefinitionInfo
Constructs this instance.
TelemetryStreamsObject - Class in org.hackystat.telemetry.analyzer.evaluator
The evaluation result after resolving a telemetry streams definition.
TelemetryStreamsObject(TelemetryStreamsDefinition) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject
Constructs this instance.
TelemetryStreamsObject.Stream - Class in org.hackystat.telemetry.analyzer.evaluator
A telemetry stream.
TelemetryStreamsObject.Stream(String, TelemetryStream) - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TelemetryStreamsObject.Stream
Constructs this instance.
TelemetryTestHelper - Class in org.hackystat.telemetry.service.test
Provides a helper class to facilitate JUnit testing.
TelemetryTestHelper() - Constructor for class org.hackystat.telemetry.service.test.TelemetryTestHelper
Constructor.
TEST_DAILYPROJECTDATA_FULLHOST_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The test dpd host key.
TEST_HOSTNAME_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The test installation key.
TEST_INSTALL_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The test installation key.
TEST_PORT_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The dpd port key during testing.
TEST_SENSORBASE_HOST_KEY - Static variable in class org.hackystat.telemetry.service.server.ServerProperties
The test sensorbase host key.
TestAddFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for AddFunction.
TestAddFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
 
testAll() - Method in class org.hackystat.telemetry.analyzer.configuration.TestShareScope
Tests everything.
testAll() - Method in class org.hackystat.telemetry.analyzer.configuration.TestTelemetryDefInfoRepository
Tests all.
testAll() - Method in class org.hackystat.telemetry.analyzer.function.TestTelemetryFunctionManager
Test case.
testAll() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParsingException
Test case.
testAll() - Method in class org.hackystat.telemetry.analyzer.model.TestTelemetryStream
Test case.
testAll() - Method in class org.hackystat.telemetry.analyzer.model.TestTelemetryStreamCollection
Test case.
testBuildChartDefault() - Method in class org.hackystat.telemetry.service.resource.cache.TestCacheRestApi
Tests the cache api.
testBuildChartDefault() - Method in class org.hackystat.telemetry.service.resource.chart.TestBuildChartRestApi
Tests the Build chart.
TestBuildChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the UnitTest Chart processing.
TestBuildChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestBuildChartRestApi
 
TestCacheRestApi - Class in org.hackystat.telemetry.service.resource.cache
Tests the Telemetry Cache API.
TestCacheRestApi() - Constructor for class org.hackystat.telemetry.service.resource.cache.TestCacheRestApi
 
testCase1() - Method in class org.hackystat.telemetry.analyzer.configuration.TestTelemetryChartDefinitionInfo
Test case 1.
testCase1() - Method in class org.hackystat.telemetry.analyzer.configuration.TestTelemetryReportDefinitionInfo
Test case 1.
testCase2() - Method in class org.hackystat.telemetry.analyzer.configuration.TestTelemetryChartDefinitionInfo
Test case 2.
testCase2() - Method in class org.hackystat.telemetry.analyzer.configuration.TestTelemetryReportDefinitionInfo
Test case 2.
testChart() - Method in class org.hackystat.telemetry.service.resource.chart.TestChurnChartRestApi
Tests the chart.
testChart() - Method in class org.hackystat.telemetry.service.resource.chart.TestCouplingChartRestApi
Tests the chart.
testChart() - Method in class org.hackystat.telemetry.service.resource.chart.TestCyclomaticComplexityChartRestApi
Tests the chart.
testChartDefinition() - Method in class org.hackystat.telemetry.service.resource.chart.TestChartRestApi
Tests the Chart Definition interface.
testChartIndex() - Method in class org.hackystat.telemetry.service.resource.chart.TestChartRestApi
Tests the ChartIndex interface.
testChartParams() - Method in class org.hackystat.telemetry.service.resource.chart.TestDevEventChartRestApi
Tests the DevTime chart.
TestChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the definition and index parts of the Chart REST API.
TestChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestChartRestApi
 
TestChurnChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the Churn Chart processing.
TestChurnChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestChurnChartRestApi
 
TestCodeIssueChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests CodeIssue Chart processing.
TestCodeIssueChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestCodeIssueChartRestApi
 
testCodeIssueType() - Method in class org.hackystat.telemetry.service.resource.chart.TestCodeIssueChartRestApi
Tests the chart.
testCommitChartFailureCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestCommitChartRestApi
Tests the chart.
TestCommitChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the Commit Chart processing.
TestCommitChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestCommitChartRestApi
 
TestCouplingChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the Coupling Chart processing.
TestCouplingChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestCouplingChartRestApi
 
testCoverageChart() - Method in class org.hackystat.telemetry.service.resource.chart.TestCoverageChartRestApi
Tests the Coverage chart.
TestCoverageChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the Coverage Chart processing.
TestCoverageChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestCoverageChartRestApi
 
TestCyclomaticComplexityChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the Churn Chart processing.
TestCyclomaticComplexityChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestCyclomaticComplexityChartRestApi
 
TestDevEventChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the DevTime part of the Telemetry REST API.
TestDevEventChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestDevEventChartRestApi
 
TestDivFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for DivFunction.
TestDivFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
 
testEquals() - Method in class org.hackystat.telemetry.analyzer.configuration.TestShareScope
Tests equals and hashCode methods.
testEquals() - Method in class org.hackystat.telemetry.analyzer.model.TestTelemetryDataPoint
Tests equals method.
testEvaluatorWithConstants() - Method in class org.hackystat.telemetry.analyzer.evaluator.TestTelemetryExpressionEvaluator
Tests evaluateImpl with constants only.
testFileMetricChart() - Method in class org.hackystat.telemetry.service.resource.chart.TestFileMetricChartRestApi
Tests the FileMetric chart.
TestFileMetricChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the FileMetric Chart processing.
TestFileMetricChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestFileMetricChartRestApi
 
testFilterAbsoluteMode() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterFunction
Tests the filter in absolute mode.
TestFilterFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for FilterFunction.
TestFilterFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestFilterFunction
 
testFilterRelativeMode() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterFunction
Tests the filter in relative mode.
TestFilterZeroFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for FilterZeroFunction.
TestFilterZeroFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestFilterZeroFunction
 
testFramework() - Method in class org.hackystat.telemetry.analyzer.reducer.TestTelemetryReducerManager
Tests that built-in reducers can be found and defined.
testGlobalInstance() - Method in class org.hackystat.telemetry.analyzer.configuration.TestPersistentTelemetryDefinitionManager
Test the global persistent instance.
TestIdempotentFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for IdempotentFunction.
TestIdempotentFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestIdempotentFunction
 
TestIntervalUtility - Class in org.hackystat.telemetry.analyzer.reducer.util
Test suite for IntervalUtility.
TestIntervalUtility() - Constructor for class org.hackystat.telemetry.analyzer.reducer.util.TestIntervalUtility
 
testIssueChartAllCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestIssueChartRestApi
Tests the chart.
testIssueChartOpenCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestIssueChartRestApi
Tests the chart.
TestIssueChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the Issue Chart processing.
TestIssueChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestIssueChartRestApi
 
testMemberBuildChartDefault() - Method in class org.hackystat.telemetry.service.resource.chart.TestBuildChartRestApi
Tests the MemberBuild chart.
testMemberChart() - Method in class org.hackystat.telemetry.service.resource.chart.TestChurnChartRestApi
Tests the chart.
testMemberChartParams() - Method in class org.hackystat.telemetry.service.resource.chart.TestDevEventChartRestApi
Tests the MemberDevTime chart.
testMemberCommitChartFailureCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestCommitChartRestApi
Tests that the member chart can be invoked.
testMemberUnitTestChartFailureCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestUnitTestChartRestApi
Tests the UnitTest chart.
testModeGE() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterZeroFunction
Tests in GE mode.
TestMulFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for MulFunction.
TestMulFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
 
testNonPersistentInstanceLinked() - Method in class org.hackystat.telemetry.analyzer.configuration.TestNonPersistentTelemetryDefinitionManager
Tests the non-persistent implementation.
testNonPersistentInstanceUnlinked() - Method in class org.hackystat.telemetry.analyzer.configuration.TestNonPersistentTelemetryDefinitionManager
Tests the non-persistent implementation.
TestNonPersistentTelemetryDefinitionManager - Class in org.hackystat.telemetry.analyzer.configuration
Test suite for NonPersistentTelemetryDefinitionManager.
TestNonPersistentTelemetryDefinitionManager() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TestNonPersistentTelemetryDefinitionManager
 
testNumbers() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestIdempotentFunction
Tests with numbers.
testParse1() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parse method.
testParse2() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parse method.
testParseChartDef1() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseChartDef method.
testParseChartDef2() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseChartDef method.
testParseChartsDef3() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseChartDef method.
testParseReportDef1() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseReportDef method.
testParseReportDef2() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseReportDef method.
TestParserInternals - Class in org.hackystat.telemetry.analyzer.language.parser
Test suite for internal parser implementations.
TestParserInternals() - Constructor for class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
 
testParseSteamsDef1() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseStreamsDef method.
testParseSteamsDef2() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseStreamsDef method.
testParseSteamsDef3() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseStreamsDef method.
testParseSteamsDef4() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseStreamsDef method.
testParseSteamsDef5() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseStreamsDef method.
testParseSteamsDef6() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parseStreamsDef method.
testParsingChartYAxisDefinition() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests parsing of telemetry chart y-axis defintions.
TestParsingException - Class in org.hackystat.telemetry.analyzer.language.parser
Test suite for ParsingException.
TestParsingException() - Constructor for class org.hackystat.telemetry.analyzer.language.parser.TestParsingException
 
testParsingFunctionCall1() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing function calls.
testParsingFunctionCall2() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing function calls.
testParsingFunctionCall3() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing function calls.
testParsingFunctionCall4() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing function calls.
testParsingNumberConstant() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing number constants.
testParsingReductionCalls() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing reducer calls.
testParsingStreamsReference() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing of StreamsReference portion.
testParsingString() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
Tests parsing string.
TestPersistentTelemetryDefinitionManager - Class in org.hackystat.telemetry.analyzer.configuration
Test suite for PersistentTelemetryDefinitionManager.
TestPersistentTelemetryDefinitionManager() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TestPersistentTelemetryDefinitionManager
 
testPing() - Method in class org.hackystat.telemetry.service.resource.ping.TestPingRestApi
Test that GET {host}/ping returns the service name.
TestPingRestApi - Class in org.hackystat.telemetry.service.resource.ping
Tests the Ping REST API.
TestPingRestApi() - Constructor for class org.hackystat.telemetry.service.resource.ping.TestPingRestApi
 
testProperties() - Method in class org.hackystat.telemetry.analyzer.model.TestTelemetryDataPoint
Tests properties.
testRankFunctions() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestFilterFunction
Tests the rank functions.
testRecoveringDefinitionString() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
Tests recovering definition string operation.
TestShareScope - Class in org.hackystat.telemetry.analyzer.configuration
Test suite for ShareScope.
TestShareScope() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TestShareScope
 
TestSubFunction - Class in org.hackystat.telemetry.analyzer.function.impl
Test suite for SubFunction.
TestSubFunction() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
 
TestTelemetryChartDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Test suite for TelemetryChartDefinitionInfo.
TestTelemetryChartDefinitionInfo() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TestTelemetryChartDefinitionInfo
 
TestTelemetryDataPoint - Class in org.hackystat.telemetry.analyzer.model
Test suite for TelemetryDataPoint.
TestTelemetryDataPoint() - Constructor for class org.hackystat.telemetry.analyzer.model.TestTelemetryDataPoint
 
TestTelemetryDefInfoRepository - Class in org.hackystat.telemetry.analyzer.configuration
Test suite for TelemetryDefInfoRepository.
TestTelemetryDefInfoRepository() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TestTelemetryDefInfoRepository
 
TestTelemetryExpressionEvaluator - Class in org.hackystat.telemetry.analyzer.evaluator
Test suite for TelemetryExpressionEvaluator.
TestTelemetryExpressionEvaluator() - Constructor for class org.hackystat.telemetry.analyzer.evaluator.TestTelemetryExpressionEvaluator
 
TestTelemetryFunctionManager - Class in org.hackystat.telemetry.analyzer.function
Test suite for TelemetryFunctionManager.
TestTelemetryFunctionManager() - Constructor for class org.hackystat.telemetry.analyzer.function.TestTelemetryFunctionManager
 
TestTelemetryLanguageParser - Class in org.hackystat.telemetry.analyzer.language.parser
Test suite for TelemetryQueryParser.
TestTelemetryLanguageParser() - Constructor for class org.hackystat.telemetry.analyzer.language.parser.TestTelemetryLanguageParser
 
TestTelemetryReducerManager - Class in org.hackystat.telemetry.analyzer.reducer
Test suite for TelemetryReducerManager.
TestTelemetryReducerManager() - Constructor for class org.hackystat.telemetry.analyzer.reducer.TestTelemetryReducerManager
 
TestTelemetryReportDefinitionInfo - Class in org.hackystat.telemetry.analyzer.configuration
Test suite for TelemetryReportDefInfo.
TestTelemetryReportDefinitionInfo() - Constructor for class org.hackystat.telemetry.analyzer.configuration.TestTelemetryReportDefinitionInfo
 
TestTelemetryStream - Class in org.hackystat.telemetry.analyzer.model
Test suite for TelemetryStream.
TestTelemetryStream() - Constructor for class org.hackystat.telemetry.analyzer.model.TestTelemetryStream
 
TestTelemetryStreamCollection - Class in org.hackystat.telemetry.analyzer.model
Test suite for TelemetryStreamCollection.
TestTelemetryStreamCollection() - Constructor for class org.hackystat.telemetry.analyzer.model.TestTelemetryStreamCollection
 
testTotalCodeIssue() - Method in class org.hackystat.telemetry.service.resource.chart.TestCodeIssueChartRestApi
Tests the chart.
testUnitTestChartFailureCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestUnitTestChartRestApi
Tests the UnitTest chart.
TestUnitTestChartRestApi - Class in org.hackystat.telemetry.service.resource.chart
Tests the UnitTest Chart processing.
TestUnitTestChartRestApi() - Constructor for class org.hackystat.telemetry.service.resource.chart.TestUnitTestChartRestApi
 
testUnitTestChartTotalCount() - Method in class org.hackystat.telemetry.service.resource.chart.TestUnitTestChartRestApi
Tests the UnitTest chart.
testWith2Numbers() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
Tests with 2 numbers.
testWith2Numbers() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
Tests with 2 numbers.
testWith2Numbers() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
Tests with 2 numbers.
testWith2Numbers() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
Tests with 2 numbers.
testWith2TelemetryStreamCollections() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
Tests with 2 telemetry stream collections.
testWith2TelemetryStreamCollections() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
Tests with 2 telemetry stream collections.
testWith2TelemetryStreamCollections() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
Tests with 2 telemetry stream collections.
testWith2TelemetryStreamCollections() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
Tests with 2 telemetry stream collections.
testWithDayInterval() - Method in class org.hackystat.telemetry.analyzer.reducer.util.TestIntervalUtility
Tests with day interval.
testWithMonthInterval() - Method in class org.hackystat.telemetry.analyzer.reducer.util.TestIntervalUtility
Tests with month interval.
testWithNumberAndTelemetryStreamCollection() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
Tests with 1 numbers and 1 telemetry stream collection.
testWithNumberAndTelemetryStreamCollection() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
Tests with 1 numbers and 1 telemetry stream collection.
testWithNumberAndTelemetryStreamCollection() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
Tests with 1 numbers and 1 telemetry stream collection.
testWithNumberAndTelemetryStreamCollection() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
Tests with 1 numbers and 1 telemetry stream collection.
testWithTelemetryStreamCollectionAndNumber() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestAddFunction
Tests with 1 telemetry stream collection and 1 numbers.
testWithTelemetryStreamCollectionAndNumber() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestDivFunction
Tests with 1 telemetry stream collection and 1 numbers.
testWithTelemetryStreamCollectionAndNumber() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestIdempotentFunction
Tests with 1 telemetry stream collection and 1 numbers.
testWithTelemetryStreamCollectionAndNumber() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestMulFunction
Tests with 1 telemetry stream collection and 1 numbers.
testWithTelemetryStreamCollectionAndNumber() - Method in class org.hackystat.telemetry.analyzer.function.impl.TestSubFunction
Tests with 1 telemetry stream collection and 1 numbers.
testWithTokenMgrError() - Method in class org.hackystat.telemetry.analyzer.language.parser.TestParsingException
Tests whether we can extract line and column numbers from TokenMgrError.
testWithWeekInterval() - Method in class org.hackystat.telemetry.analyzer.reducer.util.TestIntervalUtility
Tests with week interval.
TextPosition - Class in org.hackystat.telemetry.analyzer.language.ast
Text position indiating start and end location of telemetry definition.
TextPosition(int, int, int, int) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.TextPosition
Constructs this instance.
time - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
 
timers - Variable in class org.hackystat.telemetry.service.prefetch.PrefetchManager
The list of DailyTimer instances, one per TelemetryPrefetch file.
token - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
Token - Class in org.hackystat.telemetry.analyzer.language.parser.impl
Describes the input token stream.
Token() - Constructor for class org.hackystat.telemetry.analyzer.language.parser.impl.Token
 
token_source - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
tokenBegin - Variable in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
tokenImage - Variable in exception org.hackystat.telemetry.analyzer.language.parser.impl.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
TokenLexicalActions(Token) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplTokenManager
 
TokenMgrError - Error in org.hackystat.telemetry.analyzer.language.parser.impl
 
TokenMgrError() - Constructor for error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.hackystat.telemetry.analyzer.language.parser.impl.TokenMgrError
 
toString() - Method in class org.hackystat.telemetry.analyzer.configuration.ShareScope
Gets the string representation of this instance.
toString() - Method in class org.hackystat.telemetry.analyzer.language.ast.TextPosition
Gets string representation of this instance.
toString() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.Token
Returns the image.
toString(TelemetryChartData) - Static method in class org.hackystat.telemetry.service.client.TelemetryClient
Returns the passed telemetry chart data in a human-readable string.
type - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Parameter
 
Type - Class in org.hackystat.telemetry.analyzer.configuration.jaxb
Java class for anonymous complex type.
Type() - Constructor for class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
 
type - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.ParameterDefinition
 
Type - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
Type() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 

U

unary_expression() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
units - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
UnitTestReducer - Class in org.hackystat.telemetry.analyzer.reducer.impl
Returns a single stream providing UnitTest data.
UnitTestReducer() - Constructor for class org.hackystat.telemetry.analyzer.reducer.impl.UnitTestReducer
 
UnitTestReducer.Mode - Enum in org.hackystat.telemetry.analyzer.reducer.impl
Possible mode values.
unsetParameter() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
unsetParameterDefinition() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartDefinition
 
unsetTelemetryChartRef() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartIndex
 
unsetTelemetryPoint() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
unsetTelemetryStream() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
unsetValue() - Method in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
UpdateLineColumn(char) - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.SimpleCharStream
 
upperBound - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
uri - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
 
uriUser - Variable in class org.hackystat.telemetry.service.resource.telemetry.TelemetryResource
To be retrieved from the URL as the 'email' template parameter, or null.
Utility - Class in org.hackystat.telemetry.analyzer.function.impl
Utility class handling miscellaneous tasks.
Utility() - Constructor for class org.hackystat.telemetry.analyzer.function.impl.Utility
 

V

value - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
 
value - Variable in class org.hackystat.telemetry.service.prefetch.jaxb.ChartParameter
 
value - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Parameter
 
value - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint
 
value - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 
valueOf(String) - Static method in enum org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer.Coupling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CoverageReducer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CyclomaticComplexityReducer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.UnitTestReducer.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer.Coupling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CoverageReducer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.CyclomaticComplexityReducer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hackystat.telemetry.analyzer.reducer.impl.UnitTestReducer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.hackystat.telemetry.analyzer.language.ast
A constant in telemetry language.
Variable(String) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.Variable
Constructs this instance.
VariableResolver - Class in org.hackystat.telemetry.analyzer.evaluator
Variable resolver.
VariableResolver() - Constructor for class org.hackystat.telemetry.analyzer.evaluator.VariableResolver
 
variables() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
variables_and_constants() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 

Y

y_axis_reference() - Method in class org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImpl
 
YAXIS - Static variable in interface org.hackystat.telemetry.analyzer.language.parser.impl.TelemetryLanguageParserImplConstants
 
yAxis - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
 
YAxis - Class in org.hackystat.telemetry.service.resource.chart.jaxb
Java class for anonymous complex type.
YAxis() - Constructor for class org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
 
YAxisReference - Class in org.hackystat.telemetry.analyzer.language.ast
A reference to y-axis definition by its name.
YAxisReference(String, Expression[]) - Constructor for class org.hackystat.telemetry.analyzer.language.ast.YAxisReference
Constructs this instance.

_

_default - Variable in class org.hackystat.telemetry.analyzer.configuration.jaxb.Type
 
_default - Variable in class org.hackystat.telemetry.analyzer.reducer.jaxb.Parameter
 
_default - Variable in class org.hackystat.telemetry.service.resource.chart.jaxb.Type
 

A B C D E F G H I J K L M N O P R S T U V Y _