A B C D E F G H I L M N P Q R S T U V W

A

add(String, String, String...) - Method in class edu.sdsc.inca.consumer.DepotBean
Add a query to the query store.
add(int, String, String, String, String...) - Method in class edu.sdsc.inca.consumer.DepotBean
Add a query to the query store.
add(String, String) - Method in class edu.sdsc.inca.consumer.DistributionBean
Add a new row to the dataset.
addLink(String, int, int) - Method in class edu.sdsc.inca.consumer.CategoryBean
Add a link to a dataset value.
addSuite(String, String[], int) - Method in class edu.sdsc.inca.ConsumerTest.MockDepot
Add a suite to the mock depot.
addTooltip(String, int, int) - Method in class edu.sdsc.inca.consumer.CategoryBean
Add a tooltip for dataset value.
AF_FAILURES - Static variable in class edu.sdsc.inca.consumer.All2AllBean
 
agent - Variable in class edu.sdsc.inca.ConsumerTest.ConsumerTester
 
AGENT_BEAN_ID - Static variable in class edu.sdsc.inca.Consumer
 
AgentBean - Class in edu.sdsc.inca.consumer
Special bean that periodically queries and caches the current Inca configuration stored on the agent.
AgentBean() - Constructor for class edu.sdsc.inca.consumer.AgentBean
Create a new AgentBean object.
All2AllBean - Class in edu.sdsc.inca.consumer
Jsp bean that will query the given depot bean for the specified latest suite instances containing all-to-all tests and will return a summary.
All2AllBean() - Constructor for class edu.sdsc.inca.consumer.All2AllBean
 
All2AllBean.RESULT - Enum in edu.sdsc.inca.consumer
 
All2AllBean.TestData - Class in edu.sdsc.inca.consumer
 
All2AllBean.TestData() - Constructor for class edu.sdsc.inca.consumer.All2AllBean.TestData
 
All2AllBean.TestResult - Class in edu.sdsc.inca.consumer
 
All2AllBean.TestResult() - Constructor for class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
All2AllBean.TestResult(String, int, All2AllBean.RESULT, int, String, String) - Constructor for class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
All2AllBean.TestSummaryResults - Class in edu.sdsc.inca.consumer
 
All2AllBean.TestSummaryResults() - Constructor for class edu.sdsc.inca.consumer.All2AllBean.TestSummaryResults
 
All2AllBeanTest - Class in edu.sdsc.inca.consumer
Tester for All2AllBean
All2AllBeanTest() - Constructor for class edu.sdsc.inca.consumer.All2AllBeanTest
 

B

BarItemLabelColorRenderer - Class in edu.sdsc.inca.consumer
A bar item label renderer class that changes the color of the label based the difference in values between bars.
BarItemLabelColorRenderer(BarRenderer, Color, Color, Color) - Constructor for class edu.sdsc.inca.consumer.BarItemLabelColorRenderer
 

C

CategoryBean - Class in edu.sdsc.inca.consumer
Extension of DefaultCategoryDataset class that can be used in Cewolf and supports mouseovers and links.
CategoryBean() - Constructor for class edu.sdsc.inca.consumer.CategoryBean
Create a new category dataset
CategoryBean(String) - Constructor for class edu.sdsc.inca.consumer.CategoryBean
Create a new category dataset with a specific id
clear() - Method in class edu.sdsc.inca.consumer.DepotBean
Create a new XML file for persisting stored queries and save it to disk.
client - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
computeSummary(All2AllBean.RESULT[][]) - Method in class edu.sdsc.inca.consumer.All2AllBean
Compute the number of successes and failures for each resource given an R X R array of all-to-all integer test results where R = set of resources r[i][j] = 1 if the test from the ith resource to jth resource succeeds, r[i][j] = 0 if test from the ith resource to jth resource fails, r[i][j] = -1 if the result of the test from the ith resource to jth resource is missing The following rules will be used to count the number of successes and failures: 1) if r[i][j] == 1, a success is added to resource i and resource j 2) if r[i][j] == 0, a failure is added to resource i if i == j or r[k][j] == 1 where resource k != i and k != j or it's the only result so far (i.e., if a resource is testing to itself or if at least one other resource successfully tests to resource j or it's the only result so far, then we assume the failure is on resource i).
CONFIG_ID - Static variable in class edu.sdsc.inca.Consumer
 
