C G I L R S W

C

checkCasVersion() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
This method checks the version of the CAS server (as reported by a service call to the CAS web service) against the expected version defined when this class was built.
checkCrawlCompletedSuccessfully(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Checks whether or not the given crawl has completed successfully.
cleanOutputDir(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Cleans the crawl's output directory (specified in the crawl configuration, usually through the CAS Console), removing any files in that directory that match the naming convention used by this component.
clearCrawlOutputFromDir(String, boolean, String, String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Deletes files associated with the specified crawl from the specified directory.
clearFullCrawlOutputFromDestinationDir(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Convenience method to invoke clearCrawlOutputFromDestinationDir method with the isIncrementalCrawl argument set to false.
clearIncrementalCrawlOutputFromDestinationDir(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Convenience method to invoke clearCrawlOutputFromDestinationDir method with the isIncrementalCrawl argument set to true.
com.endeca.eac.toolkit.component.cas - package com.endeca.eac.toolkit.component.cas
 
ContentAcquisitionServerComponent - Class in com.endeca.eac.toolkit.component.cas
This custom component represents a Content Acquisition System Server.
ContentAcquisitionServerComponent() - Constructor for class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Constructor for the Config Manager custom component.
copyBaselineCrawlOutputToDestinationDir(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Convenience method to invoke copyCrawlOutputToDestinationDir method with the isIncrementalCrawl argument set to false.
copyCrawlOutputToDestinationDir(String, boolean) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
This method is expected to be used in conjunction with the renameCrawlOutput method, as it assumes the naming convention created by that method.
copyIncrementalCrawlOutputToDestinationDir(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Convenience method to invoke copyCrawlOutputToDestinationDir method with the isIncrementalCrawl argument set to true.
copyOutputDimensionsFile(String, String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Copy (prefix).dimensions.xml file generated by the output of an MDEX-outputter crawl to a temporary directory for subsequent intake by Workbench.

G

getCasCrawlFullOutputDestDir() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getCasCrawlIncrementalOutputDestDir() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getCasCrawlOutputDestHost() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getCasHost() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getCasPort() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getCrawlOutputDir(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Queries the CAS to retrieve the crawl output directory from the crawl config.
getCrawlOutputPrefix(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Queries the CAS to retrieve the crawl output file prefix from the crawl config.
getCrawlOutputSuffix(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Queries the CAS to retrieve the crawl output file suffix from the crawl config.
getCrawlStatus(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Retrieves the status of the specified crawl.
getLongPropertyValueOrDefault(String, long) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getMaxMissedStatusChecksAllowed() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getMaxWaitTimeSeconds() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getMinWaitTimeSeconds() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getNumMissedStatusChecks() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getSlowPollingIntervalMs() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
getStandardPollingIntervalMs() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 

I

incrementMissedStatusQueries() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
isCrawlActive(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Test whether the crawl is active (running or stopping).
isCrawlDefined(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Requests a list of crawls defined in the CAS and returns true if one of them matches the specified crawl name.
isCrawlFileOutput(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Checks if the crawl output type is File System
isCrawlRunning(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Test whether the crawl is running.
isCrawlStopped(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Test whether the crawl is stopped.
isCrawlStopping(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Test whether the crawl is stopping.

L

listCasCrawls() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Returns a list of the crawls defined in the CAS.

R

renameBaselineCrawlOutput(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Convenience method to invoke renameCrawlOutput method with the isIncrementalCrawl argument set to false.
renameCrawlOutput(String, boolean) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Renames the crawl output file for a specified crawl to include the crawl name as a prefix as well as a timestamp if it's an incremental crawl.
renameIncrementalCrawlOutput(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Convenience method to invoke renameCrawlOutput method with the isIncrementalCrawl argument set to true.
runBaselineCasCrawl(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Runs to completion a full crawl of the CAS crawl with the specified name.
runIncrementalCasCrawl(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Runs to completion an incremental crawl of the CAS crawl with the specified name.

S

setDefinition() - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
setNumMissedStatusChecks(int) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
 
startBaselineCasCrawl(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Executes a baseline crawl for the specified crawl name.
startIncrementalCasCrawl(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Executes an incremental crawl for the specified crawl name.

W

waitForFinished(String) - Method in class com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent
Waits for the specified crawl to finish (to be in a non-active state) or for the maximum amount of wait time to elapse.

C G I L R S W

Copyright © 2011 Endeca. All Rights Reserved.