Consumer - Class in edu.sdsc.inca
Starts up a Jetty server to server our Inca webapp.
Consumer() - Constructor for class edu.sdsc.inca.Consumer
 
consumer - Variable in class edu.sdsc.inca.ConsumerTest.ConsumerTester
 
CONSUMER_OPTS - Static variable in class edu.sdsc.inca.Consumer
 
ConsumerTest - Class in edu.sdsc.inca
Test Consumer class
ConsumerTest() - Constructor for class edu.sdsc.inca.ConsumerTest
 
ConsumerTest.ConsumerTester - Class in edu.sdsc.inca
 
ConsumerTest.ConsumerTester(int, int) - Constructor for class edu.sdsc.inca.ConsumerTest.ConsumerTester
 
ConsumerTest.MockAgent - Class in edu.sdsc.inca
Use to emulate a real agent.
ConsumerTest.MockAgent(int, int) - Constructor for class edu.sdsc.inca.ConsumerTest.MockAgent
Create a new mock agent.
ConsumerTest.MockDepot - Class in edu.sdsc.inca
Functionality of mock depot server.
ConsumerTest.MockDepot(int, int) - Constructor for class edu.sdsc.inca.ConsumerTest.MockDepot
Create a new mock depot.
contextDestroyed(ServletContextEvent) - Method in class edu.sdsc.inca.consumer.WebappListener
 
contextInitialized(ServletContextEvent) - Method in class edu.sdsc.inca.consumer.WebappListener
 
createQuery(int, String, String, String, String...) - Method in class edu.sdsc.inca.consumer.DepotBean
Read a query from the provided xml object and parse it into a DepotQuery object.

D

delete(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Delete the specified query from the query store.
deleteSuite(String) - Method in class edu.sdsc.inca.ConsumerTest.MockDepot
Remove a suite to the mock depot.
depot - Variable in class edu.sdsc.inca.ConsumerTest.ConsumerTester
 
DEPOT_BEAN_ID - Static variable in class edu.sdsc.inca.Consumer
 
DepotBean - Class in edu.sdsc.inca.consumer
Manages a list of stored (persistent) depot queries, some of which are longer queries that are cached to disk so that results can be prefetched.
DepotBean() - Constructor for class edu.sdsc.inca.consumer.DepotBean
 
DepotBean(String, String) - Constructor for class edu.sdsc.inca.consumer.DepotBean
Read in or create a new list of stored queries from the provided file.
DepotBeanTest - Class in edu.sdsc.inca.consumer
Test the class used to store queries.
DepotBeanTest() - Constructor for class edu.sdsc.inca.consumer.DepotBeanTest
 
DepotQuery - Class in edu.sdsc.inca.consumer
Handles the prefetching and caching of HQL queries to the depot.
DepotQuery(int, String, String, String, String, Object...) - Constructor for class edu.sdsc.inca.consumer.DepotQuery
Create a new cache query thread for the specified query.
DepotQueryTest - Class in edu.sdsc.inca.consumer
Tests the DepotQuery class.
DepotQueryTest() - Constructor for class edu.sdsc.inca.consumer.DepotQueryTest
 
DiffCategoryItemLabelGenerator - Class in edu.sdsc.inca.consumer
Display the difference in category row values as an item label.
DiffCategoryItemLabelGenerator() - Constructor for class edu.sdsc.inca.consumer.DiffCategoryItemLabelGenerator
 
DistributionBean - Class in edu.sdsc.inca.consumer
A dataset producer for graphing distribution data based on an xpath values in a xml document.
DistributionBean(String, String) - Constructor for class edu.sdsc.inca.consumer.DistributionBean
Create a new distribution dataset which will pull data from the provided xml document
docs - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestData
 

E

edu.sdsc.inca - package edu.sdsc.inca
 
edu.sdsc.inca.consumer - package edu.sdsc.inca.consumer
 
extractTestData(String, ObjectDocument) - Method in class edu.sdsc.inca.consumer.All2AllBean
Search the given report summaries for those that match our test name and create a R X R matrix of test results, where R is the set of resources involved in the all-to-all test.

F

failures - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestSummaryResults
 
filter(String, String[]) - Method in class edu.sdsc.inca.consumer.AgentBean
Create a new document using the __groupname__ as a replacement for the hostname and includes just the passed in macros
formatStringAsTooltip(String) - Static method in class edu.sdsc.inca.consumer.Util
Format text for a tooltip (jfreechart doesn't like ' or long strings.

G

generateLabel(CategoryDataset, int, int) - Method in class edu.sdsc.inca.consumer.DiffCategoryItemLabelGenerator
Overrides super class method to display the difference in row values for a column as item label text.
generateLink(Object, int, Object) - Method in class edu.sdsc.inca.consumer.CategoryBean
Called by CeWolf when generating graph to get the link for a specific value in the dataset.
generateLink(Object, int, int) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Return the link to use when the cursor is hovered over a data point
generateLink(int) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Return the link to use when the given date point index is moused over
generateToolTip(CategoryDataset, int, int) - Method in class edu.sdsc.inca.consumer.CategoryBean
Text to display when a bar is moused over
generateToolTip(CategoryDataset, int, int) - Method in class edu.sdsc.inca.consumer.DistributionBean
Text to display when a bar is moused over
generateToolTip(XYDataset, int, int) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Return the text to display when the cursor is hovered a data point
generateToolTip(int) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Return the link to use when the given date point index is moused over
getAndVerifyResult(String) - Static method in class edu.sdsc.inca.consumer.DepotQueryTest
Verify the result is not null and contains a timestamp and return it.
getCacheFile() - Method in class edu.sdsc.inca.consumer.DepotQuery
Return the handle of the file used to store the query result.
getCacheName(String) - Static method in class edu.sdsc.inca.consumer.DepotBean
Make a distinct name for the cached suites that we add
getCacheReloadPeriod() - Method in class edu.sdsc.inca.consumer.AgentBean
Return the period of refreshSuiteCaching for the suite and resources in the Consumer's cache.
getCacheReloadPeriod() - Method in class edu.sdsc.inca.consumer.DepotBean
Return the period of refreshSuiteCaching for the suite and resources in the Consumer's cache.
getCatalog() - Method in class edu.sdsc.inca.consumer.AgentBean
Get the current catalog contents.
getClientConfiguration() - Method in class edu.sdsc.inca.Consumer
Returns configuration properties for clients (e.g., agent and depot).
getColKeyIndex(String) - Method in class edu.sdsc.inca.consumer.DistributionBean
Return the index of the column key value
getColKeys() - Method in class edu.sdsc.inca.consumer.DistributionBean
Return the vector of column keys (or unique values found in the xpath)
getCommand() - Method in class edu.sdsc.inca.consumer.DepotQuery
Return the depot command being used to fetch data from the depot.
getDepotConfig() - Static method in class edu.sdsc.inca.consumer.DepotQuery
Get the configuration for connecting to the depot.
getElapsedTime(long) - Static method in class edu.sdsc.inca.consumer.Util
Small convenience function for printing out timing information.
getFile() - Method in class edu.sdsc.inca.consumer.DepotBean
Return a handle to the query file.
getFreshResult() - Method in class edu.sdsc.inca.consumer.DepotQuery
Query the depot and return the results (rows) as an XmlBean
getIncaDoc() - Method in class edu.sdsc.inca.consumer.AgentBean
Return cached inca config document.
getItemLabelPaint(int, int) - Method in class edu.sdsc.inca.consumer.BarItemLabelColorRenderer
Overrides super classes function to return a per item label text color
getLabel() - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Return label description to be used in legend
getNextRefresh() - Method in class edu.sdsc.inca.consumer.DepotQuery
Check the age of the cached file and return the number of milliseconds before it should be refreshed again.
getNickname() - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Return the list of series nicknames that will be queried
getParams() - Method in class edu.sdsc.inca.consumer.DepotQuery
Return the depot command params being used to fetch data from the depot.
getPeriod() - Method in class edu.sdsc.inca.consumer.DepotQuery
Returns the frequency of queries to the depot.
getProducerId() - Method in class edu.sdsc.inca.consumer.CategoryBean
Returns a unique id for this dataset
getProducerId() - Method in class edu.sdsc.inca.consumer.DistributionBean
Returns a unique id for this dataset
getProducerId() - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Returns a unique ID for this DatasetProducer
getQueriesXml() - Method in class edu.sdsc.inca.consumer.DepotBean
Return the query store xml as a string
getQueryName() - Method in class edu.sdsc.inca.consumer.DepotQuery
Returns the name of the query.
getQueryNames() - Method in class edu.sdsc.inca.consumer.DepotBean
Return the stored query names.
getQueryParams(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Return the query params for the named query
getQueryResult(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Retrieve a result for the named query.
getQueryType(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Return the query type for the named query
getReloadAt() - Method in class edu.sdsc.inca.consumer.DepotQuery
Set the reload start time.
getResource() - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Return a list of series resource names that will be queried
getResources() - Method in class edu.sdsc.inca.consumer.AgentBean
Return the cached resources object.
getResult(boolean, String, String) - Static method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Determine pass/fail/unknown status for a series report based on error message and comparison result.
getRowKeyIndex(String) - Method in class edu.sdsc.inca.consumer.DistributionBean
Return the index of the row key value
getRowKeys() - Method in class edu.sdsc.inca.consumer.DistributionBean
Return the vector of row keys (or series)
getStoredResult() - Method in class edu.sdsc.inca.consumer.DepotQuery
Returns the latest result of the query stored in the file cache.
getSuiteGuid() - Method in class edu.sdsc.inca.consumer.All2AllBean
Return the name of the suite where all-2-all summary results will be extracted from.
getSuiteNames() - Method in class edu.sdsc.inca.consumer.AgentBean
Return the suite names as an XML document
getSuites() - Method in class edu.sdsc.inca.consumer.AgentBean
Return the cached suite configuration.
getTempPath() - Method in class edu.sdsc.inca.Consumer
Returns the path where the server stores temporary files.
getTestNames(ObjectDocument) - Method in class edu.sdsc.inca.consumer.All2AllBean
Extract the list of all-to-all test names found in the provided report summaries.
getTimeNow() - Static method in class edu.sdsc.inca.consumer.Util
Small convenience function to return the current time in milliseconds.
getUri() - Method in class edu.sdsc.inca.consumer.AgentBean
 
getUri() - Method in class edu.sdsc.inca.ConsumerTest.MockAgent
Return the uri of the mock agent
getXml() - Method in class edu.sdsc.inca.consumer.All2AllBean
Retrieves the suite configuration from the consumer cache, finds all all-to-all test results, and returns a summary of the results per resource.
getXml() - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Query the depot for series histories and return the results in as a string containing an XML document.

H

hasExpired(Map, Date) - Method in class edu.sdsc.inca.consumer.CategoryBean
This method influences Cewolf's caching behaviour.
hasExpired(Map, Date) - Method in class edu.sdsc.inca.consumer.DistributionBean
This method influences Cewolf's caching behaviour.
hasExpired(Map, Date) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
This method influences Cewolf's caching behaviour.
hasQuery(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Check to see if the query exists in the store already.

I

instanceId - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
isReady - Variable in class edu.sdsc.inca.ConsumerTest.MockAgent
 
isReady - Variable in class edu.sdsc.inca.ConsumerTest.MockDepot
 
isRunning() - Method in class edu.sdsc.inca.Consumer
Determine if Jetty server is running.

L

list() - Method in class edu.sdsc.inca.consumer.DepotBean
Fetch the list of stored query names.
logger - Static variable in class edu.sdsc.inca.consumer.All2AllBean
 
logger - Static variable in class edu.sdsc.inca.ConsumerTest
 

M

main(String[]) - Static method in class edu.sdsc.inca.Consumer
Start up the consumer server.

N

NAF_FAILURES - Static variable in class edu.sdsc.inca.consumer.All2AllBean
 
NAMESPACE_DECLS - Variable in class edu.sdsc.inca.consumer.All2AllBean
 
NAMESPACE_DECLS - Static variable in class edu.sdsc.inca.consumer.CategoryBean
 
NAMESPACE_DECLS - Static variable in class edu.sdsc.inca.consumer.DistributionBean
 
NAMESPACE_DECLS - Static variable in class edu.sdsc.inca.consumer.SeriesHistoryBean
 
NAMESPACE_DECLS - Static variable in class edu.sdsc.inca.consumer.TimeSeriesBean
 
NUM_STATS - Static variable in class edu.sdsc.inca.consumer.All2AllBean
 

P

printElapsedTime(long, String) - Static method in class edu.sdsc.inca.consumer.Util
Small convenience function for printing out timing information.
produceDataset(Map) - Method in class edu.sdsc.inca.consumer.CategoryBean
Return this object as the dataset
produceDataset(Map) - Method in class edu.sdsc.inca.consumer.DistributionBean
Return this object as the dataset
produceDataset(Map) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Return a time series collection using data supplied from the provided xpaths

Q

query() - Method in class edu.sdsc.inca.consumer.DepotQuery
Send a query to the depot.
query(String, Object...) - Static method in class edu.sdsc.inca.consumer.DepotQuery
Send a query to the depot.
queryAndParse(String, String...) - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Submit a query to the depot
QUERYDIR - Static variable in class edu.sdsc.inca.consumer.DepotQuery
 
queryStatus - Static variable in class edu.sdsc.inca.consumer.DepotBean
 
QUERYSTORE - Static variable in class edu.sdsc.inca.consumer.DepotBean
 

R

rawResults - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestData
 
readQuery(Query) - Method in class edu.sdsc.inca.consumer.DepotBean
Read a query from the provided xml object and parse it into a DepotQuery object.
refresh(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Refresh the cached result for the named query.
refresh() - Method in class edu.sdsc.inca.consumer.DepotQuery
Query the depot for a new result and store it in the cache
refreshSuiteCaching() - Method in class edu.sdsc.inca.consumer.DepotBean
Query the depot and make sure there is a cache entry for each suite and remove those that are no longer around
resources - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestData
 
result - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
run() - Method in class edu.sdsc.inca.consumer.AgentBean
The functionality of the thread.
run() - Method in class edu.sdsc.inca.consumer.DepotBean
Periodically query depot and refresh caching of suites
run() - Method in class edu.sdsc.inca.consumer.DepotQuery
Will first check to see if there is a result already stored on disk and if so, will check to see how fresh it is.
run() - Method in class edu.sdsc.inca.consumer.WebappInit
 
run() - Method in class edu.sdsc.inca.ConsumerTest.MockAgent
Functionality of mock server.
run() - Method in class edu.sdsc.inca.ConsumerTest.MockDepot
Functionality of mock depot server.

S

save() - Method in class edu.sdsc.inca.consumer.DepotBean
Save the query store configuration to disk.
seriesConfigId - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
SeriesHistoryBean - Class in edu.sdsc.inca.consumer
Retrieve the history of one or more series and return the values as an xml document.
SeriesHistoryBean() - Constructor for class edu.sdsc.inca.consumer.SeriesHistoryBean
 
server - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
setBeanConfig(Properties) - Method in class edu.sdsc.inca.consumer.AgentBean
Set the attributes for connecting to the agent and also the maxWait and reload frequency.
setBeanConfig(Properties) - Method in class edu.sdsc.inca.consumer.DepotBean
Set the attributes for connecting to the agent and also the maxWait and reload frequency.
setCacheReloadPeriod(int) - Method in class edu.sdsc.inca.consumer.AgentBean
Set the period of refreshSuiteCaching for the suite and resources in the Consumer's cache.
setCacheReloadPeriod(int) - Method in class edu.sdsc.inca.consumer.DepotBean
Set the period of refreshSuiteCaching for the suite and resources in the Consumer's cache.
setClientConfiguration(Properties) - Method in class edu.sdsc.inca.Consumer
Sets the configuration properties for clients (e.g., agent and depot).
setCommand(String) - Method in class edu.sdsc.inca.consumer.DepotQuery
Set the depot query command being used to fetch data from the depot.
setConfiguration(Properties) - Method in class edu.sdsc.inca.Consumer
Read in the configuration for the consumer from the specified properties list.
setDelay(int) - Method in class edu.sdsc.inca.ConsumerTest.MockAgent
Set an artifical delay in the return of the GETCONFIG request.
setDepotBean(DepotBean) - Method in class edu.sdsc.inca.consumer.All2AllBean
Set the depot bean where suite information can be retrieved from.
setDepotConfig(Properties) - Static method in class edu.sdsc.inca.consumer.DepotQuery
Set the configuration for connecting to the depot.
setEndDate(String) - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Set the end date for the series histories.
setFile(String) - Method in class edu.sdsc.inca.consumer.DepotBean
Set the path to the file containing stored query information.
setLabel(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set description of series to be used in graph legend
setLinkXpath(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set the xpath to retrieve the link to use for a given data point
setNickname(String[]) - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Set the list of series nicknames that will be queried
setParams(Object[]) - Method in class edu.sdsc.inca.consumer.DepotQuery
Set the depot query command parameters being used to fetch data from the depot.
setPeriod(int) - Method in class edu.sdsc.inca.consumer.DepotQuery
Set the frequency of queries to the depot.
setProducerId(String) - Method in class edu.sdsc.inca.consumer.CategoryBean
Set the id for this dataset (for CeWolf)
setQueryName(String) - Method in class edu.sdsc.inca.consumer.DepotQuery
Set the name of the query.
setReloadAt(String) - Method in class edu.sdsc.inca.consumer.DepotQuery
Set the reload start time
setResource(String[]) - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Set the list of series resources that will be queried
setResourceConfig(ResourceConfig) - Method in class edu.sdsc.inca.ConsumerTest.MockAgent
Set the resources that should be returned in the Inca configuration XML in response to GETCONFIG command.
setSeries(String[]) - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Set the list of series that will be queried for their history
setStartDate(String) - Method in class edu.sdsc.inca.consumer.SeriesHistoryBean
Set the start date for the series histories.
setSuiteGuid(String) - Method in class edu.sdsc.inca.consumer.All2AllBean
Set the name of the suite where all-2-all summary results will be extracted from.
setSuites(String[]) - Method in class edu.sdsc.inca.ConsumerTest.MockAgent
Set the suites that should be returned in the Inca configuration XML in response to GETCONFIG command.
setTempPath(String) - Method in class edu.sdsc.inca.Consumer
Sets the directory path where the Server stores temporary files.
setTimestampXpath(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set the xpath to retrieve the timestamp to use for a given data point
setTooltipXpath(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set the xpath to retrieve the tooltip text to use for a given data point
setUp() - Method in class edu.sdsc.inca.consumer.DepotBeanTest
Delete any pre-existing files.
setUp() - Method in class edu.sdsc.inca.consumer.DepotQueryTest
 
setValueXpath(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set the xpath to retrieve the a data point value
setXml(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set the xml document to extract time series from
setXpath(String) - Method in class edu.sdsc.inca.consumer.TimeSeriesBean
Set the absolute xpath to a datapoint
shutdown() - Method in class edu.sdsc.inca.Consumer
 
start() - Method in class edu.sdsc.inca.ConsumerTest.ConsumerTester
 
startConsumer() - Method in class edu.sdsc.inca.Consumer
Runs a Jetty server.
startQueries() - Method in class edu.sdsc.inca.consumer.DepotBean
Starts the cached query threads so that results are prefetched from the depot and continuously updated.
statusHistoryDelay - Variable in class edu.sdsc.inca.ConsumerTest.MockDepot
 
stop() - Method in class edu.sdsc.inca.ConsumerTest.ConsumerTester
 
stopQueries() - Method in class edu.sdsc.inca.consumer.DepotBean
Stop prefetching query results from the depot.
SUCCESSES - Static variable in class edu.sdsc.inca.consumer.All2AllBean
 
suiteCachePrefix - Static variable in class edu.sdsc.inca.consumer.DepotBean
 
summary - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestSummaryResults
 

T

testCache() - Method in class edu.sdsc.inca.consumer.DepotQueryTest
Test caching abilities.
testComputeSummary() - Method in class edu.sdsc.inca.consumer.All2AllBeanTest
Test ability to compute a summary from a results matrix.
testFile() - Method in class edu.sdsc.inca.consumer.DepotQueryTest
Test filename translation
testGetTestData() - Method in class edu.sdsc.inca.consumer.All2AllBeanTest
Test ability to extract a matrix of test results and array of resources.
testGetTestNames() - Method in class edu.sdsc.inca.consumer.All2AllBeanTest
Test ability to extract all-to-all tests from report summaries.
testGetXml() - Method in class edu.sdsc.inca.consumer.All2AllBeanTest
Test ability to produce a xml summary of the all-to-all test results from a suite.
testName - Variable in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
testPersistence() - Method in class edu.sdsc.inca.consumer.DepotBeanTest
Verify persistence by adding a few queries and then reading them back
testQueries() - Method in class edu.sdsc.inca.consumer.DepotBeanTest
 
testQueryCache() - Method in class edu.sdsc.inca.consumer.DepotBeanTest
Verify the ability to retrieve query results from non-cached and cached queries.
testQueryCast() - Method in class edu.sdsc.inca.consumer.DepotQueryTest
Test query casting function
testRun() - Method in class edu.sdsc.inca.ConsumerTest
Test the ability to load the index page for the Inca consumer.
testSuiteCaching() - Method in class edu.sdsc.inca.consumer.DepotBeanTest
 
TimeSeriesBean - Class in edu.sdsc.inca.consumer
A dataset producer for graphing time series data based on an xpath values in a xml document.
TimeSeriesBean(String) - Constructor for class edu.sdsc.inca.consumer.TimeSeriesBean
Create a new time series collection with the specified id
TOOLTIP_MAX_STRING_LENGTH - Static variable in class edu.sdsc.inca.consumer.Util
 
toString() - Method in class edu.sdsc.inca.consumer.AgentBean
Return xml document in string
toString() - Method in class edu.sdsc.inca.consumer.All2AllBean.TestResult
 
toString() - Method in class edu.sdsc.inca.consumer.DepotQuery
Return the query information as a string

U

Util - Class in edu.sdsc.inca.consumer
Created by IntelliJ IDEA.
Util() - Constructor for class edu.sdsc.inca.consumer.Util
 

V

valueOf(String) - Static method in enum edu.sdsc.inca.consumer.All2AllBean.RESULT
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.sdsc.inca.consumer.All2AllBean.RESULT
Returns an array containing the constants of this enum type, in the order they're declared.

W

WebappInit - Class in edu.sdsc.inca.consumer
Thread that waits for the configuration params to be set in the context and then initializes the inca webapp.
WebappListener - Class in edu.sdsc.inca.consumer
Created by IntelliJ IDEA.
WebappListener() - Constructor for class edu.sdsc.inca.consumer.WebappListener
 

A B C D E F G H I L M N P Q R S T U V W