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

A

absDistanceFromTimestamp(Timestamp) - Method in class org.archive.wayback.util.Timestamp
function that calculates integer seconds between this records timeStamp and the arguments timeStamp.
AbstractRequestHandler - Class in org.archive.wayback.util.webapp
Abstract RequestHandler implementation which performs the minimal behavior for self registration with a RequestMapper, requiring subclasses to implement only handleRequest().
AbstractRequestHandler() - Constructor for class org.archive.wayback.util.webapp.AbstractRequestHandler
 
accept(File, String) - Method in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
AccessControlException - Exception in org.archive.wayback.exception
Exception class for content blocked by robots.txt, etc.
AccessControlException(String) - Constructor for exception org.archive.wayback.exception.AccessControlException
Constructor
AccessControlException(String, String) - Constructor for exception org.archive.wayback.exception.AccessControlException
Constructor with message and details
AccessControlSettingOperation - Class in org.archive.wayback.authenticationcontrol
BooleanOperator which tests a delegate operator, and sets an ExclusionFilterFactory on the WaybackRequest if the delegate is true.
AccessControlSettingOperation() - Constructor for class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
AccessPoint - Class in org.archive.wayback.webapp
Retains all information about a particular Wayback configuration within a ServletContext, including holding references to the implementation instances of the primary Wayback classes: RequestParser ResourceIndex(via WaybackCollection) ResourceStore(via WaybackCollection) QueryRenderer ReplayDispatcher ExceptionRenderer ResultURIConverter
AccessPoint() - Constructor for class org.archive.wayback.webapp.AccessPoint
 
AccessPointCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
AccessPointCaptureFilterGroup(WaybackRequest) - Constructor for class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroup
 
AccessPointCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
AccessPointCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroupFactory
 
adapt(BDBRecord) - Method in class org.archive.wayback.resourceindex.bdb.BDBRecordToSearchResultAdapter
 
adapt(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.bdb.SearchResultToBDBRecordAdapter
 
adapt(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter
 
adapt(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXLineToSearchResultAdapter
 
adapt(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXFormatAdapter
 
adapt(Iterator<CaptureSearchResult>, CDXFormat) - Static method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXFormatAdapter
 
adapt(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
adapt(Iterator<CaptureSearchResult>) - Static method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
adapt(Iterator<CaptureSearchResult>, boolean) - Static method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
adapt(ARCRecord) - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
adapt(WARCRecord) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
adapt(S) - Method in interface org.archive.wayback.util.Adapter
Transform one object into another
AdaptedIterator<S,T> - Class in org.archive.wayback.util
Iterator that transforms objects of one type to another.
AdaptedIterator(Iterator<S>, Adapter<S, T>) - Constructor for class org.archive.wayback.util.AdaptedIterator
 
adapter - Variable in class org.archive.wayback.util.AdaptedIterator
 
Adapter<S,T> - Interface in org.archive.wayback.util
 
adaptIterator(Iterator<String>) - Method in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
adaptIterator(Iterator<String>) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
adaptIterator(Iterator<String>) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
add(ResourceFileLocation) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
add(T) - Method in class org.archive.wayback.util.partition.Partition
 
ADD_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
addAll(Iterator<ResourceFileLocation>) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
addBase() - Method in class org.archive.wayback.replay.TextDocument
 
addCDX(File) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
addCloseMatch(String, String) - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
addCloseTagHandler(CloseTagHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addCloseTagHandler(CloseTagHandler, String) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addComponent(ExclusionFilter) - Method in class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
addComponent(Iterator<E>) - Method in class org.archive.wayback.util.CompositeSortedIterator
 
addContentTextHandler(ContentTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addConverter(String, ResultURIConverter) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
addCSSTextHandler(CSSTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addDay(Date, int) - Static method in class org.archive.wayback.partition.ToolBarData
Increment a Date object by +/- some days
addElementToPartition(CaptureSearchResult, Partition<CaptureSearchResult>) - Method in class org.archive.wayback.partition.CaptureSearchResultPartitionMap
 
addElementToPartition(Partition<CaptureSearchResult>, Partition<Partition<CaptureSearchResult>>) - Method in class org.archive.wayback.partition.PartitionPartitionMap
 
addElementToPartition(T, Partition<T>) - Method in interface org.archive.wayback.util.partition.ElementPartitionMap
Add the element to a partition, possible modifying the Partition in some way.
addFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
addFilter(ObjectFilter<E>) - Method in class org.archive.wayback.util.ObjectFilterChain
 
addFilters(Collection<ObjectFilter<E>>) - Method in class org.archive.wayback.util.ObjectFilterChain
 
addGlobalPostRequestHandler(RequestHandler) - Method in class org.archive.wayback.util.webapp.RequestMapper
Configure the specified RequestHandler to handle ALL incoming requests after all other normal mapping has been attempted
addGlobalPreRequestHandler(RequestHandler) - Method in class org.archive.wayback.util.webapp.RequestMapper
Configure the specified RequestHandler to handle ALL incoming requests before any other normal mapping.
addJSTextHandler(JSTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addMime(String) - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
addMonth(Date, int) - Static method in class org.archive.wayback.partition.ToolBarData
Increment a Date object by +/- some months
addName(String) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
addNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
add an url location for a name, unless it already exists
addNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
addNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
add an Url location for an arcName, unless it already exists
addNameUrl(String, String) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
addOpenTagHandler(OpenTagHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addOpenTagHandler(OpenTagHandler, String) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addOption(String, String) - Method in class org.archive.wayback.util.html.SelectHTML
 
addOption(String) - Method in class org.archive.wayback.util.html.SelectHTML
 
addParseCompleteHandler(ParseCompleteHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addRemarkTextHandler(RemarkTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addRequestHandler(String, String, RequestHandler) - Method in class org.archive.wayback.util.webapp.PortMapper
Register the RequestHandler to accept requests for the given host and port.
addRequestHandler(int, String, String, RequestHandler) - Method in class org.archive.wayback.util.webapp.RequestMapper
Register the RequestHandler to accept requests on the given port, for the specified host and path.
addResultFilter(ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.core.WaybackRequest
 
addSearchResult(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResults
append a result
addSearchResult(CaptureSearchResult, boolean) - Method in class org.archive.wayback.core.CaptureSearchResults
add a result to this results, at either the begginning or at the end, depending on the append argument
addSearchResult(UrlSearchResult) - Method in class org.archive.wayback.core.UrlSearchResults
 
addSearchResult(UrlSearchResult, boolean) - Method in class org.archive.wayback.core.UrlSearchResults
 
addSearchResults(Iterator<CaptureSearchResult>, UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
addSearchResults(Iterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
addSearchResults(Iterator<CaptureSearchResult>, UrlCanonicalizer) - Method in interface org.archive.wayback.resourceindex.UpdatableSearchResultSource
 
addSearchResults(String, Iterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
addShutdownListener(ShutdownListener) - Method in class org.archive.wayback.util.webapp.RequestMapper
Request the shutdownListener object to be notified of ServletContext shutdown.
addSource(SearchResultSource) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
add a SearchResultSource to this composite
addTimestampForId(String, String, String) - Static method in class org.archive.wayback.util.bdb.BDBMap
associate timestamp time with idenfier ip persistantly
addTotal(int) - Method in class org.archive.wayback.util.partition.Partition
Add and int to the Total count for this partition.
addYear(Date, int) - Static method in class org.archive.wayback.partition.ToolBarData
Increment a Date object by +/- some years
AdministrativeAccessControlException - Exception in org.archive.wayback.exception
 
AdministrativeAccessControlException(String) - Constructor for exception org.archive.wayback.exception.AdministrativeAccessControlException
 
AfterBodyStartTagJSPExecRule - Class in org.archive.wayback.replay.html.rules
This Rule fires just after the BODY start tag, emitting the result of the replay .jsp into the resulting page at that point.
AfterBodyStartTagJSPExecRule() - Constructor for class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
AggressiveUrlCanonicalizer - Class in org.archive.wayback.util.url
Class that performs the standard Heritrix URL canonicalization.
AggressiveUrlCanonicalizer() - Constructor for class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.  
alignStart(Calendar) - Method in interface org.archive.wayback.util.partition.PartitionSize
Align the calendar argument to the start of the interval covered by this size.
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
ALL_SCHEMES - Static variable in class org.archive.wayback.util.url.UrlOperations
array of static Strings for all "known" schemes
AllEventsHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
AlphaPartitionedIndex - Class in org.archive.wayback.resourceindex.distributed
 
AlphaPartitionedIndex() - Constructor for class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
AlphaPartitioner - Class in org.archive.wayback.hadoop
 
AlphaPartitioner() - Constructor for class org.archive.wayback.hadoop.AlphaPartitioner
 
AlwaysMatchSelector - Class in org.archive.wayback.replay.selector
 
AlwaysMatchSelector() - Constructor for class org.archive.wayback.replay.selector.AlwaysMatchSelector
 
AnchorWindowTooSmallException - Exception in org.archive.wayback.exception
 
AnchorWindowTooSmallException(String) - Constructor for exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
AnchorWindowTooSmallException(String, String) - Constructor for exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
and(byte[], byte[]) - Static method in class org.archive.wayback.util.IPRange
 
AndBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
AndBooleanOperator() - Constructor for class org.archive.wayback.util.operator.AndBooleanOperator
 
annotateHTMLContent(InputStream, String, String, CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
annotateHTTPContent(CaptureSearchResult, InputStream, Header[], String) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroup
 
annotateResults(SearchResults) - Method in interface org.archive.wayback.resourceindex.filterfactory.CaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.WindowFilterGroup
 
AnnotationExceptionRenderer - Class in org.archive.wayback.exception
Deprecated.  
AnnotationExceptionRenderer() - Constructor for class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
ANY_TAGNAME - Static variable in class org.archive.wayback.replay.TagMagix
 
apply(String, CaptureSearchResult) - Method in interface org.archive.wayback.resourceindex.cdx.format.CDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.DigestCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.EndOffsetCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.FilenameCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.HTTPCodeCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.MIMETypeCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.OriginalURLCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RedirectURLCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RobotFlagsCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.StartOffsetCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.TimestampCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.URLKeyCDXField
 
apply(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
ARC_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
ARC_GZ_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
ARC_GZ_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
ARC_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
ARCArchiveRecordToResource(ArchiveRecord, ARCReader) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
ARCCacheDirectory - Class in org.archive.wayback.liveweb
Class uses an ARCWriterPool to provide access to a set of ARCWriters, exposing getting and setters which simplify Spring configuration.
ARCCacheDirectory() - Constructor for class org.archive.wayback.liveweb.ARCCacheDirectory
 
ARCCreator - Class in org.archive.wayback.util
 
ARCCreator() - Constructor for class org.archive.wayback.util.ARCCreator
 
ArchivalUrl - Class in org.archive.wayback.archivalurl
 
ArchivalUrl(WaybackRequest) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrl
 
ArchivalUrlASXReplayRenderer - Class in org.archive.wayback.archivalurl
 
ArchivalUrlASXReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlASXReplayRenderer
 
ArchivalUrlContextResultURIConverterFactory - Class in org.archive.wayback.archivalurl
Factory which creates a context specific ArchivalUrlResultURIConverter, given a base ArchivalUrlResultURIConverter and the flags to add.
ArchivalUrlContextResultURIConverterFactory(ArchivalUrlResultURIConverter) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlContextResultURIConverterFactory
 
ArchivalUrlCSSReplayRenderer - Class in org.archive.wayback.archivalurl
ReplayRenderer which attempts to rewrite URLs found within a text/css document to load from this context.
ArchivalUrlCSSReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlCSSReplayRenderer
 
ArchivalUrlDateRedirectingClosestResultSelector - Class in org.archive.wayback.archivalurl
 
ArchivalUrlDateRedirectingClosestResultSelector() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectingClosestResultSelector
 
ArchivalUrlDateRedirectReplayRenderer - Class in org.archive.wayback.archivalurl
 
ArchivalUrlDateRedirectReplayRenderer() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectReplayRenderer
 
ArchivalUrlFormRequestParser - Class in org.archive.wayback.archivalurl.requestparser
 
ArchivalUrlFormRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.ArchivalUrlFormRequestParser
 
ArchivalUrlJSReplayRenderer - Class in org.archive.wayback.archivalurl
ReplayRenderer which attempts to rewrite absolute URLs within a text/javascript document to make them load correctly from an ArchivalURL AccessPoint.
ArchivalUrlJSReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlJSReplayRenderer
 
ArchivalUrlRequestParser - Class in org.archive.wayback.archivalurl
CompositeRequestParser that handles Archival Url Replay and Query requests, in addition to "standard" OpenSearch and Form RequestParsers.
ArchivalUrlRequestParser() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
 
ArchivalUrlResultURIConverter - Class in org.archive.wayback.archivalurl
 
ArchivalUrlResultURIConverter() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
ArchivalUrlSAXRewriteReplayRenderer - Class in org.archive.wayback.archivalurl
ReplayRenderer which attempts to rewrite text/html documents so URLs references within the document load from the correct ArchivalURL AccessPoint.
ArchivalUrlSAXRewriteReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
ArchivalUrlSpecialContextResultURIConverter - Class in org.archive.wayback.archivalurl
wrapper around an ArchivalUrlResultURIConverter, adding flags after the datespec for a specific context ("js_" for javascript, "cs_" for CSS, etc)
ArchivalUrlSpecialContextResultURIConverter(ArchivalUrlResultURIConverter, String) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlSpecialContextResultURIConverter
 
ArchiveReaderCloseableIterator - Class in org.archive.wayback.resourcestore.indexer
 
ArchiveReaderCloseableIterator(ArchiveReader, Iterator<ArchiveRecord>) - Constructor for class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
ArcIndexer - Class in org.archive.wayback.resourcestore.indexer
Transforms an ARC file into Iterator.
ArcIndexer() - Constructor for class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
ARCRecordingProxy - Class in org.archive.wayback.liveweb
 
ARCRecordingProxy() - Constructor for class org.archive.wayback.liveweb.ARCRecordingProxy
 
ARCRecordToSearchResultAdapter - Class in org.archive.wayback.resourcestore.indexer
 
ARCRecordToSearchResultAdapter() - Constructor for class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
ArcResource - Class in org.archive.wayback.resourcestore.resourcefile
 
ArcResource(ARCRecord, ARCReader) - Constructor for class org.archive.wayback.resourcestore.resourcefile.ArcResource
Constructor
ARCUnwrappingProxy - Class in org.archive.wayback.liveweb
ServletRequestContext which proxies to an ARCRecordingProxy, and unwraps the "application/x-arc-record" MIME response into the inner HTTP response, sending all HTTP headers AS-IS, and the HTTP Entity.
ARCUnwrappingProxy() - Constructor for class org.archive.wayback.liveweb.ARCUnwrappingProxy
 
ArcWarcFilenameFilter - Class in org.archive.wayback.resourcestore.resourcefile
FilenameFilter which returns only compressed/uncompressed ARC/WARC files.
ArcWarcFilenameFilter() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
AttributeModifyingRule - Class in org.archive.wayback.replay.html.rules
 
AttributeModifyingRule() - Constructor for class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
AuthenticationControlException - Exception in org.archive.wayback.exception
Exception class for content inaccessible due to HTTP auth problems, or user coming from the wrong network.
AuthenticationControlException(String) - Constructor for exception org.archive.wayback.exception.AuthenticationControlException
Constructor
AuthenticationControlException(String, String) - Constructor for exception org.archive.wayback.exception.AuthenticationControlException
Constructor with message and details
available() - Method in class org.archive.wayback.core.Resource
 

B

backgroundColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Main background color for graphs
BadContentException - Exception in org.archive.wayback.exception
 
BadContentException(String) - Constructor for exception org.archive.wayback.exception.BadContentException
Constructor
BadContentException(String, String) - Constructor for exception org.archive.wayback.exception.BadContentException
Constructor with message and details
BadQueryException - Exception in org.archive.wayback.exception
Exception class for malformed user query.
BadQueryException(String) - Constructor for exception org.archive.wayback.exception.BadQueryException
Constructor
BadQueryException(String, String) - Constructor for exception org.archive.wayback.exception.BadQueryException
Constructor with message and details
BadRequestException - Exception in org.archive.wayback.util.http
 
BadRequestException(String) - Constructor for exception org.archive.wayback.util.http.BadRequestException
 
BaseCSSStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
BaseCSSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
BaseExceptionRenderer - Class in org.archive.wayback.exception
Default implementation responsible for outputting error responses to users for expected failure situations, for both Replay and Query requests.
BaseExceptionRenderer() - Constructor for class org.archive.wayback.exception.BaseExceptionRenderer
 
BaseHrefStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
BaseHrefStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.BaseHrefStringTransformer
 
BaseReplayRendererSelector - Class in org.archive.wayback.replay.selector
 
BaseReplayRendererSelector() - Constructor for class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
BaseRequestParser - Class in org.archive.wayback.requestparser
Abstract implementation of the RequestParser interface, which provides some convenience methods for accessing data in Map's, and also allows for configuring maxRecords, and earliest and latest timestamp strings.
BaseRequestParser() - Constructor for class org.archive.wayback.requestparser.BaseRequestParser
 
baseUrl - Variable in class org.archive.wayback.util.htmllex.ParseContext
 
BDBIndex - Class in org.archive.wayback.resourceindex.bdb
 
BDBIndex() - Constructor for class org.archive.wayback.resourceindex.bdb.BDBIndex
 
BDBMap - Class in org.archive.wayback.util.bdb
Generic class for simple key-value pair lookup using BDBJE.
BDBMap(String, String) - Constructor for class org.archive.wayback.util.bdb.BDBMap
consturctor
BDBRecord - Class in org.archive.wayback.util.bdb
 
BDBRecord(DatabaseEntry, DatabaseEntry) - Constructor for class org.archive.wayback.util.bdb.BDBRecord
 
BDBRecordIterator - Class in org.archive.wayback.util.bdb
 
BDBRecordIterator(Cursor, String) - Constructor for class org.archive.wayback.util.bdb.BDBRecordIterator
 
BDBRecordIterator(Cursor, String, boolean) - Constructor for class org.archive.wayback.util.bdb.BDBRecordIterator
 
BDBRecordSet - Class in org.archive.wayback.util.bdb
 
BDBRecordSet() - Constructor for class org.archive.wayback.util.bdb.BDBRecordSet
 
BDBRecordToSearchResultAdapter - Class in org.archive.wayback.resourceindex.bdb
Adapter that converts a BDBRecord into a SearchResult
BDBRecordToSearchResultAdapter() - Constructor for class org.archive.wayback.resourceindex.bdb.BDBRecordToSearchResultAdapter
Constructor
BDBResourceFileLocationDB - Class in org.archive.wayback.resourcestore.locationdb
 
BDBResourceFileLocationDB() - Constructor for class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
BeanNameRegistrar - Class in org.archive.wayback.util.webapp
Helper static methods to implement registration of a RequestHandler with a RequestMapper, based on the beanName() method.
BeanNameRegistrar() - Constructor for class org.archive.wayback.util.webapp.BeanNameRegistrar
 
BeanShellFilter - Class in org.archive.wayback.resourceindex.filters
 
BeanShellFilter() - Constructor for class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
BeforeBodyEndTagJSPExecRule - Class in org.archive.wayback.replay.html.rules
 
BeforeBodyEndTagJSPExecRule() - Constructor for class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
BetterRequestException - Exception in org.archive.wayback.exception
Exception class for queries which can be better expressed as another URL, or should, for one reason or another, be requested at a different URL.
BetterRequestException(String, int) - Constructor for exception org.archive.wayback.exception.BetterRequestException
Constructor
BetterRequestException(String) - Constructor for exception org.archive.wayback.exception.BetterRequestException
Constructor
BinaryBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
BinaryBooleanOperator() - Constructor for class org.archive.wayback.util.operator.BinaryBooleanOperator
 
BitArray - Class in org.archive.wayback.util
 
BitArray(int) - Constructor for class org.archive.wayback.util.BitArray
Construct a new BitArray holding at least n bits
BitArray(byte[]) - Constructor for class org.archive.wayback.util.BitArray
Construct a new BitArray using argument as initial values.
BitArray(ByteBuffer) - Constructor for class org.archive.wayback.util.BitArray
Construct a new BitArray holding at least n bits
bitString(byte) - Static method in class org.archive.wayback.util.IPRange
 
BLOCK_SIZE - Static variable in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
BlockCSSStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
BlockCSSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.BlockCSSStringTransformer
 
blocksPathForUA(String, String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
Checks first the specified ua UserAgent, if rules are present for it, and then falls back to using rules for the '*' UserAgent.
BooleanOperator<E> - Interface in org.archive.wayback.util.operator
 
br - Variable in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
BubbleCalendarData - Class in org.archive.wayback.partition
 
BubbleCalendarData(UIResults) - Constructor for class org.archive.wayback.partition.BubbleCalendarData
 
BUFFER_SIZE - Static variable in class org.archive.wayback.util.ByteOp
Default buffer size for IO ops
ByteOp - Class in org.archive.wayback.util
Byte oriented static methods.
ByteOp() - Constructor for class org.archive.wayback.util.ByteOp
 
bytesToString(byte[]) - Static method in class org.archive.wayback.util.bdb.BDBRecordSet
 

C

CachedFile - Class in org.archive.wayback.util
 
CachedFile(File, URL, long) - Constructor for class org.archive.wayback.util.CachedFile
 
cacheURL(String, ARCCacheDirectory) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in interface org.archive.wayback.replay.ReplayRendererSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.AlwaysMatchSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.CSSRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.DateMismatchSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.IdentityRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.IMGRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.JSRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.RedirectSelector
 
canonicalize(String) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
canonicalize(String) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
Idempotent operation that will determine the 'fuzziest' form of the url argument.
CAPTURE_CAPTURE_TIMESTAMP - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: 14-digit timestamp when document was captured
CAPTURE_CLOSEST_INDICATOR - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: flag within a SearchResult that indicates this is the closest to a particular requested date.
CAPTURE_CLOSEST_VALUE - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_DIGEST - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: some form of document fingerprint.
CAPTURE_DUPLICATE_ANNOTATION - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: this key being present indicates that this particular capture was not actually stored, and that other values within this SearchResult are actually values from a different record which *should* be identical to this capture, had it been stored.
CAPTURE_DUPLICATE_DIGEST - Static variable in class org.archive.wayback.core.CaptureSearchResult
flag indicates that this document was downloaded and verified as identical to a previous capture by digest.
CAPTURE_DUPLICATE_HTTP - Static variable in class org.archive.wayback.core.CaptureSearchResult
flag indicates that this document was NOT downloaded, but that the origin server indicated that the document had not changed, based on If-Modified HTTP request headers.
CAPTURE_DUPLICATE_STORED_TS - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: this key is present when the CAPTURE_DUPLICATE_ANNOTATION is also present, with the value indicating the last date that was actually stored for this duplicate.
CAPTURE_END_OFFSET - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: compressed byte offset within ARC/WARC file where this document's gzip envelope Ends.
CAPTURE_FILE - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: basename of ARC/WARC file containing this document.
CAPTURE_HTTP_CODE - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: 3-digit integer HTTP response code.
CAPTURE_MIME_TYPE - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: best-guess at mime-type of this document.
CAPTURE_OFFSET - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: compressed byte offset within ARC/WARC file where this document's gzip envelope begins.
CAPTURE_ORIGINAL_HOST - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ORIGINAL_URL - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_REDIRECT_URL - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: URL that this document redirected to, or '-' if it does not redirect
CAPTURE_ROBOT_FLAGS - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: String flags which indicate robot instructions found in an HTML page.
CAPTURE_ROBOT_NOARCHIVE - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ROBOT_NOFOLLOW - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ROBOT_NOINDEX - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_URL_KEY - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: canonicalized(lookup key) form of URL of captured document
CaptureFilterGroup - Interface in org.archive.wayback.resourceindex.filterfactory
 
CaptureSearchResult - Class in org.archive.wayback.core
 
CaptureSearchResult() - Constructor for class org.archive.wayback.core.CaptureSearchResult
 
CaptureSearchResultPartitionMap - Class in org.archive.wayback.partition
 
CaptureSearchResultPartitionMap() - Constructor for class org.archive.wayback.partition.CaptureSearchResultPartitionMap
 
CaptureSearchResults - Class in org.archive.wayback.core
 
CaptureSearchResults() - Constructor for class org.archive.wayback.core.CaptureSearchResults
 
CaptureToUrlSearchResultIterator - Class in org.archive.wayback.resourceindex.adapters
 
CaptureToUrlSearchResultIterator(Iterator<CaptureSearchResult>) - Constructor for class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
CDX_HEADER_MAGIC - Static variable in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
CDX_MAGIC - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
CDXCanonicalizingMapper - Class in org.archive.wayback.hadoop
 
CDXCanonicalizingMapper() - Constructor for class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
CDXDefinitionFile - Class in org.archive.wayback.resourceindex.cdx.dynamic
 
CDXDefinitionFile(FlatFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.CDXDefinitionFile
 
CDXField - Interface in org.archive.wayback.resourceindex.cdx.format
 
CDXFormat - Class in org.archive.wayback.resourceindex.cdx.format
Class which allows serialization/deserialization of CaptureSearchResult objects into/out of a single line String representation.
CDXFormat(String) - Constructor for class org.archive.wayback.resourceindex.cdx.format.CDXFormat
Construct a CDXFormat reader/writer based on the specification argument
CDXFormatException - Exception in org.archive.wayback.resourceindex.cdx.format
 
CDXFormatException(String) - Constructor for exception org.archive.wayback.resourceindex.cdx.format.CDXFormatException
 
CDXFormatIndex - Class in org.archive.wayback.resourceindex.cdx
 
CDXFormatIndex() - Constructor for class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
CDXFormatToSearchResultAdapter - Class in org.archive.wayback.resourceindex.cdx
 
CDXFormatToSearchResultAdapter(CDXFormat) - Constructor for class org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter
 
CDXIndex - Class in org.archive.wayback.resourceindex.cdx
 
CDXIndex() - Constructor for class org.archive.wayback.resourceindex.cdx.CDXIndex
 
CDXLineToSearchResultAdapter - Class in org.archive.wayback.resourceindex.cdx
Adapter that converts a CDX record String into a CaptureSearchResult
CDXLineToSearchResultAdapter() - Constructor for class org.archive.wayback.resourceindex.cdx.CDXLineToSearchResultAdapter
 
CDXReducer - Class in org.archive.wayback.hadoop
 
CDXReducer() - Constructor for class org.archive.wayback.hadoop.CDXReducer
 
CDXSort - Class in org.archive.wayback.hadoop
 
CDXSort() - Constructor for class org.archive.wayback.hadoop.CDXSort
 
CDXSort.CDXCanonicalizerMapClass - Class in org.archive.wayback.hadoop
Mapper which reads an identity CDX line, outputting: key - canonicalized original URL + timestamp val - everything else
CDXSort.CDXCanonicalizerMapClass() - Constructor for class org.archive.wayback.hadoop.CDXSort.CDXCanonicalizerMapClass
 
CDXSort.CDXMapClass - Class in org.archive.wayback.hadoop
Mapper which reads a canonicalized CDX line, splitting into: key - URL + timestamp val - everything else
CDXSort.CDXMapClass() - Constructor for class org.archive.wayback.hadoop.CDXSort.CDXMapClass
 
CDXSort.DeReffingCDXCanonicalizerMapClass - Class in org.archive.wayback.hadoop
 
CDXSort.DeReffingCDXCanonicalizerMapClass() - Constructor for class org.archive.wayback.hadoop.CDXSort.DeReffingCDXCanonicalizerMapClass
 
CDXSort.FunkyCDXCanonicalizerMapClass - Class in org.archive.wayback.hadoop
Mapper which reads an identity Funky format CDX line, outputting: key - canonicalized original URL + timestamp val - everything else input lines are a hybrid format: ORIG_URL DATE '-' (literal) MIME HTTP_CODE SHA1 REDIRECT START_OFFSET ARC_PREFIX (sans .arc.gz) ROBOT_FLAG (combo of AIF - no: Archive,Index,Follow, or '-' if none) Ex: http://www.myow.de:80/news_show.php? 20061126032815 - text/html 200 DVKFPTOJGCLT3G5GUVLCETHLFO3222JM - 91098929 foo A Need to: .
CDXSort.FunkyCDXCanonicalizerMapClass() - Constructor for class org.archive.wayback.hadoop.CDXSort.FunkyCDXCanonicalizerMapClass
 
CDXSort.FunkyDeReffingCDXCanonicalizerMapClass - Class in org.archive.wayback.hadoop
 
CDXSort.FunkyDeReffingCDXCanonicalizerMapClass() - Constructor for class org.archive.wayback.hadoop.CDXSort.FunkyDeReffingCDXCanonicalizerMapClass
 
CDXSortDriver - Class in org.archive.wayback.hadoop
 
CDXSortDriver() - Constructor for class org.archive.wayback.hadoop.CDXSortDriver
 
CHARSET_MODE - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
Charset detection strategy context - should be followed by an integer indicating which strategy to use
CHARSET_TOKEN - Static variable in class org.archive.wayback.replay.charset.CharsetDetector
 
CharsetDetector - Class in org.archive.wayback.replay.charset
Abstract class containing common methods for determining the character encoding of a text Resource, most of which should be refactored into a Util package.
CharsetDetector() - Constructor for class org.archive.wayback.replay.charset.CharsetDetector
 
checkDateValidity(String, List<SimpleDateFormat>) - Method in class org.archive.wayback.memento.TimeGateRequestParser
Attempt to parse the String httpdate argument using one of the SimpleDateFormats provided.
checkDocumentForExceptions(Document) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
ClientSideHTMLReplayRenderer - Class in org.archive.wayback.archivalurl
Classic ReplayRenderer which uses a combination of server-side modification and embedded javascript to rewrite URLs within an HTML page to make embedded URLs point back to a specific ArchivalURL AccessPoint.
ClientSideHTMLReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ClientSideHTMLReplayRenderer
 
clone() - Method in class org.archive.wayback.core.WaybackRequest
 
close() - Method in class org.archive.wayback.core.Resource
 
close() - Method in class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
close() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
close() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
close() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
close() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
close() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
close() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
close() - Method in class org.archive.wayback.util.AdaptedIterator
 
close() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
close() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
close() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
close() - Method in class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
close() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
close() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
close() - Method in class org.archive.wayback.util.PeekableIterator
 
close() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
CloseableIterator<E> - Interface in org.archive.wayback.util
Iterator with a close method that frees up any resources associated with the Iterator.
ClosestResultSelector - Interface in org.archive.wayback.replay
New interface component on Replay to allow customized selection of the "best" particular search result from a set to return for a particular request.
ClosestResultTrackingFilter - Class in org.archive.wayback.resourceindex.filters
Class which observes CaptureSearchResults, keeping track of the closest result found to a given date.
ClosestResultTrackingFilter(long) - Constructor for class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
CloseTagHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
cmp(byte[], byte[]) - Static method in class org.archive.wayback.util.ByteOp
Compare two byte arrays
CommentRule - Class in org.archive.wayback.replay.html.rules
 
CommentRule() - Constructor for class org.archive.wayback.replay.html.rules.CommentRule
 
compare(CaptureSearchResult, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.SearchResultComparator
 
CompositeExclusionFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter that abstracts multiple SearchResultFilters -- if all filters return INCLUDE, then the result is included, but the first to return ABORT or EXCLUDE short-circuits the rest
CompositeExclusionFilter() - Constructor for class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
CompositeExclusionFilterFactory - Class in org.archive.wayback.accesscontrol
Class that provides SearchResult Filtering based on multiple ExclusionFilterFactory instances by returning a single composite SearchResultFilter based on the results of each ExclusionFilter.
CompositeExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
CompositeRequestParser - Class in org.archive.wayback.requestparser
Abstract RequestParser implementation.
CompositeRequestParser() - Constructor for class org.archive.wayback.requestparser.CompositeRequestParser
 
CompositeSearchResultSource - Class in org.archive.wayback.resourceindex
SearchResultSource that aggregates results from multiple SearchResultSources.
CompositeSearchResultSource() - Constructor for class org.archive.wayback.resourceindex.CompositeSearchResultSource
Constructor
CompositeSortedIterator<E> - Class in org.archive.wayback.util
Composite of multiple Iterators that returns the next from a series of all component Iterators based on Comparator constructor argument.
CompositeSortedIterator(Comparator<E>) - Constructor for class org.archive.wayback.util.CompositeSortedIterator
 
COMPRESSED_LENGTH - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
COMPRESSED_OFFSET - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
computeGraphString(String, int, int) - Method in class org.archive.wayback.partition.ToolBarData
 
concatBytes(byte[][], boolean) - Method in class org.archive.wayback.util.http.HttpMessage
 
ConditionalGetAnnotationFilter - Class in org.archive.wayback.resourceindex.filters
WARC file allows 2 forms of deduplication.
ConditionalGetAnnotationFilter() - Constructor for class org.archive.wayback.resourceindex.filters.ConditionalGetAnnotationFilter
 
ConfigurationException - Exception in org.archive.wayback.exception
Exception class for configuration-related problems
ConfigurationException(String) - Constructor for exception org.archive.wayback.exception.ConfigurationException
Constructor
ConfigurationException(String, String) - Constructor for exception org.archive.wayback.exception.ConfigurationException
Constructor with message and details
contains(String) - Method in class org.archive.wayback.util.IPRange
 
contains(byte[]) - Method in class org.archive.wayback.util.IPRange
 
containsDate(Date) - Method in class org.archive.wayback.util.partition.Partition
Checks if a date is within this partition
containsFilter(String) - Method in class org.archive.wayback.core.SearchResults
 
containsKey(String) - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.  
ContentTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
contentTypeToCharset(String) - Method in class org.archive.wayback.replay.charset.CharsetDetector
 
ContextAwareLexer - Class in org.archive.wayback.util.htmllex
The Lexer that comes with htmlparser does not handle non-escaped HTML entities within SCRIPT tags - by default, something like: Can cause the lexer to skip over a large part of the document.
ContextAwareLexer(Lexer, ParseContext) - Constructor for class org.archive.wayback.util.htmllex.ContextAwareLexer
 
ContextResultURIConverterFactory - Interface in org.archive.wayback.replay.html
Abstracts creation of specialized ResultURIConverters based on particular flags.
contextualizeUrl(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
contextualizeUrl(String, String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
contextualizeUrl(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
convertYearMonth(List<Partition<Partition<CaptureSearchResult>>>, int, int) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
copy(byte[], int, int) - Static method in class org.archive.wayback.util.ByteOp
Create a new byte array with contents initialized to values from the argument byte array.
copyHTTPMessageHeader(Resource, HttpServletResponse) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
copyStream(InputStream, OutputStream) - Static method in class org.archive.wayback.util.ByteOp
Write all bytes from is to os.
copyStream(InputStream, OutputStream, int) - Static method in class org.archive.wayback.util.ByteOp
Write all bytes from is to os.
copyToOutputStream(OutputStream) - Method in class org.archive.wayback.liveweb.FileRegion
Copy this record to the provided OutputStream
CoreCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
CoreCaptureFilterGroup(LocalResourceIndex) - Constructor for class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroup
 
CoreCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
CoreCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroupFactory
 
count() - Method in class org.archive.wayback.util.partition.Partition
 
CounterFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which INCLUDEs all checked records, but keeps track of how many were seen during processing.
CounterFilter() - Constructor for class org.archive.wayback.resourceindex.filters.CounterFilter
 
CR - Static variable in class org.archive.wayback.util.http.HttpMessage
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.archive.wayback.hadoop.LineDereferencingInputFormat
 
CSS_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
text/css context
cssImportNoUrlPatString - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
cssImportNoUrlPattern - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
CSSRequestSelector - Class in org.archive.wayback.replay.selector
 
CSSRequestSelector() - Constructor for class org.archive.wayback.replay.selector.CSSRequestSelector
 
CSSTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
cssUrlPatString - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
cssUrlPattern - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
currentTimestamp() - Static method in class org.archive.wayback.util.Timestamp
 
curResult - Variable in class org.archive.wayback.partition.ToolBarData
current result being shown
CustomNotInArchiveExceptionRenderer - Class in org.archive.wayback.exception
Deprecated.  
CustomNotInArchiveExceptionRenderer() - Constructor for class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.  

D

data - Variable in class org.archive.wayback.core.SearchResult
Expandable Data bag for String to String tuples -- who knows what data we'll want to put in an Index.
dataEndMSSE - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
dataFileForMD5(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
dataStartMSSE - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
DatelessReplayRequestParser - Class in org.archive.wayback.archivalurl.requestparser
 
DatelessReplayRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
DateMismatchSelector - Class in org.archive.wayback.replay.selector
 
DateMismatchSelector() - Constructor for class org.archive.wayback.replay.selector.DateMismatchSelector
 
DateRangeFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter that excludes records outside of start and end range.
DateRangeFilter(String, String) - Constructor for class org.archive.wayback.resourceindex.filters.DateRangeFilter
 
DateRedirectingClosestResultSelector - Class in org.archive.wayback.replay
 
DateRedirectingClosestResultSelector() - Constructor for class org.archive.wayback.replay.DateRedirectingClosestResultSelector
 
DateRedirectReplayRenderer - Class in org.archive.wayback.replay
 
DateRedirectReplayRenderer() - Constructor for class org.archive.wayback.replay.DateRedirectReplayRenderer
 
dateStrToCalendar(String) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
dateStrToCalendar(String) - Static method in class org.archive.wayback.util.Timestamp
cleanup the dateStr argument assuming earliest values, and return a GMT calendar set to the time described by the dateStr.
dateToTS(Date) - Method in class org.archive.wayback.core.SearchResult
 
DAY_IN_MONTH - Static variable in interface org.archive.wayback.util.partition.PartitionSize
approximate days in one month, that is, 30 days
DAY_IN_WEEK - Static variable in interface org.archive.wayback.util.partition.PartitionSize
days in a 7 day week...
DAY_IN_YEAR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
days in one year, assuming a non-leap year
DAY_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
DayPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Day partitions
DayPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.DayPartitionSize
 
DayResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
DayResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.  
daySize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Day intervals
db - Variable in class org.archive.wayback.util.bdb.BDBMap
 
decode(String, boolean) - Static method in class org.archive.wayback.util.graph.GraphEncoder
convert a String-encoded graph into a usable Graph object, using default GraphConfiguration
decode(String, GraphConfiguration) - Static method in class org.archive.wayback.util.graph.GraphEncoder
convert a String-encoded graph into a usable Graph object, using the provided GraphConfiguration.
DECODE_RULE - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Decoding robustness/sloppiness factor.
DECODE_RULE_LAX - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Allow arbitrary trailing values in decoded tags - attempt anything.
DECODE_RULE_NULLS - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Allow trailing NULL values in decoded tags.
DECODE_RULE_STRICT - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Allow no unparsed data - very strict decoding.
decorated - Variable in class org.archive.wayback.replay.ReplayRendererDecorator
 
DEFAULT_CHARSET - Static variable in class org.archive.wayback.replay.charset.CharsetDetector
the default charset name to use when giving up
DEFAULT_MAX_RECORDS - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
Default maximum number of records to assume, overridden by configuration, when not specified in the client request
DEFAULT_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
Default scheme to assume if unspecified.
DEFAULT_VALUE - Static variable in interface org.archive.wayback.resourceindex.cdx.format.CDXField
 
DefaultClosestResultSelector - Class in org.archive.wayback.replay
 
DefaultClosestResultSelector() - Constructor for class org.archive.wayback.replay.DefaultClosestResultSelector
 
defaultMessage - Static variable in exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
defaultMessage - Static variable in exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
delete(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
delimiter - Variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
delimiterS - Variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
dequeue() - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
dequeue() - Method in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
deserializeLine(String) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
destroy() - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
destroy() - Method in class org.archive.wayback.util.webapp.RequestFilter
 
DIGEST - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
DigestCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
DigestCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.DigestCDXField
 
dir - Variable in class org.archive.wayback.util.bdb.BDBMap
 
DirectoryIndexQueue - Class in org.archive.wayback.resourcestore.indexer
Simple queue implementation, which uses a directory containing empty files to indicate the presence of items in a queue (set in this case...)
DirectoryIndexQueue() - Constructor for class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
DirectoryResourceFileSource - Class in org.archive.wayback.resourcestore.resourcefile
Local directory tree holding ARC and WARC files.
DirectoryResourceFileSource() - Constructor for class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
directoryToArc(File, File, String) - Method in class org.archive.wayback.util.ARCCreator
Reads all component files (.meta, .body, .sh) in srcDir, and writes one or more ARC files in tgtDir with names beginning with prefix.
DirMaker - Class in org.archive.wayback.util
Lots of things need to transform Strings to Files, constructing them if needed.
DirMaker() - Constructor for class org.archive.wayback.util.DirMaker
 
discardStream(InputStream) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument
discardStream(InputStream, int) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument
discardStreamCount(InputStream) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument, and count how many bytes were discarded before reaching the end of the stream.
discardStreamCount(InputStream, int) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument, and count how many bytes were discarded before reaching the end of the stream.
dispatchLocal(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.AccessPoint
 
distanceFromTimestamp(Timestamp) - Method in class org.archive.wayback.util.Timestamp
function that calculates integer seconds between this records timeStamp and the arguments timeStamp.
DNS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
ARC/WARC specific DNS resolution record.
DNS_URL_PREFIX - Static variable in interface org.archive.wayback.WaybackConstants
prefixes of DNS Record URLs..
doAdapt(String) - Static method in class org.archive.wayback.resourceindex.cdx.CDXLineToSearchResultAdapter
 
doCaptureQuery(WaybackRequest, int) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
documentToSearchResults(Document, ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.archive.wayback.util.webapp.RequestFilter
 
DomainPrefixCompositeRequestParser - Class in org.archive.wayback.domainprefix
 
DomainPrefixCompositeRequestParser() - Constructor for class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
DomainPrefixRequestParser - Class in org.archive.wayback.domainprefix
 
DomainPrefixRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
DomainPrefixResultURIConverter - Class in org.archive.wayback.domainprefix
 
DomainPrefixResultURIConverter() - Constructor for class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
DomainPrefixTextReplayRenderer - Class in org.archive.wayback.domainprefix
 
DomainPrefixTextReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.domainprefix.DomainPrefixTextReplayRenderer
 
done - Variable in class org.archive.wayback.util.flatfile.RecordIterator
 
done - Variable in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
doOther() - Method in class org.archive.wayback.resourcestore.indexer.OtherClass
 
doRedirection(WaybackRequest, CaptureSearchResult) - Method in class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectingClosestResultSelector
 
doRedirection(WaybackRequest, CaptureSearchResult) - Method in class org.archive.wayback.replay.DateRedirectingClosestResultSelector
 
doStripRegexMatch(StringBuilder, Matcher) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
Run a regex against a StringBuilder, removing group 1 if it matches.
doThing() - Method in class org.archive.wayback.resourcestore.indexer.SafeIndexer
 
doUrlQuery(WaybackRequest) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
download(URL, File) - Method in class org.archive.wayback.util.FileDownloader
 
downloadGZ(URL, File) - Method in class org.archive.wayback.util.FileDownloader
 
doWork() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.Graph
 
draw(Graphics2D) - Method in interface org.archive.wayback.util.graph.GraphElement
Draw the element onto a Graphics2D.
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.RegionGraphElement
 
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.ValueGraphElement
 
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.ValueGraphElements
 
draw() - Method in class org.archive.wayback.util.html.SelectHTML
 
dumpPartitions(List<Partition<T>>) - Method in class org.archive.wayback.util.partition.Partitioner
Debugging method
DuplicateRecordFilter - Class in org.archive.wayback.resourceindex.filters
ObjectFilter which omits exact duplicate URL+date records from a stream of CaptureSearchResult.
DuplicateRecordFilter() - Constructor for class org.archive.wayback.resourceindex.filters.DuplicateRecordFilter
 
DynamicCDXIndex - Class in org.archive.wayback.resourceindex.cdx.dynamic
A CompositeSearchResultSource that autmatically manages it's list of sources based on 3 configuration files, and a background thread: Config 1: Mapping of ranges to hosts responsible for that range this class is aware of the local host name, so uses this file to determin which range(s) should be local Config 2: Mapping of ranges to one or more MD5s that compose that range when all of these MD5s have been copied local, this index becomes active, and each request uses a composite of these local files Config 3: Mapping of MD5s to locations from which they can be retrieved when a file that should be local is missing, these locations will be used to retrieve a copy of that file Background Thread: compares current set of files to the various configurations files, gets files local that need to be and updates the composite set searched when the correct set of MD5s are localized.
DynamicCDXIndex(Object[], int, File, RangeAssignmentFile, CDXDefinitionFile, MD5LocationFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 

E

earliestTimestamp() - Static method in class org.archive.wayback.util.Timestamp
 
ElementPartitionMap<T> - Interface in org.archive.wayback.util.partition
 
elementToDate(CaptureSearchResult) - Method in class org.archive.wayback.partition.CaptureSearchResultPartitionMap
 
elementToDate(Partition<CaptureSearchResult>) - Method in class org.archive.wayback.partition.PartitionPartitionMap
 
elementToDate(T) - Method in interface org.archive.wayback.util.partition.ElementPartitionMap
Convert an element to a Date ex: return element.getDate();
emit(ParseContext, Node) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.JSPExecRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.RawNodeRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.StaticStringRule
 
encode(Graph) - Static method in class org.archive.wayback.util.graph.GraphEncoder
Convert a complete Graph into an opaque String that can later be re-assembled into a Graph object.
encode(int, int, RegionData[]) - Static method in class org.archive.wayback.util.graph.GraphEncoder
Convert a Graph fields into an opaque String that can later be re-assembled into a Graph object.
encodeXMLContent(String) - Static method in class org.archive.wayback.core.UIResults
Deprecated. use getFormatter().escapeHtml(String)
encodeXMLEntity(String) - Static method in class org.archive.wayback.core.UIResults
Deprecated. use getFormatter().escapeHtml(String)
encodeXMLEntityQuote(String) - Static method in class org.archive.wayback.core.UIResults
Deprecated. use getFormatter().escapeHtml(String)
END_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
EndDateFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes all records until 1 is found beyond end date then it aborts processing.
EndDateFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.EndDateFilter
 
EndOffsetCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
EndOffsetCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.EndOffsetCDXField
 
enqueue(String) - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
enqueue(String) - Method in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
ensureDir(String, String) - Static method in class org.archive.wayback.util.DirMaker
Ensure that the path pointed to by 'path' is a directory, if possible
ensureDir(String) - Static method in class org.archive.wayback.util.DirMaker
 
env - Variable in class org.archive.wayback.util.bdb.BDBMap
 
equals(byte[], byte[]) - Static method in class org.archive.wayback.util.IPRange
 
escapeHtml(String) - Method in class org.archive.wayback.util.StringFormatter
handy shortcut to the apache StringEscapeUtils
escapeJavaScript(String) - Method in class org.archive.wayback.util.StringFormatter
handy shortcut to the apache StringEscapeUtils
exactKey(String) - Static method in class org.archive.wayback.surt.SURTTokenizer
 
ExceptionRenderer - Interface in org.archive.wayback
Implementors are responsible for drawing errors.
ExclusionCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
ExclusionCaptureFilterGroup(WaybackRequest) - Constructor for class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
ExclusionCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
ExclusionCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroupFactory
 
ExclusionFilter - Class in org.archive.wayback.resourceindex.filters
 
ExclusionFilter() - Constructor for class org.archive.wayback.resourceindex.filters.ExclusionFilter
 
ExclusionFilterFactory - Interface in org.archive.wayback.accesscontrol
 
ExternalExcluder - Class in org.archive.wayback.accesscontrol
Class which simplifies usage of wayback robots and static map exclusion policies and software in external applications.
ExternalExcluder(ObjectFilter<CaptureSearchResult>) - Constructor for class org.archive.wayback.accesscontrol.ExternalExcluder
 
extractCaptureQuery(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a CaptureQuery UIResults from the HttpServletRequest.
extractException(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract an Exception UIResults from the HttpServletRequest.
extractLinks(String) - Static method in class org.archive.wayback.resourcestore.resourcefile.UrlLinkExtractor
 
extractReplay(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a Replay UIResults from the HttpServletRequest.
extractUrlQuery(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a UrlQuery UIResults from the HttpServletRequest.

F

FalseBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
FalseBooleanOperator() - Constructor for class org.archive.wayback.util.operator.FalseBooleanOperator
 
FastArchivalUrlReplayParseEventHandler - Class in org.archive.wayback.archivalurl
Lean and mean ParseEventHandler implementing current best-known server-side HTML rewrite rules, and should be much faster than the fully configurable version.
FastArchivalUrlReplayParseEventHandler() - Constructor for class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
Constructor...
fields - Variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
FILE - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
file - Variable in class org.archive.wayback.util.flatfile.FlatFile
 
FileDownloader - Class in org.archive.wayback.util
 
FileDownloader() - Constructor for class org.archive.wayback.util.FileDownloader
 
FilenameCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
FilenameCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.FilenameCDXField
 
FilePrefixFilter - Class in org.archive.wayback.resourceindex.filters
 
FilePrefixFilter() - Constructor for class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
FileProxyServlet - Class in org.archive.wayback.resourcestore.locationdb
ServletRequestContext interface which uses a ResourceFileLocationDB to reverse proxy an incoming HTTP request for a file by name to it's actual back-end location.
FileProxyServlet() - Constructor for class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
FileRegexFilter - Class in org.archive.wayback.resourceindex.filters
 
FileRegexFilter() - Constructor for class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
FileRegion - Class in org.archive.wayback.liveweb
 
FileRegion() - Constructor for class org.archive.wayback.liveweb.FileRegion
 
filter(CaptureSearchResults) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated. add all SearchResult objects from the SearchResults which fall within the time range of this partition into this partition.
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in interface org.archive.wayback.replay.HttpHeaderProcessor
optionally add header key:value to output for later returning to client
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in class org.archive.wayback.replay.IdentityHttpHeaderProcessor
 
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in class org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
 
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in class org.archive.wayback.replay.XArchiveHttpHeaderProcessor
 
FILTER_ABORT - Static variable in interface org.archive.wayback.util.ObjectFilter
constant indicating record should be ommitted, and no more records should be processed.
FILTER_EXCLUDE - Static variable in interface org.archive.wayback.util.ObjectFilter
constant indicating record should be omitted from the result set
FILTER_INCLUDE - Static variable in interface org.archive.wayback.util.ObjectFilter
constant indicating record should be included in the result set
filterGroup - Variable in class org.archive.wayback.resourceindex.filters.ExclusionFilter
 
FilterGroupFactory - Interface in org.archive.wayback.resourceindex.filterfactory
 
filterMeta(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilter
Deprecated.  
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.ConditionalGetAnnotationFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.CounterFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DateRangeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DuplicateRecordFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.EndDateFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.GuardRailFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.HostMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.SchemeMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.StartDateFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.UrlMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.UrlPrefixMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.WARCRevisitAnnotationFilter
 
filterObject(T) - Method in class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
filterObject(T) - Method in class org.archive.wayback.resourceindex.filters.WindowStartFilter
 
filterObject(E) - Method in interface org.archive.wayback.util.ObjectFilter
inpect record and determine if it should be included in the results or not, or if processing of new records should stop.
filterObject(E) - Method in class org.archive.wayback.util.ObjectFilterChain
 
findBestMember() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
findKeyOffset(RandomAccessFile, String) - Method in class org.archive.wayback.util.flatfile.FlatFile
Binary search thru RandomAccessFile argument to locate the first line prefixed by key argument.
findKeyOffsetLT(RandomAccessFile, String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
firstResultDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
firstResultReplayUrl - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
fixup(HttpServletRequest) - Method in class org.archive.wayback.core.WaybackRequest
attempt to fixup this WaybackRequest, mostly with respect to dates: if only "date" was specified, infer start and end dates from it.
FLAG_DELIM - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
delimiter character for datespec flags
flagDuplicateDigest(Date) - Method in class org.archive.wayback.core.CaptureSearchResult
 
flagDuplicateDigest(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
flagDuplicateHTTP(Date) - Method in class org.archive.wayback.core.CaptureSearchResult
 
flagDuplicateHTTP(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
FlatFile - Class in org.archive.wayback.util.flatfile
Subclass of File, which allows binary searching, returning Iterators that allow scanning forwards and backwards thru the (sorted) file starting from a particular prefix.
FlatFile() - Constructor for class org.archive.wayback.util.flatfile.FlatFile
 
FlatFile(File, String) - Constructor for class org.archive.wayback.util.flatfile.FlatFile
 
FlatFile(String) - Constructor for class org.archive.wayback.util.flatfile.FlatFile
 
FlatFileResourceFileLocationDB - Class in org.archive.wayback.resourcestore.locationdb
 
FlatFileResourceFileLocationDB() - Constructor for class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
fontPadX - Variable in class org.archive.wayback.util.graph.GraphConfiguration
left font padding for Year/Month labels
fontPadY - Variable in class org.archive.wayback.util.graph.GraphConfiguration
top/bottom font padding for Year/Month labels
format(LogRecord) - Method in class org.archive.wayback.resourcestore.indexer.HTMLSafeFormatter
 
format(String) - Method in class org.archive.wayback.util.StringFormatter
Localize a string key from the UI.properties file
format(String, Object) - Method in class org.archive.wayback.util.StringFormatter
 
format(String, Object, Object) - Method in class org.archive.wayback.util.StringFormatter
 
format(String, Object, Object, Object) - Method in class org.archive.wayback.util.StringFormatter
 
format(String, Object, Object, Object, Object) - Method in class org.archive.wayback.util.StringFormatter
 
FormRequestParser - Class in org.archive.wayback.requestparser
RequestParser which attempts to extract data from an HTML form, that is, from HTTP GET request arguments
FormRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.FormRequestParser
 
forward(HttpServletRequest, HttpServletResponse, String) - Method in class org.archive.wayback.core.UIResults
Store this UIResults object in the given HttpServletRequest, then forward the request to target, in this case, an image, html file, .jsp, any file which can return a complete document.
fromCanonicalStringMap(Map<String, String>) - Method in class org.archive.wayback.core.SearchResult
 
fromSse(int) - Static method in class org.archive.wayback.util.Timestamp
 
FTP_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
FTP

G

GENERIC_ID - Static variable in exception org.archive.wayback.exception.WaybackException
 
get() - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
get() - Method in interface org.archive.wayback.accesscontrol.ExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
get() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
get(String) - Method in class org.archive.wayback.core.SearchResult
 
get(String) - Method in class org.archive.wayback.core.WaybackRequest
 
get(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsPartitionsFactory
Deprecated. Determine the correct ResultsPartitioner to use given the SearchResults search range, and use that to break the SearchResults into partitions.
get(String) - Method in class org.archive.wayback.util.bdb.BDBMap
retrieve the value assoicated with keyStr from persistant storage
get(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
retrieve the value assoicated with keyStr from persistant storage
get(int) - Method in class org.archive.wayback.util.BitArray
 
getAbsolutePath(File) - Static method in class org.archive.wayback.util.DirMaker
 
getAccessGroup() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
getAccessPoint() - Method in class org.archive.wayback.core.WaybackRequest
 
getAllowedRanges() - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
getAllowedUsers() - Method in class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
getAnchorDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getAnchorTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getAnchorWindow() - Method in class org.archive.wayback.core.WaybackRequest
 
getAnnotater() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getAnnotater() - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
getAnnotater() - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
getArcCacheDir() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getArcDir() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getArchiveReader(URL, long) - Method in class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
getARCMetadata() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getArcPrefix() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getArcRecord() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getAuthentication() - Method in class org.archive.wayback.webapp.AccessPoint
 
getAuthType() - Method in class org.archive.wayback.core.WaybackRequest
 
getAuto(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getBackingFileBase() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getBaseHref(StringBuilder) - Static method in class org.archive.wayback.replay.TagMagix
find and return the href value within a BASE tag inside the HTML document within the StringBuffer page.
getBasename(String) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getBasename(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getBasename(String) - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getBdbName() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getBdbName() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getBdbPath() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getBdbPath() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getBeanName() - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
getBeanName() - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
getBetterURI() - Method in exception org.archive.wayback.exception.BetterRequestException
 
getBodyInputStream() - Method in class org.archive.wayback.util.http.HttpResponse
 
getBoolean(String) - Method in class org.archive.wayback.core.SearchResult
 
getBoundingRectangle() - Method in class org.archive.wayback.util.graph.RectangularGraphElement
 
getByteBuffer() - Method in class org.archive.wayback.util.BitArray
 
getBytes() - Method in class org.archive.wayback.replay.TextDocument
 
getBytes() - Method in class org.archive.wayback.util.BitArray
 
getBytes(boolean) - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getBytes(boolean) - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getCache() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getCachedResource(URL, long, boolean) - Method in interface org.archive.wayback.liveweb.LiveWebCache
Fetch a Resource from the live web, or from a cache of the live web.
getCachedResource(URL, long, boolean) - Method in class org.archive.wayback.liveweb.RemoteLiveWebCache
 
getCacher() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getCalendar() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
getCaptureDate() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getCaptureJsp() - Method in class org.archive.wayback.query.Renderer
 
getCaptureResults() - Method in class org.archive.wayback.core.UIResults
 
getCaptureSearchResults() - Method in exception org.archive.wayback.exception.ResourceNotAvailableException
 
getCaptureTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getCDXSources() - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getCharset(Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.CharsetDetector
 
getCharset(Resource, int) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
getCharset(Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
getCharset(Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.StandardCharsetDetector
 
getCharSet() - Method in class org.archive.wayback.replay.TextDocument
 
getCharsetDetector() - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
getCharsetDetector() - Method in class org.archive.wayback.replay.TextReplayRenderer
 
getCharsetFromBytes(InputStream) - Method in class org.archive.wayback.replay.charset.CharsetDetector
Attempts to figure out the character set of the document using the excellent juniversalchardet library.
getCharsetFromHeaders(Resource) - Method in class org.archive.wayback.replay.charset.CharsetDetector
Attempt to divine the character encoding of the document from the Content-Type HTTP header (with a "charset=")
getCharsetFromMeta(InputStream) - Method in class org.archive.wayback.replay.charset.CharsetDetector
Attempt to find a META tag in the HTML that hints at the character set used to write the document.
getCharsetMode() - Method in class org.archive.wayback.core.WaybackRequest
 
getCharsetType(Resource, int) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
getCheckInterval() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
getCheckInterval() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getChunkIndexPath() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getChunkMapPath() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getClient() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
getClient() - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
getCloseMatches() - Method in class org.archive.wayback.core.SearchResults
 
getCloseMatches() - Method in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
getClosest() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in interface org.archive.wayback.replay.ClosestResultSelector
Locate and return the best matching search result from a set for a given request.
getClosest(WaybackRequest, CaptureSearchResults) - Method in class org.archive.wayback.replay.DateRedirectingClosestResultSelector
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in class org.archive.wayback.replay.DefaultClosestResultSelector
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in interface org.archive.wayback.ReplayDispatcher
 
getClosest() - Method in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
getClosestIterator(String, Date) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getClosestSelector() - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getCode() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getCollection() - Method in class org.archive.wayback.webapp.AccessPoint
 
getCommentJsp() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getComparator() - Static method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getConf() - Method in class org.archive.wayback.hadoop.AlphaPartitioner
 
getConf() - Method in class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
getConf() - Method in class org.archive.wayback.hadoop.CDXSortDriver
 
getConfigs() - Method in class org.archive.wayback.webapp.AccessPoint
 
getConnectionTimeoutMS() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getConnectTimeout() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getConnectTimeoutMs() - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
getContentJsp() - Method in class org.archive.wayback.core.UIResults
 
getContentLength(Map<String, String>) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
getContextConfig(String) - Method in class org.archive.wayback.core.UIResults
Get a String generic AccessPoint config (ala AccessPoint.configs Spring config)
getContextConverter(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlContextResultURIConverterFactory
 
getContextConverter(String) - Method in interface org.archive.wayback.replay.html.ContextResultURIConverterFactory
 
getContextMap(String) - Static method in class org.archive.wayback.util.bdb.BDBMap
 
getContextPrefix() - Method in class org.archive.wayback.core.UIResults
Deprecated. use getWbRequest().getContextPrefix()
getContextPrefix() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated. use AccessPoint.setReplayPrefix or setQueryPrefix
getConverter(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getConverters() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getCssErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getCurPageNum() - Method in class org.archive.wayback.core.SearchResults
 
getCurrentKey() - Method in class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
getCurrentMark() - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
getCurrentValue() - Method in class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
getData() - Method in class org.archive.wayback.util.graph.RegionGraphElement
 
getData(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
Retrieves previously stored data for key key from this ParseContext
getDate() - Method in class org.archive.wayback.util.Timestamp
 
getDatespec() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getDateStr() - Method in class org.archive.wayback.util.Timestamp
 
getDay(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getDay() - Method in class org.archive.wayback.util.Timestamp
 
getDb() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getDb() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getDb() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getDb() - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
getDbName() - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
getDecorated() - Method in class org.archive.wayback.replay.ReplayRendererDecorator
 
getDelegator() - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
getDelimiter() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getDetails() - Method in exception org.archive.wayback.exception.WaybackException
 
getDigest() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicateDigestStoredDate() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicateDigestStoredTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicateHTTPStoredDate() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicateHTTPStoredTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getEarliestTimestamp() - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
getEarliestTimestamp() - Method in class org.archive.wayback.requestparser.WrappedRequestParser
 
getElement(int) - Method in class org.archive.wayback.util.graph.ValueGraphElements
return the i'th ValueGraphElement
getEnd() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getEnd() - Method in class org.archive.wayback.util.partition.Partition
 
getEndDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getEndOfFirstTag(StringBuilder, String) - Static method in class org.archive.wayback.replay.TagMagix
 
getEndOffset() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getEndTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getException() - Method in class org.archive.wayback.core.UIResults
 
getException() - Method in class org.archive.wayback.webapp.AccessPoint
 
getExcluder(String) - Static method in class org.archive.wayback.accesscontrol.ExternalExcluder
 
getExcludes() - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
getExclusionFactory() - Method in class org.archive.wayback.webapp.AccessPoint
 
getExclusionFilter() - Method in class org.archive.wayback.core.WaybackRequest
 
getExclusionUrlPrefix() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
getExclusionUserAgent() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
getExpiresMS() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getExpression() - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
getFactories() - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
getFactory() - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
getFailed() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getFakeExpiresMS() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getFile() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
getFile() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getFileDocument(File) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getFilePatterns() - Method in class org.archive.wayback.webapp.AccessPoint
 
getFilePrefixes() - Method in class org.archive.wayback.webapp.AccessPoint
 
getFilter(String) - Method in class org.archive.wayback.core.SearchResults
 
getFilter() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getFilter() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getFilters() - Method in class org.archive.wayback.core.SearchResults
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroup
 
getFilters() - Method in interface org.archive.wayback.resourceindex.filterfactory.CaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.WindowFilterGroup
 
getFilters() - Method in class org.archive.wayback.util.ObjectFilterChain
 
getFirstCaptureDate() - Method in class org.archive.wayback.core.UrlSearchResult
 
getFirstCaptureTimestamp() - Method in class org.archive.wayback.core.UrlSearchResult
 
getFirstResultDate() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getFirstResultDate() - Method in class org.archive.wayback.partition.ToolBarData
 
getFirstResultTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getFirstReturned() - Method in class org.archive.wayback.core.SearchResults
 
getFirstUrlMonth(Partition<CaptureSearchResult>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getFirstUrlYear(Partition<Partition<CaptureSearchResult>>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getFlags() - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
getFormat() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getFormatter() - Method in class org.archive.wayback.core.UIResults
Deprecated. use getWbRequest().getFormatter()
getFormatter() - Method in class org.archive.wayback.core.WaybackRequest
 
getGeneric(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a generic UIResults from the HttpServletRequest.
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in interface org.archive.wayback.resourceindex.filterfactory.FilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroupFactory
 
getGuessedCharsetHeader() - Method in class org.archive.wayback.replay.TextReplayRenderer
 
getHeaders() - Method in class org.archive.wayback.util.http.HttpRequest
 
getHeaders() - Method in class org.archive.wayback.util.http.HttpResponse
 
getHeaderValue(Map<String, String>, String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
getHeight() - Method in class org.archive.wayback.util.graph.RectangularGraphElement
 
getHighlightedValue() - Method in class org.archive.wayback.util.graph.RegionData
 
getHighlightValue() - Method in class org.archive.wayback.util.graph.ValueGraphElements
 
getHostPort() - Method in class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
getHostPort() - Method in class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
getHostPort() - Method in class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
getHosts() - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.  
getHour(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getHttpCode() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getHttpDate(HttpServletRequest) - Method in class org.archive.wayback.memento.TimeGateRequestParser
Extract the value of the "Accept-Datetime" HTTP request header, if present, and further strips the date value from any surrounding "{","}"
getHttpDocument(String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getHttpDocument(String) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getHttpHeaders() - Method in class org.archive.wayback.core.Resource
Assumes an HTTP response - return the HTTP headers, not including the HTTP Message header
getHttpHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getHttpHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getImageErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getIncludes() - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
getIncoming() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getIncomingDir() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getIndex() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getInner() - Method in class org.archive.wayback.hadoop.CDXSort.DeReffingCDXCanonicalizerMapClass
 
getInner() - Method in class org.archive.wayback.hadoop.CDXSort.FunkyDeReffingCDXCanonicalizerMapClass
 
getInner() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getInterstitialJsp() - Method in class org.archive.wayback.webapp.AccessPoint
 
getInterval() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getInterval() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getInterval() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getInterval() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
getIp() - Method in class org.archive.wayback.util.IPRange
 
getIterator() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
getIterator(String, long) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlockStringSequence
 
getIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlockStringSequence
 
getIteratorAt(long) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
getJavascriptErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getJSIncludeString(String) - Method in class org.archive.wayback.replay.TextDocument
 
getJsp() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getJspExec() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getJspHandler() - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.  
getJspInsertPath() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getJspInserts() - Method in class org.archive.wayback.replay.TextReplayRenderer
 
getJspPath() - Method in class org.archive.wayback.replay.html.rules.JSPExecRule
 
getKey() - Method in class org.archive.wayback.util.bdb.BDBRecord
 
getLabel() - Method in class org.archive.wayback.util.graph.RegionData
 
getLastCaptureDate() - Method in class org.archive.wayback.core.UrlSearchResult
 
getLastCaptureTimestamp() - Method in class org.archive.wayback.core.UrlSearchResult
 
getLastDigest() - Method in class org.archive.wayback.util.FileDownloader
 
getLastMark() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getLastMatchOffset() - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getLastResultDate() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getLastResultDate() - Method in class org.archive.wayback.partition.ToolBarData
 
getLastResultTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getLastUrlMonth(Partition<CaptureSearchResult>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getLastUrlYear(Partition<Partition<CaptureSearchResult>>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getLatestTimestamp() - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
getLatestTimestamp() - Method in class org.archive.wayback.requestparser.WrappedRequestParser
 
getLength() - Method in class org.archive.wayback.liveweb.FileRegion
 
getLiveWebPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getLocale() - Method in class org.archive.wayback.webapp.AccessPoint
 
getLocaleLanguage() - Method in class org.archive.wayback.core.WaybackRequest
 
getLocalhostNames() - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
getLocalhostNames() - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
getLocalhostNames() - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
getLocalized(String) - Method in class org.archive.wayback.util.StringFormatter
Access a localized string associated with key from the ResourceBundle, likely the UI.properties file.
getLocalMD5s() - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getLocationDB() - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
getLocationDB() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
getLocationsForMD5(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.MD5LocationFile
 
getLogPath() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getMap() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
getMapParam(Map<String, String[]>, String) - Static method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Extract the first value in the array mapped to by field in queryMap
getMapParamOrEmpty(Map<String, String[]>, String) - Static method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Extract the first value in the array mapped to by field in queryMap
getMapPath() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
GETMARK_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
getMask() - Method in class org.archive.wayback.util.IPRange
 
getMatches() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.  
getMatchHost() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
getMatchingCount() - Method in class org.archive.wayback.core.SearchResults
 
getMatchPort() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
getMaxARCSize() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getMaxBlocks() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getMaxCacheMS() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
getMaxPoolWait() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getMaxRecords() - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
getMaxRecords() - Method in class org.archive.wayback.requestparser.WrappedRequestParser
 
getMaxRecords() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getMaxRecords() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getMaxSize() - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
getMaxValue() - Method in class org.archive.wayback.util.graph.RegionData
 
getMD5sForRange(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.CDXDefinitionFile
 
getMerged() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getMessage() - Method in exception org.archive.wayback.exception.WaybackException
 
getMessage() - Method in class org.archive.wayback.util.http.HttpRequest
 
getMessage() - Method in class org.archive.wayback.util.http.HttpResponse
 
getMessageKey() - Method in exception org.archive.wayback.exception.WaybackException
 
getMethod() - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
getMethod() - Method in class org.archive.wayback.util.http.HttpRequest
 
getMethod() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getMimeContains() - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
getMimeMatches() - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
getMimeType() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getMinResolution(CaptureSearchResults) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getModifyAttributeName() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getModifyDelegator() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
getMonth(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getMonth() - Method in class org.archive.wayback.util.Timestamp
 
getName() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getName() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getName() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getName() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
getName() - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
getNavigatorLinks(List<Partition<Partition<CaptureSearchResult>>>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getNavigators(StringFormatter, CaptureSearchResult) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getNodeContent(Element, String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getNodeContent(Element, String) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getNodeNutchContent(Element, String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getNumCaptures() - Method in class org.archive.wayback.core.UrlSearchResult
 
getNumMatched() - Method in class org.archive.wayback.resourceindex.filters.CounterFilter
 
getNumPages() - Method in class org.archive.wayback.core.SearchResults
 
getNumRequested() - Method in class org.archive.wayback.core.SearchResults
 
getNumReturned() - Method in class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
getNumSeen() - Method in class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
getNumSeen() - Method in class org.archive.wayback.resourceindex.filters.WindowStartFilter
 
getNumVersions() - Method in class org.archive.wayback.core.UrlSearchResult
 
getObject(List<MovieTag>, SWFDecoder, Context) - Method in class org.archive.wayback.replay.swf.RobustMovieDecoder
 
getOffset() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOperand() - Method in class org.archive.wayback.util.operator.UnaryBooleanOperator
 
getOperand1() - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
getOperand2() - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
getOperator() - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
getOperators(BooleanOperator<T>) - Static method in class org.archive.wayback.util.operator.Utils
 
getOracleUrl() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
getOracleUrl() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
getOracleUrl() - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
getOriginalHeaders() - Method in class org.archive.wayback.util.http.HttpRequest
 
getOriginalHost() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOriginalRequestURL() - Method in class org.archive.wayback.core.UIResults
 
getOriginalUrl() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOriginalUrl() - Method in class org.archive.wayback.core.UrlSearchResult
 
getOutputCharset() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getOutputStream() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getOutputStream() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
getPageNum() - Method in class org.archive.wayback.core.WaybackRequest
 
getParser() - Method in class org.archive.wayback.webapp.AccessPoint
 
getParserVisitors() - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
getPartition(Text, Text, int) - Method in class org.archive.wayback.hadoop.AlphaPartitioner
 
getPartitionPath(Configuration) - Static method in class org.archive.wayback.hadoop.AlphaPartitioner
 
getPath() - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
getPath() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getPath() - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
getPath() - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getPath() - Method in class org.archive.wayback.util.http.HttpRequest
 
getPath() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getPathContains() - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
getPathPrefix() - Method in class org.archive.wayback.util.webapp.RequestHandlerContext
 
getPatterns() - Method in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
getPhase() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getPoolWriters() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getPostModifyDelegator() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
getPrefix() - Method in class org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
 
getPrefix() - Method in class org.archive.wayback.replay.XArchiveHttpHeaderProcessor
 
getPrefix() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getPrefix() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getPrefix() - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getPrefix() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getPrefixes() - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getPrefixIterator(String) - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
getPrefixIterator(String, int) - Method in interface org.archive.wayback.resourceindex.SequencedSearchResultSource
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getPrefixReverseIterator(String) - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getPreModifyDelegator() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
getProgress() - Method in class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
getProxyHostPort() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
getQuery() - Method in class org.archive.wayback.webapp.AccessPoint
 
getQueryArguments() - Method in class org.archive.wayback.core.WaybackRequest
 
getQueryArguments(int) - Method in class org.archive.wayback.core.WaybackRequest
 
getQueryContains() - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
getQueryPrefix() - Method in class org.archive.wayback.core.UIResults
 
getQueryPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getQueue() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getQueue() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getRange(PartitionSize, Date, Date) - Method in class org.archive.wayback.util.partition.Partitioner
Create a List of Partition objects of the specified size, which span the date range specified.
GETRANGE_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
getRangeGroupForRequest(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getRangesForNode(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.RangeAssignmentFile
 
getRangeString() - Method in class org.archive.wayback.util.IPRange
 
getRawValues() - Method in class org.archive.wayback.util.graph.ValueGraphElements
 
getReadTimeout() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getRecorderCacheDir() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getRecordIterator(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getRecordIteratorLT(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getRecordLength() - Method in class org.archive.wayback.core.Resource
 
getRecordLength() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getRecordLength() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getRedirectUrl() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getRefererAuth() - Method in class org.archive.wayback.webapp.AccessPoint
 
getRefererUrl() - Method in class org.archive.wayback.core.WaybackRequest
 
getRegionLabelFont() - Method in class org.archive.wayback.util.graph.GraphConfiguration
 
getRegions() - Method in class org.archive.wayback.util.graph.Graph
 
getRemoteIPAddress() - Method in class org.archive.wayback.core.WaybackRequest
 
getRemoteUser() - Method in class org.archive.wayback.core.WaybackRequest
 
getRenderer() - Method in interface org.archive.wayback.replay.ReplayRendererSelector
 
getRenderer() - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
getRenderer(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getRenderer(WaybackRequest, CaptureSearchResult, Resource) - Method in interface org.archive.wayback.ReplayDispatcher
Return a ReplayRenderer appropriate for the Resource.
getReplay() - Method in class org.archive.wayback.webapp.AccessPoint
 
getReplayDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getReplayPrefix() - Method in class org.archive.wayback.core.UIResults
 
getReplayPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getReplayTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getReplayURIPrefix() - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
getRequestContextPath(HttpServletRequest) - Static method in class org.archive.wayback.util.webapp.RequestMapper
 
getRequestContextPathQuery(HttpServletRequest) - Static method in class org.archive.wayback.util.webapp.RequestMapper
 
getRequestFilters(Document) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getRequestHandler() - Method in class org.archive.wayback.util.webapp.RequestHandlerContext
 
getRequestHandlerContext(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.PortMapper
Attempts to locate the most strictly matching RequestHandler mapped to this port.
getRequestParsers() - Method in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.memento.MementoRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.requestparser.CompositeRequestParser
 
getRequestPathPrefix(HttpServletRequest) - Static method in class org.archive.wayback.util.webapp.RequestMapper
Extract the request path prefix, as computed at RequestHandler mapping, from the HttpServletRequest object.
getRequestUrl() - Method in class org.archive.wayback.core.WaybackRequest
 
getRequestUrl(WaybackRequest) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getRequestUrl(WaybackRequest) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getRequiredMapParam(Map<String, String[]>, String) - Static method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Extract the first value in the array mapped to by field in queryMap
getResource() - Method in class org.archive.wayback.core.UIResults
 
getResource(String, long) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
transform an ARCLocation into a Resource.
getResource(String, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResource(File, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResource(URL, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResourceFileList() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getResourceFileList() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getResourceFileList() - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getResourceIndex() - Method in class org.archive.wayback.webapp.WaybackCollection
 
getResourceStore() - Method in class org.archive.wayback.webapp.WaybackCollection
 
getResult() - Method in class org.archive.wayback.core.UIResults
 
getResult() - Method in class org.archive.wayback.hadoop.CDXSort
Get the last job that was run using this instance.
getResultCount() - Method in class org.archive.wayback.partition.ToolBarData
 
getResults() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getResults(List<Partition<Partition<CaptureSearchResult>>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getResultsPerPage() - Method in class org.archive.wayback.core.WaybackRequest
 
getRetries() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getReturnedCount() - Method in class org.archive.wayback.core.SearchResults
 
getReverseRecordIterator(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getRobotFactory() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getRobotFlags() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getRobotFlags() - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
getRunInterval() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getScriptPath() - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
getSearchChannel(Document) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getSearchItems(Document) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getSearchResultFilters(WaybackRequest) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getSearchResults(Document) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getSearchUrlBase() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getSearchUrlBase() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getSelectors() - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getSequentialIterator() - Method in class org.archive.wayback.util.CachedFile
 
getSequentialIterator() - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getServerPrefix() - Method in class org.archive.wayback.core.UIResults
Deprecated. use getWbRequest().getServerPrefix()
getServerPrefix() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated. use AccessPoint.get*Prefix
getServletContext() - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
getServletContext() - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
getShutdownables() - Method in class org.archive.wayback.webapp.WaybackCollection
 
getSize(String) - Static method in class org.archive.wayback.util.partition.Partitioner
Get a PartitionSize object by it's name
getSize(Date, Date, int) - Method in class org.archive.wayback.util.partition.Partitioner
Attempt to find the smallest PartitionSize implementation which, spanning the range first and last specified, produces at most maxP partitions.
getSocketTimeoutMS() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getSocketTimeoutMs() - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
getSources() - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getSources() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getSources() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
getSplits(JobContext) - Method in class org.archive.wayback.hadoop.LineDereferencingInputFormat
 
getStart() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getStart() - Method in class org.archive.wayback.util.partition.Partition
 
getStartDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getStartTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getState() - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getStateDir() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getStaticPrefix() - Method in class org.archive.wayback.core.UIResults
 
getStaticPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getStatus() - Method in exception org.archive.wayback.exception.AccessControlException
 
getStatus() - Method in exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
getStatus() - Method in exception org.archive.wayback.exception.BadContentException
 
getStatus() - Method in exception org.archive.wayback.exception.BadQueryException
 
getStatus() - Method in exception org.archive.wayback.exception.BetterRequestException
 
getStatus() - Method in exception org.archive.wayback.exception.ConfigurationException
 
getStatus() - Method in exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
getStatus() - Method in exception org.archive.wayback.exception.ResourceIndexNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.ResourceNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
getStatus() - Method in exception org.archive.wayback.exception.WaybackException
 
getStatusCode() - Method in class org.archive.wayback.core.Resource
Assumes an HTTP resource - return the HTTP response code
getStatusCode() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
(non-Javadoc)
getStatusCode() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getStringPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
getStringResponse() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
getTagAttr(StringBuilder, String, String) - Static method in class org.archive.wayback.replay.TagMagix
find and return the ATTR value within a TAG tag inside the HTML document within the StringBuffer page.
getTagAttrWhere(StringBuilder, String, String, String, String) - Static method in class org.archive.wayback.replay.TagMagix
Search through the HTML contained in page, returning the value of a particular attribute.
getTagName() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getTarget() - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
getTarget() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getTarget() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
getTargetJsp() - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
getText() - Method in class org.archive.wayback.replay.html.rules.StaticStringRule
 
getText() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getTimelineResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
getTimestampForId(String, String) - Static method in class org.archive.wayback.util.bdb.BDBMap
return the timestamp associated with the identifier argument, or now if no value is associated or something goes wrong.
getTitle() - Method in exception org.archive.wayback.exception.WaybackException
 
getTitle() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.  
getTitleKey() - Method in exception org.archive.wayback.exception.WaybackException
 
getTitles(CaptureSearchResult[], StringFormatter, String) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getTmpDir() - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
getTotal() - Method in class org.archive.wayback.util.partition.Partition
 
getTotalMatches() - Method in class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
getTotalMatches() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
getTotalMatching() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
getTransformer() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getTransformer() - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
getTransformer() - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
getTwoMonth(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getURIConverter() - Method in class org.archive.wayback.core.UIResults
 
getUriConverter() - Method in class org.archive.wayback.core.UIResults
Deprecated. use getURIConverter()
getUriConverter() - Method in class org.archive.wayback.webapp.AccessPoint
 
getUrl() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
getUrlBase() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
getUrlContainsAll() - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
getUrlIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getUrlJsp() - Method in class org.archive.wayback.query.Renderer
 
getUrlKey() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getUrlKey() - Method in class org.archive.wayback.core.UrlSearchResult
 
getUrlParentDir(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Find and return the parent directory of the URL argument
getURLPath(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to extract the path component of a url String argument.
getUrlResults() - Method in class org.archive.wayback.core.UIResults
 
getUrlRoot() - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated. use getQueryPrefix, getReplayPrefix, getStaticPrefix
getUrls(CaptureSearchResult[], String, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getUrls(CaptureSearchResult[], ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getUserAgent() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
getUserAgent() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getUserAgentsFound() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
getUTCCalendar() - Static method in class org.archive.wayback.partition.BubbleCalendarData
 
getUTCCalendar() - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getValue() - Method in class org.archive.wayback.util.bdb.BDBRecord
 
getValues() - Method in class org.archive.wayback.util.graph.RegionData
 
getVersion() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getVersion() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getWaybackContext() - Method in class org.archive.wayback.core.WaybackRequest
 
getWaybackHostname() - Method in class org.archive.wayback.core.WaybackRequest
 
getWaybackPort() - Method in class org.archive.wayback.core.WaybackRequest
 
getWbRequest() - Method in class org.archive.wayback.core.UIResults
 
getWebCache() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
getWeight() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
getWhereAttributeName() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getWhereAttributeValue() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getWho() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
getWho() - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
getWidth() - Method in class org.archive.wayback.util.graph.RectangularGraphElement
 
getWriter() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
get an ARCWriter.
getWriter() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
getXmlCaptureJsp() - Method in class org.archive.wayback.query.Renderer
 
getXmlErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getXmlUrlJsp() - Method in class org.archive.wayback.query.Renderer
 
getYear(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
getYear() - Method in class org.archive.wayback.util.Timestamp
 
getYearsGraphString(int, int) - Method in class org.archive.wayback.partition.BubbleCalendarData
 
GLOBAL_POST_REQUEST_HANDLER - Static variable in class org.archive.wayback.util.webapp.RequestMapper
Bean name used to register the special global POST RequestHandler.
GLOBAL_PRE_REQUEST_HANDLER - Static variable in class org.archive.wayback.util.webapp.RequestMapper
Bean name used to register the special global PRE RequestHandler.
GLOBAL_USER_AGENT - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
Special name for User-agent which matches all values
Graph - Class in org.archive.wayback.util.graph
 
Graph(int, int, RegionData[], GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.Graph
 
GraphConfiguration - Class in org.archive.wayback.util.graph
 
GraphConfiguration() - Constructor for class org.archive.wayback.util.graph.GraphConfiguration
 
GraphElement - Interface in org.archive.wayback.util.graph
 
GraphEncoder - Class in org.archive.wayback.util.graph
 
GraphEncoder() - Constructor for class org.archive.wayback.util.graph.GraphEncoder
 
GraphEncodingException - Exception in org.archive.wayback.util.graph
 
GraphEncodingException(String) - Constructor for exception org.archive.wayback.util.graph.GraphEncodingException
 
GraphRenderer - Class in org.archive.wayback.util.graph
 
GraphRenderer() - Constructor for class org.archive.wayback.util.graph.GraphRenderer
 
GuardRailFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which aborts processing when too many records have been inspected.
GuardRailFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.GuardRailFilter
 
GUESS_TYPES - Static variable in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
GUESSED_CHARSET_HEADER - Static variable in class org.archive.wayback.replay.TextReplayRenderer
 

H

handle(ServletRequest, ServletResponse) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
handleCloseTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
handleCloseTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
handleCloseTagNode(ParseContext, TagNode) - Method in interface org.archive.wayback.util.htmllex.handlers.CloseTagHandler
 
handleCloseTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleContentTextNode(ParseContext, TextNode) - Method in interface org.archive.wayback.util.htmllex.handlers.ContentTextHandler
 
handleContentTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleCSSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
handleCSSTextNode(ParseContext, TextNode) - Method in interface org.archive.wayback.util.htmllex.handlers.CSSTextHandler
 
handleCSSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleJSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
handleJSTextNode(ParseContext, TextNode) - Method in interface org.archive.wayback.util.htmllex.handlers.JSTextHandler
 
handleJSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleNode(ParseContext, Node) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
handleNode(ParseContext, Node) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
handleNode(ParseContext, Node) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleNode(ParseContext, Node) - Method in interface org.archive.wayback.util.htmllex.ParseEventHandler
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in interface org.archive.wayback.util.htmllex.handlers.OpenTagHandler
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
handleParseComplete(ParseContext) - Method in interface org.archive.wayback.util.htmllex.handlers.ParseCompleteHandler
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleParseComplete(ParseContext) - Method in interface org.archive.wayback.util.htmllex.ParseEventHandler
 
handlePut(HttpServletRequest, ServletResponse) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
handleRemarkTextNode(ParseContext, RemarkNode) - Method in interface org.archive.wayback.util.htmllex.handlers.RemarkTextHandler
 
handleRemarkTextNode(ParseContext, RemarkNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.liveweb.ARCUnwrappingProxy
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.archive.wayback.util.webapp.RequestHandler
Possibly handle an incoming HttpServletRequest, much like a normal HttpServlet, but includes a return value.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.util.webapp.RequestMapper
Map the incoming request to the appropriate RequestHandler, including the PRE and POST RequestHandlers, if configured.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.util.webapp.StaticFileRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.AccessPoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
hasHighlightedValue() - Method in class org.archive.wayback.util.graph.RegionData
 
hasNext() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
hasNext() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
hasNext() - Method in class org.archive.wayback.util.AdaptedIterator
 
hasNext() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
hasNext() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
hasNext() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
hasNext() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
hasNext() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
hasNext() - Method in class org.archive.wayback.util.PeekableIterator
 
hasNext() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
hasSyntaxErrors() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
height - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
HostMatchFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes only records that have original host matching.
HostMatchFilter(String, QueryCaptureFilterGroup) - Constructor for class org.archive.wayback.resourceindex.filters.HostMatchFilter
 
HostMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.HostMatchFilter
 
HOUR_IN_DAY - Static variable in interface org.archive.wayback.util.partition.PartitionSize
hours in a day: 24
HOUR_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
HourPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Hour partitions
HourPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.HourPartitionSize
 
HourResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
HourResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.  
hourSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Hour intervals
HTMLSafeFileHandler - Class in org.archive.wayback.resourcestore.indexer
 
HTMLSafeFileHandler() - Constructor for class org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler
 
HTMLSafeFileHandler(String, boolean) - Constructor for class org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler
 
HTMLSafeFileHandler(String, int, int, boolean) - Constructor for class org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler
 
HTMLSafeFileHandler(String, int, int) - Constructor for class org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler
 
HTMLSafeFileHandler(String) - Constructor for class org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler
 
HTMLSafeFormatter - Class in org.archive.wayback.resourcestore.indexer
 
HTMLSafeFormatter() - Constructor for class org.archive.wayback.resourcestore.indexer.HTMLSafeFormatter
 
HTTP_CHUNKED_ENCODING_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_CODE - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
HTTP_CONTENT_BASE_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_BASE_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_LOCATION_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_LOCATION_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class org.archive.wayback.replay.charset.CharsetDetector
 
HTTP_CONTENT_TYPE_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_TYPE_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_DEFAULT_PORT - Static variable in interface org.archive.wayback.WaybackConstants
default HTTP port:
HTTP_LENGTH_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_LENGTH_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_LENGTH_HEADER_UP - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_LENGTH_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_LOCATION_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_LOCATION_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
HTTP
HTTP_TRANSFER_ENC_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_URL_PREFIX - Static variable in interface org.archive.wayback.WaybackConstants
prefixes of HTTP protocol URL..
HTTPAuthBooleanOperator - Class in org.archive.wayback.authenticationcontrol
BooleanOperator which returns true if the user has authenticated as one of a list of users with this server.
HTTPAuthBooleanOperator() - Constructor for class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
HTTPCodeCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
HTTPCodeCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.HTTPCodeCDXField
 
HttpCodeFilter - Class in org.archive.wayback.resourceindex.filters
ObjectFilter which allows including or excluding results based on the Http response code.
HttpCodeFilter() - Constructor for class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
HttpHeaderOperation - Class in org.archive.wayback.replay
 
HttpHeaderOperation() - Constructor for class org.archive.wayback.replay.HttpHeaderOperation
 
HttpHeaderProcessor - Interface in org.archive.wayback.replay
 
HttpMessage - Class in org.archive.wayback.util.http
 
HttpMessage() - Constructor for class org.archive.wayback.util.http.HttpMessage
 
HTTPRecordAnnotater - Class in org.archive.wayback.resourcestore.indexer
 
HTTPRecordAnnotater() - Constructor for class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
HttpRequest - Class in org.archive.wayback.util.http
 
HttpRequest(HttpRequestMessage, byte[]) - Constructor for class org.archive.wayback.util.http.HttpRequest
 
HttpRequestMessage - Class in org.archive.wayback.util.http
 
HttpRequestMessage(byte[], byte[], byte[]) - Constructor for class org.archive.wayback.util.http.HttpRequestMessage
 
HttpResponse - Class in org.archive.wayback.util.http
 
HttpResponse(HttpResponseMessage, ANVLRecord, InputStream) - Constructor for class org.archive.wayback.util.http.HttpResponse
 
HttpResponseMessage - Class in org.archive.wayback.util.http
 
HttpResponseMessage(byte[], byte[], byte[]) - Constructor for class org.archive.wayback.util.http.HttpResponseMessage
 
HTTPS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
HTTPS

I

ID - Static variable in exception org.archive.wayback.exception.AccessControlException
 
ID - Static variable in exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
ID - Static variable in exception org.archive.wayback.exception.AuthenticationControlException
 
ID - Static variable in exception org.archive.wayback.exception.BadContentException
 
ID - Static variable in exception org.archive.wayback.exception.BadQueryException
 
ID - Static variable in exception org.archive.wayback.exception.BetterRequestException
 
ID - Static variable in exception org.archive.wayback.exception.ConfigurationException
 
ID - Static variable in exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
ID - Static variable in exception org.archive.wayback.exception.ResourceIndexNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.ResourceNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
ID - Static variable in exception org.archive.wayback.exception.RobotAccessControlException
 
id - Variable in exception org.archive.wayback.exception.WaybackException
 
IDENTITY_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
raw/identity context
IdentityHttpHeaderProcessor - Class in org.archive.wayback.replay
HttpHeaderProcessor which passes through all headers as-is.
IdentityHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.IdentityHttpHeaderProcessor
 
IdentityRequestSelector - Class in org.archive.wayback.replay.selector
 
IdentityRequestSelector() - Constructor for class org.archive.wayback.replay.selector.IdentityRequestSelector
 
IdentityStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
IdentityStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.IdentityStringTransformer
 
IdentityUrlCanonicalizer - Class in org.archive.wayback.util.url
Identity UrlCanonicalizer implementation, passing through urls as-is.
IdentityUrlCanonicalizer() - Constructor for class org.archive.wayback.util.url.IdentityUrlCanonicalizer
 
IMAGE_REGEX - Variable in class org.archive.wayback.exception.BaseExceptionRenderer
 
imageType - Static variable in class org.archive.wayback.util.graph.GraphConfiguration
type of BufferedImage to create, specifically the final constructor arg.
IMG_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
image/* context
IMGRequestSelector - Class in org.archive.wayback.replay.selector
 
IMGRequestSelector() - Constructor for class org.archive.wayback.replay.selector.IMGRequestSelector
 
includeJspString(String, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.TextDocument
 
increment(Calendar, int) - Method in interface org.archive.wayback.util.partition.PartitionSize
Create a new Calendar object, aligned relative to the Calendar argument, either forward or backward some number of partitions.
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.  
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.  
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.  
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.  
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.  
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.  
IndexClient - Class in org.archive.wayback.resourceindex.updater
 
IndexClient() - Constructor for class org.archive.wayback.resourceindex.updater.IndexClient
 
indexFile(String) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
IndexQueue - Interface in org.archive.wayback.resourcestore.indexer
 
IndexQueueUpdater - Class in org.archive.wayback.resourcestore.indexer
This class polls a ResourceFileLocationDB repeatedly, to notice new files arriving in the DB.
IndexQueueUpdater() - Constructor for class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
IndexWorker - Class in org.archive.wayback.resourcestore.indexer
Simple worker, which gets tasks from an IndexQueue, in the case, the name of ARC/WARC files to be indexed, retrieves the ARC/WARC location from a ResourceFileLocationDB, creates the index, which is serialized into a file, and then hands that file off to a ResourceIndex for merging, using an IndexClient.
IndexWorker() - Constructor for class org.archive.wayback.resourcestore.indexer.IndexWorker
 
init() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
load exclusion file and startup polling thread to check for updates
init() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
init() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
init() - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
init() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
init() - Method in class org.archive.wayback.requestparser.CompositeRequestParser
 
init() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
init() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
init() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
init() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
start the background index merging thread
init(FilterConfig) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
init() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
init() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
init() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
init() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
init() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
init() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
init() - Method in class org.archive.wayback.util.bdb.BDBMap
 
init() - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
init(FilterConfig) - Method in class org.archive.wayback.util.webapp.RequestFilter
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
initializeDB(String, String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
InlineCSSStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
InlineCSSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.InlineCSSStringTransformer
 
insertAtEndOfBody(String) - Method in class org.archive.wayback.replay.TextDocument
 
insertAtStartOfBody(String) - Method in class org.archive.wayback.replay.TextDocument
 
insertAtStartOfDocument(String) - Method in class org.archive.wayback.replay.TextDocument
 
insertAtStartOfHead(String) - Method in class org.archive.wayback.replay.TextDocument
 
insertRecords(Iterator<BDBRecord>) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
INTERSTITIAL_JSP - Static variable in class org.archive.wayback.webapp.AccessPoint
webapp relative location of Interstitial.jsp
INTERSTITIAL_SECONDS - Static variable in class org.archive.wayback.webapp.AccessPoint
argument for Interstitial.jsp seconds to delay
INTERSTITIAL_TARGET - Static variable in class org.archive.wayback.webapp.AccessPoint
argument for Interstitial.jsp target URL
intervalMS() - Method in interface org.archive.wayback.util.partition.PartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
IPMatchesBooleanOperator - Class in org.archive.wayback.authenticationcontrol
A BooleanOperator which results in true value if a users request originated from within a list of configured IP ranges.
IPMatchesBooleanOperator() - Constructor for class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
IPRange - Class in org.archive.wayback.util
 
IPRange() - Constructor for class org.archive.wayback.util.IPRange
 
isAddDefaults() - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
isAddDefaults() - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
isAddDefaults() - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
isAuthority(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Tests if the String argument looks like it could be a legitimate authority fragment of a URL, that is, is it an IP address, or, are the characters legal in an authority, and does the string end with a legal TLD.
isBounceToQueryPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
isBounceToReplayPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
isCaptureQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isCharsetSupported(String) - Method in class org.archive.wayback.replay.charset.CharsetDetector
 
isChunkEncoded(Map<String, String>) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
isClosest() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isCloseTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isContainsClosest() - Method in class org.archive.wayback.util.partition.Partition
 
isCSSContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isDedupeRecords() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
isDuplicateDigest() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isDuplicateHTTP() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isEmpty() - Method in class org.archive.wayback.core.CaptureSearchResults
 
isEmpty() - Method in class org.archive.wayback.core.UrlSearchResults
 
isExactHost() - Method in class org.archive.wayback.core.WaybackRequest
 
isExactHostMatch() - Method in class org.archive.wayback.webapp.AccessPoint
 
isExactScheme() - Method in class org.archive.wayback.core.WaybackRequest
 
isExactSchemeMatch() - Method in class org.archive.wayback.webapp.AccessPoint
 
isExcluded(String, String) - Method in class org.archive.wayback.accesscontrol.ExternalExcluder
 
isExcluded(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
isGet() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
isHead() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
isHTML(String) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
isIdentityContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isIMGContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isIncludeIfContains() - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
isInCSS() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInJS() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInScriptText() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInsertAtStart() - Method in class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
isJSContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isLiveWebRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isMetaMode() - Method in class org.archive.wayback.core.WaybackRequest
 
isNonEmptyOpenTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isNotModified() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
isOn(byte, int) - Static method in class org.archive.wayback.util.IPRange
 
isOpenTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isOutputRobot() - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
isProcessAll() - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
isProcessAll() - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
isRecurse() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
isRemarkNode(Node) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isReplayRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isResourceTooBig(Resource) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
isRobotFlagSet(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
isRobotNoArchive() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isRobotNoFollow() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isRobotNoIndex() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isServeStatic() - Method in class org.archive.wayback.webapp.AccessPoint
 
isTagNode(Node) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isTextNode(Node) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.AndBooleanOperator
 
isTrue(E) - Method in interface org.archive.wayback.util.operator.BooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.FalseBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.NotBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.OrBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.TrueBooleanOperator
 
isTruncated() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
isTruncated() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
isUpdatable() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
isUrlQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isUseAnchorWindow() - Method in class org.archive.wayback.webapp.AccessPoint
 
isUseCollection() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
isUseServerName() - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated. no longer used, use {replay,query,static}Prefix
isWantUserInfo() - Method in class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
isXMLMode() - Method in class org.archive.wayback.core.WaybackRequest
 
iterator() - Method in class org.archive.wayback.core.CaptureSearchResults
 
iterator() - Method in class org.archive.wayback.core.UrlSearchResults
 
iterator(File) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
iterator(String) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
iterator(ARCReader) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
iterator(File) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
iterator(String) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
iterator(WARCReader) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
iterator() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
iterator() - Method in class org.archive.wayback.util.partition.Partition
 
itr - Variable in class org.archive.wayback.util.AdaptedIterator
 

J

JS_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
text/javascript context
JSContentRule - Class in org.archive.wayback.replay.html.rules
 
JSContentRule() - Constructor for class org.archive.wayback.replay.html.rules.JSContentRule
 
JSPExecRule - Class in org.archive.wayback.replay.html.rules
 
JSPExecRule() - Constructor for class org.archive.wayback.replay.html.rules.JSPExecRule
 
JSPExecutor - Class in org.archive.wayback.replay
Class which encapsulates all Replay context information needed to execute a .jsp file in the "context" of a particular replay request.
JSPExecutor(ResultURIConverter, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, CaptureSearchResult, Resource) - Constructor for class org.archive.wayback.replay.JSPExecutor
 
JSPReplayRenderer - Class in org.archive.wayback.replay
ReplayRenderer implementation which just forwards responsibility for rendering a resource to a .jsp file.
JSPReplayRenderer() - Constructor for class org.archive.wayback.replay.JSPReplayRenderer
 
jspToString(String) - Method in class org.archive.wayback.replay.JSPExecutor
 
JspUrlResourceFileSource - Class in org.archive.wayback.resourcestore.resourcefile
 
JspUrlResourceFileSource() - Constructor for class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
JSRequestSelector - Class in org.archive.wayback.replay.selector
 
JSRequestSelector() - Constructor for class org.archive.wayback.replay.selector.JSRequestSelector
 
JSStringTransformer - Class in org.archive.wayback.replay.html.transformer
Attempts to rewrite any absolute URLs found within the text/javascript MIME
JSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.JSStringTransformer
 
JSTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 

K

KEY_MESSAGE_SUFFIX - Static variable in exception org.archive.wayback.exception.WaybackException
 
KEY_PREFIX - Static variable in exception org.archive.wayback.exception.WaybackException
 
KEY_TITLE_SUFFIX - Static variable in exception org.archive.wayback.exception.WaybackException
 
keySet() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.  

L

lastResultDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
latestTimestamp() - Static method in class org.archive.wayback.util.Timestamp
 
LF - Static variable in class org.archive.wayback.util.http.HttpMessage
 
LineDereferencingInputFormat - Class in org.archive.wayback.hadoop
FileInputFormat subclass which assumes the configured input files are lines containing hdfs:// pointers to the actual Text data.
LineDereferencingInputFormat() - Constructor for class org.archive.wayback.hadoop.LineDereferencingInputFormat
 
LineDereferencingRecordReader - Class in org.archive.wayback.hadoop
RecordReader which reads pointers to actual files from an internal LineRecordReader, producing a LineRecordReader for the files pointed to by the actual input.
LineDereferencingRecordReader() - Constructor for class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
list() - Method in class org.archive.wayback.util.partition.Partition
 
LIVE_WAYBACK_TEMPLATE - Static variable in class org.archive.wayback.liveweb.ARCCacheDirectory
template string used to configure the ARC writer pool
LiveDocumentNotAvailableException - Exception in org.archive.wayback.exception
 
LiveDocumentNotAvailableException(URL, int) - Constructor for exception org.archive.wayback.exception.LiveDocumentNotAvailableException
Constructor
LiveDocumentNotAvailableException(URL, int, String) - Constructor for exception org.archive.wayback.exception.LiveDocumentNotAvailableException
Constructor with message and details
LiveDocumentNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
LiveWebAccessPoint - Class in org.archive.wayback.webapp
 
LiveWebAccessPoint() - Constructor for class org.archive.wayback.webapp.LiveWebAccessPoint
 
LiveWebCache - Interface in org.archive.wayback.liveweb
Interface to retrieve Resource objects from the live web.
LiveWebCacheUnavailableException - Exception in org.archive.wayback.exception
 
LiveWebCacheUnavailableException(URL, int) - Constructor for exception org.archive.wayback.exception.LiveWebCacheUnavailableException
Constructor
LiveWebCacheUnavailableException(URL, int, String) - Constructor for exception org.archive.wayback.exception.LiveWebCacheUnavailableException
Constructor with message and details
LiveWebCacheUnavailableException(String) - Constructor for exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
load(File) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
load(InputStream) - Static method in class org.archive.wayback.util.http.HttpRequest
 
load(InputStream) - Static method in class org.archive.wayback.util.http.HttpResponse
 
loadFields(byte[], int) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadFile(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
loadRequest(byte[]) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadRequest(InputStream) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadResponse(byte[]) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadResponse(InputStream) - Static method in class org.archive.wayback.util.http.HttpMessage
 
LocalResourceIndex - Class in org.archive.wayback.resourceindex
ResourceIndex implementation which assumes a "local" SearchResultSource.
LocalResourceIndex() - Constructor for class org.archive.wayback.resourceindex.LocalResourceIndex
 
LocalResourceIndexUpdater - Class in org.archive.wayback.resourceindex.updater
Class which starts a background thread that repeatedly scans an incoming directory and merges files found therein(which are assumed to be in CDX format) with a BDBIndex.
LocalResourceIndexUpdater() - Constructor for class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
LOCATION_HTTP_HEADER - Static variable in interface org.archive.wayback.WaybackConstants
HTTP Header for redirection URL
LocationDBResourceStore - Class in org.archive.wayback.resourcestore
Simple ResourceStore implementation, which uses a ResourceFileLocationDB to locate ARC/WARC files, that can be remote(via http://) or local paths.
LocationDBResourceStore() - Constructor for class org.archive.wayback.resourcestore.LocationDBResourceStore
 
LOOKUP_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 

M

main(String[]) - Static method in class org.archive.wayback.hadoop.CDXSort
 
main(String[]) - Static method in class org.archive.wayback.hadoop.CDXSortDriver
 
main(String[]) - Static method in class org.archive.wayback.hadoop.SortDriver
 
main(String[]) - Static method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
main(String[]) - Static method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
main(String[]) - Static method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.indexer.SafeIndexer
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
main(String[]) - Static method in class org.archive.wayback.util.ARCCreator
 
main(String[]) - Static method in class org.archive.wayback.util.flatfile.FlatFile
 
main(String[]) - Static method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
main(String[]) - Static method in class org.archive.wayback.util.WARCHeader
 
makeCaptureQueryUrl(String) - Method in class org.archive.wayback.core.UIResults
Create a self-referencing URL that will perform a query for all copies of the given URL.
makeFlagDateSpec(String, WaybackRequest) - Static method in class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectReplayRenderer
Given a date, and a WaybackRequest object, create a new datespec + flags which represent the same options as requested by the WaybackRequest
makeReplayURI(String, String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSpecialContextResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.memento.MementoResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.proxy.RedirectResultURIConverter
 
makeReplayURI(String, String) - Method in interface org.archive.wayback.ResultURIConverter
return an absolute URL that will replay URL url at time datespec.
makeReplayUrl(String, String) - Method in class org.archive.wayback.core.UIResults
Deprecated. use resultToReplayUrl(CaptureSearchResult) or getURIConverter.makeReplayURI()
makeReplayURL(CaptureSearchResult) - Method in class org.archive.wayback.partition.ToolBarData
 
map(Object, Text, Mapper<Object, Text, Text, Text>.Context) - Method in class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
map(LongWritable, Text, OutputCollector<Text, Text>, Reporter) - Method in class org.archive.wayback.hadoop.CDXSort.CDXCanonicalizerMapClass
 
map(LongWritable, Text, OutputCollector<Text, Text>, Reporter) - Method in class org.archive.wayback.hadoop.CDXSort.CDXMapClass
 
map(LongWritable, Text, OutputCollector<Text, Text>, Reporter) - Method in class org.archive.wayback.hadoop.CDXSort.DeReffingCDXCanonicalizerMapClass
 
map(LongWritable, Text, OutputCollector<Text, Text>, Reporter) - Method in class org.archive.wayback.hadoop.CDXSort.FunkyCDXCanonicalizerMapClass
 
mapCharset(String) - Method in class org.archive.wayback.replay.charset.CharsetDetector
 
mapRequest(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.RequestMapper
 
mark(int) - Method in class org.archive.wayback.core.Resource
 
markSupported() - Method in class org.archive.wayback.core.Resource
 
markupCSSImports(StringBuilder, ResultURIConverter, String, String) - Static method in class org.archive.wayback.replay.TagMagix
 
markupStyleUrls(StringBuilder, ResultURIConverter, String, String) - Static method in class org.archive.wayback.replay.TagMagix
 
markupTagREURIC(StringBuilder, ResultURIConverter, String, String, String, String) - Static method in class org.archive.wayback.replay.TagMagix
Alter the HTML document in page, updating URLs in the attrName attributes of all tagName tags such that: 1) absolute URLs are prefixed with: wmPrefix + pageTS 2) server-relative URLs are prefixed with: wmPrefix + pageTS + (host of page) 3) path-relative URLs are prefixed with: wmPrefix + pageTS + (attribute URL resolved against pageUrl)
markupTagREURIC(StringBuilder, ResultURIConverter, String, String, Pattern) - Static method in class org.archive.wayback.replay.TagMagix
 
maskBits(String) - Static method in class org.archive.wayback.util.IPRange
 
maskBits(int) - Static method in class org.archive.wayback.util.IPRange
 
matchIP(String) - Static method in class org.archive.wayback.util.IPRange
 
MAX_CHARSET_READAHEAD - Static variable in class org.archive.wayback.replay.charset.CharsetDetector
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.  
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.  
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.  
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.  
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.  
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.  
maxSize - Variable in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
MD5_PATTERN - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
MD5_REGEX - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
MD5LocationFile - Class in org.archive.wayback.resourceindex.cdx.dynamic
 
MD5LocationFile(FlatFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.MD5LocationFile
 
MementoHTMLReplayRenderer - Class in org.archive.wayback.memento
 
MementoHTMLReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.memento.MementoHTMLReplayRenderer
 
MementoReplayRendererDecorator - Class in org.archive.wayback.memento
 
MementoReplayRendererDecorator() - Constructor for class org.archive.wayback.memento.MementoReplayRendererDecorator
 
MementoReplayRendererDecorator(ReplayRenderer) - Constructor for class org.archive.wayback.memento.MementoReplayRendererDecorator
 
MementoRequestParser - Class in org.archive.wayback.memento
 
MementoRequestParser() - Constructor for class org.archive.wayback.memento.MementoRequestParser
 
MementoResultURIConverter - Class in org.archive.wayback.memento
 
MementoResultURIConverter() - Constructor for class org.archive.wayback.memento.MementoResultURIConverter
 
mergeAll() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
MetaRefreshUrlStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
MetaRefreshUrlStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.MetaRefreshUrlStringTransformer
 
MIME_TYPE - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
MIMETypeCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
MIMETypeCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.MIMETypeCDXField
 
MimeTypeFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes only records matching one or more supplied Mime-Types.
MimeTypeFilter() - Constructor for class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
MimeTypeSelector - Class in org.archive.wayback.replay.selector
 
MimeTypeSelector() - Constructor for class org.archive.wayback.replay.selector.MimeTypeSelector
 
MMS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
MMS
MODE_COUNT - Static variable in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
MODE_FULL - Static variable in class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
MODE_GLOBAL - Static variable in class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
MODES - Static variable in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
MONTH_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
monthNextResult - Variable in class org.archive.wayback.partition.ToolBarData
Earliest Result one month after current, or null
monthPartitions - Variable in class org.archive.wayback.partition.ToolBarData
List> for months
MonthPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Month partitions
MonthPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.MonthPartitionSize
 
monthPrevResult - Variable in class org.archive.wayback.partition.ToolBarData
Latest Result one month before current, or null
MonthResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
MonthResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.  
monthsByDay - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
monthSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Month intervals
MS_IN_DAY - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in 1 day (approximate: no leap second accounted for)
MS_IN_HOUR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in 1 hour (approximate: no leap second accounted for)
MS_IN_MONTH - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in one month (approximate: no leap day/sec accounted for, and assumes 30 days in a month)
MS_IN_SEC - Static variable in interface org.archive.wayback.util.partition.PartitionSize
number of milliseconds in a second..
MS_IN_TWO_MONTH - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in two months (approximate: no leap day/sec accounted for, and assumes 30 day months)
MS_IN_TWO_YEAR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in two years (approximate: no leap day/sec accounted for)
MS_IN_WEEK - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in 7 days (approximate: no leap second accounted for)
MS_IN_YEAR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in one year (approximate: no leap day/sec accounted for)

N

name - Variable in class org.archive.wayback.util.bdb.BDBMap
 
name() - Method in interface org.archive.wayback.util.partition.PartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
NAME_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
nameToUrls(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
return an array of String URLs for all known locations of name in the DB.
nameToUrls(String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
nameToUrls(String) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
return an array of String URLs for all known locations of the file in the DB.
nameToUrls(String) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
NAV_COUNT - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_CURRENT - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_CAPTURE - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_DAY - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_MONTH - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_YEAR - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_CAPTURE - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_DAY - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_MONTH - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_YEAR - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
next() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
next() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
next() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
next() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
next() - Method in class org.archive.wayback.util.AdaptedIterator
 
next() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
next() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
next - Variable in class org.archive.wayback.util.flatfile.RecordIterator
 
next() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
next - Variable in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
next() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
next() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
next() - Method in class org.archive.wayback.util.PeekableIterator
 
next() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
nextKeyValue() - Method in class org.archive.wayback.hadoop.LineDereferencingRecordReader
 
nextMode(int) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
nextNode() - Method in class org.archive.wayback.util.htmllex.ContextAwareLexer
 
nextResult - Variable in class org.archive.wayback.partition.ToolBarData
Earliest Result after current, or null
nextSearch() - Method in class org.archive.wayback.surt.SURTTokenizer
update internal state and return the next smaller search string for the url
NO_LOCATION_PREFIX - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
NodeUtils - Class in org.archive.wayback.util.htmllex
 
NodeUtils() - Constructor for class org.archive.wayback.util.htmllex.NodeUtils
 
NotBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
NotBooleanOperator() - Constructor for class org.archive.wayback.util.operator.NotBooleanOperator
 
noteConnectionFailure() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
noteConnectionStart() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
noteConnectionSuccess() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
numResults - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
NutchResourceIndex - Class in org.archive.wayback.resourceindex
 
NutchResourceIndex() - Constructor for class org.archive.wayback.resourceindex.NutchResourceIndex
 

O

ObjectFilter<E> - Interface in org.archive.wayback.util
Interface for including, excluding, or aborting filtering
ObjectFilterChain<E> - Class in org.archive.wayback.util
ObjectFilterChain implements AND logic to chain together multiple ObjectFilters into a composite.
ObjectFilterChain() - Constructor for class org.archive.wayback.util.ObjectFilterChain
Constructor
ObjectFilterIterator<T> - Class in org.archive.wayback.util
 
ObjectFilterIterator(CloseableIterator<T>, ObjectFilter<T>) - Constructor for class org.archive.wayback.util.ObjectFilterIterator
 
OPEN_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
OpenSearchRequestParser - Class in org.archive.wayback.requestparser
RequestParser which attempts to extract data from an HTML form, that is, from HTTP GET request arguments containing a query, an optional count (results per page), and an optional current page argument.
OpenSearchRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.OpenSearchRequestParser
 
OpenTagHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
operand - Variable in class org.archive.wayback.util.operator.UnaryBooleanOperator
 
operand1 - Variable in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
operand2 - Variable in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
OPERATION_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
OracleAnnotationFilter - Class in org.archive.wayback.resourceindex.filters
SearchResult filter class which contacts an access-control Oracle, using information from the public comment field to annotate SearchResult objects.
OracleAnnotationFilter() - Constructor for class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
OracleExclusionFilter - Class in org.archive.wayback.accesscontrol.oracleclient
 
OracleExclusionFilter(String, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
OracleExclusionFilter(String, String, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
OracleExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.oracleclient
ExclusionFilterFactory implementation which connects to an Exclusion Oracle via HTTP to determine which SearchResults can be exposed
OracleExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
OrBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
OrBooleanOperator() - Constructor for class org.archive.wayback.util.operator.OrBooleanOperator
 
org.archive.wayback - package org.archive.wayback
 
org.archive.wayback.accesscontrol - package org.archive.wayback.accesscontrol
 
org.archive.wayback.accesscontrol.oracleclient - package org.archive.wayback.accesscontrol.oracleclient
 
org.archive.wayback.accesscontrol.remote - package org.archive.wayback.accesscontrol.remote
 
org.archive.wayback.accesscontrol.robotstxt - package org.archive.wayback.accesscontrol.robotstxt
 
org.archive.wayback.accesscontrol.staticmap - package org.archive.wayback.accesscontrol.staticmap
 
org.archive.wayback.archivalurl - package org.archive.wayback.archivalurl
 
org.archive.wayback.archivalurl.requestparser - package org.archive.wayback.archivalurl.requestparser
 
org.archive.wayback.authenticationcontrol - package org.archive.wayback.authenticationcontrol
 
org.archive.wayback.core - package org.archive.wayback.core
 
org.archive.wayback.domainprefix - package org.archive.wayback.domainprefix
 
org.archive.wayback.exception - package org.archive.wayback.exception
 
org.archive.wayback.hadoop - package org.archive.wayback.hadoop
 
org.archive.wayback.liveweb - package org.archive.wayback.liveweb
 
org.archive.wayback.memento - package org.archive.wayback.memento
 
org.archive.wayback.partition - package org.archive.wayback.partition
 
org.archive.wayback.proxy - package org.archive.wayback.proxy
 
org.archive.wayback.query - package org.archive.wayback.query
 
org.archive.wayback.query.resultspartitioner - package org.archive.wayback.query.resultspartitioner
 
org.archive.wayback.replay - package org.archive.wayback.replay
 
org.archive.wayback.replay.charset - package org.archive.wayback.replay.charset
 
org.archive.wayback.replay.html - package org.archive.wayback.replay.html
 
org.archive.wayback.replay.html.rules - package org.archive.wayback.replay.html.rules
 
org.archive.wayback.replay.html.transformer - package org.archive.wayback.replay.html.transformer
 
org.archive.wayback.replay.selector - package org.archive.wayback.replay.selector
 
org.archive.wayback.replay.swf - package org.archive.wayback.replay.swf
 
org.archive.wayback.requestparser - package org.archive.wayback.requestparser
 
org.archive.wayback.resourceindex - package org.archive.wayback.resourceindex
 
org.archive.wayback.resourceindex.adapters - package org.archive.wayback.resourceindex.adapters
 
org.archive.wayback.resourceindex.bdb - package org.archive.wayback.resourceindex.bdb
 
org.archive.wayback.resourceindex.cdx - package org.archive.wayback.resourceindex.cdx
 
org.archive.wayback.resourceindex.cdx.dynamic - package org.archive.wayback.resourceindex.cdx.dynamic
 
org.archive.wayback.resourceindex.cdx.format - package org.archive.wayback.resourceindex.cdx.format
 
org.archive.wayback.resourceindex.distributed - package org.archive.wayback.resourceindex.distributed
 
org.archive.wayback.resourceindex.filterfactory - package org.archive.wayback.resourceindex.filterfactory
 
org.archive.wayback.resourceindex.filters - package org.archive.wayback.resourceindex.filters
 
org.archive.wayback.resourceindex.updater - package org.archive.wayback.resourceindex.updater
 
org.archive.wayback.resourceindex.ziplines - package org.archive.wayback.resourceindex.ziplines
 
org.archive.wayback.resourcestore - package org.archive.wayback.resourcestore
 
org.archive.wayback.resourcestore.indexer - package org.archive.wayback.resourcestore.indexer
 
org.archive.wayback.resourcestore.locationdb - package org.archive.wayback.resourcestore.locationdb
 
org.archive.wayback.resourcestore.resourcefile - package org.archive.wayback.resourcestore.resourcefile
 
org.archive.wayback.surt - package org.archive.wayback.surt
 
org.archive.wayback.util - package org.archive.wayback.util
 
org.archive.wayback.util.bdb - package org.archive.wayback.util.bdb
 
org.archive.wayback.util.flatfile - package org.archive.wayback.util.flatfile
 
org.archive.wayback.util.graph - package org.archive.wayback.util.graph
 
org.archive.wayback.util.html - package org.archive.wayback.util.html
 
org.archive.wayback.util.htmllex - package org.archive.wayback.util.htmllex
 
org.archive.wayback.util.htmllex.handlers - package org.archive.wayback.util.htmllex.handlers
 
org.archive.wayback.util.http - package org.archive.wayback.util.http
 
org.archive.wayback.util.operator - package org.archive.wayback.util.operator
 
org.archive.wayback.util.partition - package org.archive.wayback.util.partition
 
org.archive.wayback.util.partition.size - package org.archive.wayback.util.partition.size
 
org.archive.wayback.util.url - package org.archive.wayback.util.url
 
org.archive.wayback.util.webapp - package org.archive.wayback.util.webapp
 
org.archive.wayback.webapp - package org.archive.wayback.webapp
 
ORIGINAL_URL - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
OriginalURLCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
OriginalURLCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.OriginalURLCDXField
 
OtherClass - Class in org.archive.wayback.resourcestore.indexer
 
OtherClass() - Constructor for class org.archive.wayback.resourcestore.indexer.OtherClass
 

P

padEndDateStr(String) - Static method in class org.archive.wayback.util.Timestamp
clean up timestamp argument assuming latest possible values for missing or bogus digits.
padStartDateStr(String) - Static method in class org.archive.wayback.util.Timestamp
clean up timestamp argument assuming earliest possible values for missing or bogus digits.
parse(InputStream) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
Read rules from InputStream argument into this RobotRules, as a side-effect, sets the bSyntaxErrors property.
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.ArchivalUrlFormRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.PathDatePrefixQueryRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.PathDateRangeQueryRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.PathPrefixDatePrefixQueryRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.PathPrefixDateRangeQueryRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.ReplayRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.memento.TimeBundleRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.memento.TimeGateRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.CompositeRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.FormRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.OpenSearchRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in interface org.archive.wayback.RequestParser
attempt to transform an incoming HttpServletRequest into a WaybackRequest object.
parse(String, AccessPoint) - Method in class org.archive.wayback.requestparser.PathRequestParser
attempt to transform an incoming HttpServletRequest into a WaybackRequest object.
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.PathRequestParser
 
parse(String) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
parseAfter(String) - Static method in class org.archive.wayback.util.Timestamp
 
parseBefore(String) - Static method in class org.archive.wayback.util.Timestamp
 
ParseCompleteHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
ParseContext - Class in org.archive.wayback.util.htmllex
Class which tracks the context and state involved with parsing an HTML document via SAX events.
ParseContext() - Constructor for class org.archive.wayback.util.htmllex.ParseContext
constructor
ParseEventDelegator - Class in org.archive.wayback.util.htmllex
This class provides an abstraction between high-level SAX events, and application specific low-level SAX event handlers.
ParseEventDelegator() - Constructor for class org.archive.wayback.util.htmllex.ParseEventDelegator
 
ParseEventDelegatorVisitor - Interface in org.archive.wayback.util.htmllex
Common interface to decouple application-specific handlers from the ParseEventDelegator object: Any object interested in registering for specific low-level events can implement this interface, and can be added to the ParseEventDelegator parserVisitors list, and it will be given an opportunity to register with the ParseEventDelegator for specific events it is interested in.
ParseEventHandler - Interface in org.archive.wayback.util.htmllex
General interface used with the ContextAwareLexer to handle high-level SAX stream events.
parseHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
parse the headers on the underlying ARC record, and extract all
parseHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
parseResult(String) - Method in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
Partition<T> - Class in org.archive.wayback.util.partition
A class which holds elements of some type for a particular Date range.
Partition(Date, Date) - Constructor for class org.archive.wayback.util.partition.Partition
Create a Partition for holding elements between the two argument Date objects.
Partitioner<T> - Class in org.archive.wayback.util.partition
Class which divides a set of date-related objects into sub-sets by time ranges.
Partitioner(ElementPartitionMap<T>) - Constructor for class org.archive.wayback.util.partition.Partitioner
 
PartitionPartitionMap - Class in org.archive.wayback.partition
 
PartitionPartitionMap() - Constructor for class org.archive.wayback.partition.PartitionPartitionMap
 
PartitionSize - Interface in org.archive.wayback.util.partition
A class which simplifies partitioning Dates based on human logical time intervals: Day, Week, TwoYear.
PartitionsToGraph - Class in org.archive.wayback.partition
 
PartitionsToGraph() - Constructor for class org.archive.wayback.partition.PartitionsToGraph
 
partsOfPartsToGraph(List<Partition<Partition<CaptureSearchResult>>>, StringFormatter, String, int, int) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
PATH_START - Static variable in class org.archive.wayback.util.url.UrlOperations
character which delimits the path from the authority in a...
PathDatePrefixQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an exact url and a date prefix.
PathDatePrefixQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathDatePrefixQueryRequestParser
 
PathDateRangeQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an exact url and a date range.
PathDateRangeQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathDateRangeQueryRequestParser
 
PathMatchSelector - Class in org.archive.wayback.replay.selector
Class which allows matching based on: a) one of several strings, any of which being found in the path cause match b) one of several strings, any of which being found in the query cause match c) one of several strings, *ALL* of which being found in the url cause match
PathMatchSelector() - Constructor for class org.archive.wayback.replay.selector.PathMatchSelector
 
PathPrefixDatePrefixQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an url prefix and a date prefix.
PathPrefixDatePrefixQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathPrefixDatePrefixQueryRequestParser
 
PathPrefixDateRangeQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an url prefix and a date range.
PathPrefixDateRangeQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathPrefixDateRangeQueryRequestParser
 
PathRequestParser - Class in org.archive.wayback.requestparser
Subclass of RequestParser that acquires key request information from the path component within the handling AccessPoint.
PathRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.PathRequestParser
 
patternRewrite(ReplayParseContext, StringBuilder, Pattern, String) - Method in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
PeekableIterator<E> - Class in org.archive.wayback.util
 
PeekableIterator(Iterator<E>) - Constructor for class org.archive.wayback.util.PeekableIterator
 
peekNext() - Method in class org.archive.wayback.util.PeekableIterator
 
PerformanceLogger - Class in org.archive.wayback.webapp
Brutally simple, barely functional class to allow simple recording of millisecond level timing within a particular request, enabling rough logging of the time spent in various parts of the handling of a WaybackRequest
PerformanceLogger(String) - Constructor for class org.archive.wayback.webapp.PerformanceLogger
Construct a Performance logger with the specified String "type"
PHASE_MODIFY - Static variable in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
PHASE_POST_OUTPUT - Static variable in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
PHASE_PRE_MODIFY - Static variable in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
populate(List<Partition<T>>, Iterator<T>) - Method in class org.archive.wayback.util.partition.Partitioner
Add elements from itr into the appropriate partitions.
PORT_SEPARATOR - Static variable in class org.archive.wayback.util.url.UrlOperations
character separating host from port within a URL authority
PortMapper - Class in org.archive.wayback.util.webapp
Class which allows semi-efficient translation of requests on a specific local port to a RequestHandler object.
PortMapper(int) - Constructor for class org.archive.wayback.util.webapp.PortMapper
 
prefixKey(String) - Static method in class org.archive.wayback.surt.SURTTokenizer
 
prettyDate() - Method in class org.archive.wayback.util.Timestamp
 
prettyDateTime() - Method in class org.archive.wayback.util.Timestamp
 
prettyTime() - Method in class org.archive.wayback.util.Timestamp
 
prevResult - Variable in class org.archive.wayback.partition.ToolBarData
Latest Result before current, or null
processHeaders(Resource, CaptureSearchResult, ResultURIConverter, HttpHeaderProcessor) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
ProxyArchivalRequestParser - Class in org.archive.wayback.proxy
 
ProxyArchivalRequestParser() - Constructor for class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
ProxyHTMLMarkupReplayRenderer - Class in org.archive.wayback.proxy
 
ProxyHTMLMarkupReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
ProxyReplayRequestParser - Class in org.archive.wayback.proxy
 
ProxyReplayRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.proxy.ProxyReplayRequestParser
 
ProxyRequestParser - Class in org.archive.wayback.proxy
 
ProxyRequestParser() - Constructor for class org.archive.wayback.proxy.ProxyRequestParser
 
publish(LogRecord) - Method in class org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler
 
put(String, String) - Method in class org.archive.wayback.core.SearchResult
 
put(String, String) - Method in class org.archive.wayback.core.WaybackRequest
 
put(String, String) - Method in class org.archive.wayback.util.bdb.BDBMap
persistantly store key-value pair
put(String, String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
persistantly store key-value pair
putBoolean(String, boolean) - Method in class org.archive.wayback.core.SearchResult
 
putData(String, String) - Method in class org.archive.wayback.util.htmllex.ParseContext
Stores arbitrary key value pairs in this ParseContext
putFilter(String, String) - Method in class org.archive.wayback.core.SearchResults
 

Q

queried() - Method in class org.archive.wayback.webapp.PerformanceLogger
record the time when the query associated with this request completed
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
query(WaybackRequest) - Method in interface org.archive.wayback.ResourceIndex
Transform a WaybackRequest into a ResourceResults.
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
QUERY_BASE - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
String path matching a query request, by form or OpenSearch
QueryCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
QueryCaptureFilterGroup(WaybackRequest, UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
QueryCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
QueryCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroupFactory
 
QueryRenderer - Interface in org.archive.wayback
 

R

RANGE_CHECK_INTERVAL - Static variable in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
config name for interval, in seconds, to check if the map file changed
RANGE_MAP_PATH - Static variable in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
config name for path where map file is found
RangeAssignmentFile - Class in org.archive.wayback.resourceindex.cdx.dynamic
 
RangeAssignmentFile(FlatFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.RangeAssignmentFile
 
RangeGroup - Class in org.archive.wayback.resourceindex.distributed
 
RangeGroup(String, String, String) - Constructor for class org.archive.wayback.resourceindex.distributed.RangeGroup
Constructor
RangeMember - Class in org.archive.wayback.resourceindex.distributed
 
RangeMember() - Constructor for class org.archive.wayback.resourceindex.distributed.RangeMember
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthTimelineResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.  
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.  
RawNodeRule - Class in org.archive.wayback.replay.html.rules
 
RawNodeRule() - Constructor for class org.archive.wayback.replay.html.rules.RawNodeRule
 
read() - Method in class org.archive.wayback.core.Resource
 
read(byte[], int, int) - Method in class org.archive.wayback.core.Resource
 
read(byte[]) - Method in class org.archive.wayback.core.Resource
 
readBlock() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
readFully(String) - Method in class org.archive.wayback.replay.TextDocument
 
readFully() - Method in class org.archive.wayback.replay.TextDocument
Read bytes from input stream, using best-guess for character encoding
readLine(InputStream, int) - Static method in class org.archive.wayback.util.http.HttpMessage
 
readPrevLine() - Method in class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
readSpringConfig(String, ServletContext) - Static method in class org.archive.wayback.util.webapp.SpringReader
Read the single Spring XML configuration file located at the specified path, performing PropertyPlaceHolder interpolation, extracting all beans which implement the RequestHandler interface, and construct a RequestMapper for those RequestHandlers, on the specified ServletContext.
recordIterator(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
recordIterator(String, boolean) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
RecordIterator - Class in org.archive.wayback.util.flatfile
Iterator that returns sequential lines from a file.
RecordIterator(BufferedReader) - Constructor for class org.archive.wayback.util.flatfile.RecordIterator
 
recordStatus(String, int) - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
recordStatus(String, int) - Method in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
RectangularGraphElement - Class in org.archive.wayback.util.graph
A GraphElement which allows interrogation of it's bounding java.awt.Rectangle
RectangularGraphElement(int, int, int, int) - Constructor for class org.archive.wayback.util.graph.RectangularGraphElement
Construct a new RectangularGraphElement with the supplied values
REDIRECT - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
RedirectResultURIConverter - Class in org.archive.wayback.proxy
 
RedirectResultURIConverter() - Constructor for class org.archive.wayback.proxy.RedirectResultURIConverter
 
RedirectRewritingHttpHeaderProcessor - Class in org.archive.wayback.replay
 
RedirectRewritingHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
 
RedirectSelector - Class in org.archive.wayback.replay.selector
 
RedirectSelector() - Constructor for class org.archive.wayback.replay.selector.RedirectSelector
 
RedirectURLCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
RedirectURLCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.RedirectURLCDXField
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Text, Text>.Context) - Method in class org.archive.wayback.hadoop.CDXReducer
 
regionBorderColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
color for Year/Month border lines
regionBorderStroke - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Stroke for Year/Month border lines
RegionData - Class in org.archive.wayback.util.graph
Containing object for data associated with one region (month/year/etc) in the graph, including the: label highlighted value index int array of values to graph within this region the global max int value across all values in the overall graph
RegionData(String, int, int[]) - Constructor for class org.archive.wayback.util.graph.RegionData
 
regionFontName - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font name for Year/Month labels
regionFontSize - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font size for Year/Month labels
regionFontStyle - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font style for Year/Month labels
RegionGraphElement - Class in org.archive.wayback.util.graph
 
RegionGraphElement(int, int, int, int, RegionData, GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.RegionGraphElement
 
regionHighlightColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Background color for active/selected Year/Month
regionLabelColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font Color for Year/Month labels
registerHandler(RequestHandler, RequestMapper) - Static method in class org.archive.wayback.util.webapp.BeanNameRegistrar
Extract the RequestHandler objects beanName, parse it, and register the RequestHandler with the RequestMapper according to the beanNames semantics.
registerPortListener(RequestMapper) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
registerPortListener(RequestMapper) - Method in interface org.archive.wayback.util.webapp.RequestHandler
Called at webapp context initialization, to allow the RequestHandler to register itself with the RequestMapper, which will delegate request handling to the appropriate RequestHandler.
reloadFile() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
RemarkTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
RemoteExclusionFilter - Class in org.archive.wayback.accesscontrol.remote
Deprecated. superseded by ExclusionOracle
RemoteExclusionFilter(String, String) - Constructor for class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilter
Deprecated. Constructor
RemoteExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.remote
Deprecated. superseded by ExclusionOracle
RemoteExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
RemoteLiveWebCache - Class in org.archive.wayback.liveweb
 
RemoteLiveWebCache() - Constructor for class org.archive.wayback.liveweb.RemoteLiveWebCache
 
RemoteResourceFileLocationDB - Class in org.archive.wayback.resourcestore.locationdb
 
RemoteResourceFileLocationDB(String) - Constructor for class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
RemoteResourceIndex - Class in org.archive.wayback.resourceindex
ResourceIndex implementation that relays a query to a remote index implementation over HTTP.
RemoteResourceIndex() - Constructor for class org.archive.wayback.resourceindex.RemoteResourceIndex
 
RemoteSubmitFilter - Class in org.archive.wayback.resourceindex.updater
Filter that accepts PUT HTTP requests to insert CDX files into the incoming directory for a local BDBIndex.
RemoteSubmitFilter() - Constructor for class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
remove(String) - Method in class org.archive.wayback.core.WaybackRequest
 
remove() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
remove() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
remove() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
remove() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
remove() - Method in class org.archive.wayback.util.AdaptedIterator
 
remove() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
remove() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
remove() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
remove() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
remove() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
remove() - Method in class org.archive.wayback.util.PeekableIterator
 
remove() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
REMOVE_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
removeNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
remove a single url location for an name, if it exists
removeNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
removeNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
remove a single url location for a name, if it exists
removeNameUrl(String, String) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
render(OutputStream, Graph) - Method in class org.archive.wayback.util.graph.GraphRenderer
Send a PNG format byte stream for the argument Graph to the provided OutputStream
renderCaptureResults(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, ResultURIConverter) - Method in class org.archive.wayback.query.Renderer
 
renderCaptureResults(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, ResultURIConverter) - Method in interface org.archive.wayback.QueryRenderer
Display matching SearchResults for the WaybackRequest to the user.
rendered() - Method in class org.archive.wayback.webapp.PerformanceLogger
record the time when the replayed resource, or the query results were returned to the client, implies the bulk of the request processing is complete.
RENDERED_IMAGE_MIME - Static variable in class org.archive.wayback.util.graph.GraphRenderer
appropriate Content-Type HTTP header value for graph image content produced by render(OutputStream,Graph)
Renderer - Class in org.archive.wayback.query
Brain-dead simple QueryRenderer implementation, which shunts all the work off to a .jsp file as defined by administrators.
Renderer() - Constructor for class org.archive.wayback.query.Renderer
 
renderException(HttpServletRequest, HttpServletResponse, WaybackRequest, WaybackException, ResultURIConverter) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
renderException(HttpServletRequest, HttpServletResponse, WaybackRequest, WaybackException, ResultURIConverter) - Method in interface org.archive.wayback.ExceptionRenderer
Render the contents of a WaybackException in either html, javascript, or css format, depending on the guessed context, so errors in embedded documents do not cause unneeded errors in the embedding document.
renderHTML(Graph, String, String, String[], String[]) - Static method in class org.archive.wayback.util.graph.GraphRenderer
Create both an HTML AREA map and an HTML IMG for a graph, using provided href targets, and titles within the AREA map.
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.memento.MementoReplayRendererDecorator
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.DateRedirectReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.ReplayRendererDecorator
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.swf.SWFReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TransparentReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in interface org.archive.wayback.ReplayRenderer
return a resource to the user.
renderUrlResults(HttpServletRequest, HttpServletResponse, WaybackRequest, UrlSearchResults, ResultURIConverter) - Method in class org.archive.wayback.query.Renderer
 
renderUrlResults(HttpServletRequest, HttpServletResponse, WaybackRequest, UrlSearchResults, ResultURIConverter) - Method in interface org.archive.wayback.QueryRenderer
Show the SearchResults of the request which may have resulted in multiple matching URLs.
REPLAY_BASE - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
String path matching a replay request, by form or OpenSearch
ReplayDispatcher - Interface in org.archive.wayback
Locate and return a ReplayRenderer appropriate for the users request (accept header, for example) and the resulting Resource.
ReplayParseContext - Class in org.archive.wayback.replay.html
 
ReplayParseContext(ContextResultURIConverterFactory, URL, String) - Constructor for class org.archive.wayback.replay.html.ReplayParseContext
 
ReplayParseEventDelegator - Class in org.archive.wayback.replay.html
 
ReplayParseEventDelegator() - Constructor for class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
ReplayParseEventDelegatorVisitor - Interface in org.archive.wayback.replay.html
 
ReplayRenderer - Interface in org.archive.wayback
 
ReplayRendererDecorator - Class in org.archive.wayback.replay
 
ReplayRendererDecorator() - Constructor for class org.archive.wayback.replay.ReplayRendererDecorator
 
ReplayRendererDecorator(ReplayRenderer) - Constructor for class org.archive.wayback.replay.ReplayRendererDecorator
 
ReplayRendererSelector - Interface in org.archive.wayback.replay
 
ReplayRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from a Replay Archival Url path.
ReplayRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.ReplayRequestParser
 
REQUEST_ANCHOR_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
Replay-Only: indicates the date to tend towards when computing closest matches within time.
REQUEST_ANCHOR_WINDOW - Static variable in class org.archive.wayback.core.WaybackRequest
Replay-Only: String representation of number of seconds.
REQUEST_AUTH_TYPE - Static variable in class org.archive.wayback.core.WaybackRequest
Authorization Type: "BASIC", "SSL", or null if none.
REQUEST_AUTHORIZATION - Static variable in class org.archive.wayback.core.WaybackRequest
Exact value from HTTP request for header "Authorization"
REQUEST_CAPTURE_QUERY - Static variable in class org.archive.wayback.core.WaybackRequest
REQUEST_TYPE option indicating a query against the ResourceIndex for captures of URLs matching the REQUEST_URL
REQUEST_CHARSET_MODE - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Charset detection mode
REQUEST_CSS_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: CSS context requested
REQUEST_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT for Replay requests only.
REQUEST_END_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT: omit results after this 14-digit String timestamp.
REQUEST_EXACT_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT for Replay requests only, no meaning for Query requests.
REQUEST_EXACT_HOST_ONLY - Static variable in class org.archive.wayback.core.WaybackRequest
Indicates user only wants results that exactly match the hostname within REQUEST_URL -- no canonicalization.
REQUEST_EXACT_SCHEME_ONLY - Static variable in class org.archive.wayback.core.WaybackRequest
Indicates user only wants results that were captured using the same scheme as that specified in REQUEST_URL.
REQUEST_IDENTITY_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Identity context requested (totally transparent)
REQUEST_IMAGE_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: IMG context requested
REQUEST_IS_LIVE_WEB - Static variable in class org.archive.wayback.core.WaybackRequest
Indicates user requested content from proxied from the live web.
REQUEST_JS_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: JS context requested
REQUEST_LOCALE_LANG - Static variable in class org.archive.wayback.core.WaybackRequest
User Locale name: Best Guess at users requested locale.
REQUEST_META_MODE - Static variable in class org.archive.wayback.core.WaybackRequest
Request: replay actual document or metadata for document: "yes" means replay metadata only, not the actual document: (TimeLine mode)
REQUEST_REFERER_URL - Static variable in class org.archive.wayback.core.WaybackRequest
incoming requests HTTP "Referer:" header, or null
REQUEST_REMOTE_ADDRESS - Static variable in class org.archive.wayback.core.WaybackRequest
Remote Address that connected to this webapp to create the request string IP address: "127.0.0.1"
REQUEST_REMOTE_USER - Static variable in class org.archive.wayback.core.WaybackRequest
Remote User or null if the request did not contain auth info.
REQUEST_REPLAY_QUERY - Static variable in class org.archive.wayback.core.WaybackRequest
REQUEST_TYPE option indicating a request for Replay of the Resource matching REQUEST_URL closest in time to REQUEST_DATE
REQUEST_RESOLUTION - Static variable in class org.archive.wayback.core.WaybackRequest
resolution of results to be displayed: (TimeLine mode)
REQUEST_RESOLUTION_AUTO - Static variable in class org.archive.wayback.core.WaybackRequest
auto resolution (TimeLine mode)
REQUEST_RESOLUTION_DAYS - Static variable in class org.archive.wayback.core.WaybackRequest
day resolution (TimeLine mode)
REQUEST_RESOLUTION_HOURS - Static variable in class org.archive.wayback.core.WaybackRequest
hour resolution (TimeLine mode)
REQUEST_RESOLUTION_MONTHS - Static variable in class org.archive.wayback.core.WaybackRequest
month resolution (TimeLine mode)
REQUEST_RESOLUTION_TWO_MONTHS - Static variable in class org.archive.wayback.core.WaybackRequest
two-month resolution (TimeLine mode)
REQUEST_RESOLUTION_YEARS - Static variable in class org.archive.wayback.core.WaybackRequest
year resolution (TimeLine mode)
REQUEST_START_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT: omit results before this 14-digit String timestamp.
REQUEST_TYPE - Static variable in class org.archive.wayback.core.WaybackRequest
specifies the TYPE of the this particular request.
REQUEST_URL - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT: Original(RAW) URL or URL prefix requested, before any cleanup/fixing
REQUEST_URL_QUERY - Static variable in class org.archive.wayback.core.WaybackRequest
REQUEST_TYPE option indicating a query against the ResourceIndex for summaries of URLs prefixed with the REQUEST_URL
REQUEST_WAYBACK_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
the string (webapp) context that received this request
REQUEST_WAYBACK_HOSTNAME - Static variable in class org.archive.wayback.core.WaybackRequest
incoming requests HTTP "Host:" header, or null
REQUEST_WAYBACK_PORT - Static variable in class org.archive.wayback.core.WaybackRequest
the port the remote user connected to for this request
REQUEST_XML_DATA - Static variable in class org.archive.wayback.core.WaybackRequest
Request: xml data requested
REQUEST_YES - Static variable in class org.archive.wayback.core.WaybackRequest
indicates positive value for any request boolean flag.
RequestFilter - Class in org.archive.wayback.util.webapp
Top-Level integration point between a series of RequestHandler mappings and a generic ServletContext.
RequestFilter() - Constructor for class org.archive.wayback.util.webapp.RequestFilter
 
RequestHandler - Interface in org.archive.wayback.util.webapp
A generic handler of HttpServletRequests.
RequestHandlerContext - Class in org.archive.wayback.util.webapp
A simple composition of the RequestHandler which an HttpServletRequest was mapped to, and the path prefix which indicated the RequestHandler.
RequestHandlerContext(RequestHandler, String) - Constructor for class org.archive.wayback.util.webapp.RequestHandlerContext
Constructor
requestIsCSS(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
requestIsEmbedded(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
requestIsImage(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
requestIsJavascript(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
RequestMapper - Class in org.archive.wayback.util.webapp
This class maintains a mapping of RequestHandlers and ShutDownListeners, to allow (somewhat) efficient mapping and delegation of incoming requests to the appropriate RequestHandler.
RequestMapper(Collection<RequestHandler>, ServletContext) - Constructor for class org.archive.wayback.util.webapp.RequestMapper
Construct a RequestMapper, for the given RequestHandler objects, on the specified ServletContext.
RequestParser - Interface in org.archive.wayback
 
reset() - Method in class org.archive.wayback.core.Resource
 
reset() - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
resolve(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
resolveAllPageUrls() - Method in class org.archive.wayback.replay.TextDocument
Update all URLs inside the page, so they resolve correctly to absolute URLs within the Wayback service.
resolveASXRefUrls() - Method in class org.archive.wayback.replay.TextDocument
 
resolveCSSUrls() - Method in class org.archive.wayback.replay.TextDocument
 
resolvePageUrls() - Method in class org.archive.wayback.replay.TextDocument
Update URLs inside the page, so those URLs which must be correct at page load time resolve correctly to absolute URLs.
resolveUrl(String, String) - Static method in class org.archive.wayback.util.url.UrlOperations
Resolve a possibly relative url argument against a base URL.
Resource - Class in org.archive.wayback.core
Abstraction on top of a document stored in a WaybackCollection.
Resource() - Constructor for class org.archive.wayback.core.Resource
 
ResourceFactory - Class in org.archive.wayback.resourcestore.resourcefile
Static factory class for constructing ARC/WARC Resources from File/URL + offset.
ResourceFactory() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
ResourceFileList - Class in org.archive.wayback.resourcestore.resourcefile
 
ResourceFileList() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
ResourceFileLocation - Class in org.archive.wayback.resourcestore.resourcefile
Class encapsulating the name and String location(url/path) of a ResourceFile.
ResourceFileLocation(String, String) - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
ResourceFileLocationDB - Interface in org.archive.wayback.resourcestore.locationdb
Interface to a database that maps file key Strings to zero or more value Strings.
ResourceFileLocationDBLog - Class in org.archive.wayback.resourcestore.locationdb
Simple log file tracking new names being added to a ResourceFileLocationDB.
ResourceFileLocationDBLog(String) - Constructor for class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
ResourceFileLocationDBServlet - Class in org.archive.wayback.resourcestore.locationdb
ServletRequestContext enabling remote HTTP GET/POST access to a local ResourceFileLocationDB.
ResourceFileLocationDBServlet() - Constructor for class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
ResourceFileLocationDBUpdater - Class in org.archive.wayback.resourcestore.locationdb
Class which performs updates on a ResourceFileLocationDB, based on files appearing in a incoming directory.
ResourceFileLocationDBUpdater() - Constructor for class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
ResourceFileSource - Interface in org.archive.wayback.resourcestore.resourcefile
Interface representing the abstract remote or local folder holding ARC/WARC files.
ResourceFileSourceUpdater - Class in org.archive.wayback.resourcestore.resourcefile
Class which repeatedly builds a ResourceFileList for a set of ResourceFileSource objects, serializing them into files, and dropping them into the incoming directory of a ResourceFileLocationDBUpdater.
ResourceFileSourceUpdater() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
ResourceIndex - Interface in org.archive.wayback
Transforms a WaybackRequest into a ResourceResults.
ResourceIndexNotAvailableException - Exception in org.archive.wayback.exception
Exception class for queries which fail because the ResourceIndex is presently inaccessible
ResourceIndexNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.ResourceIndexNotAvailableException
Constructor
ResourceIndexNotAvailableException(String, String) - Constructor for exception org.archive.wayback.exception.ResourceIndexNotAvailableException
Constructor with message and details
ResourceNotAvailableException - Exception in org.archive.wayback.exception
Exception class for queries which matching resource is not presently accessible
ResourceNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
Constructor
ResourceNotAvailableException(String, String) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
Constructor with message and details
ResourceNotInArchiveException - Exception in org.archive.wayback.exception
Exception class for queries which result in no index matches
ResourceNotInArchiveException(String) - Constructor for exception org.archive.wayback.exception.ResourceNotInArchiveException
Constructor
ResourceNotInArchiveException(String, String) - Constructor for exception org.archive.wayback.exception.ResourceNotInArchiveException
Constructor with message and details
ResourceStore - Interface in org.archive.wayback
Transforms a CaptureSearchResult into a Resource.
RESULT_TRUE_VALUE - Static variable in class org.archive.wayback.core.SearchResult
 
results - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
results - Variable in class org.archive.wayback.partition.ToolBarData
the CaptureSearchResults object from the ResourceIndex.
RESULTS_FIRST_RETURNED - Static variable in class org.archive.wayback.core.SearchResults
Results: int first record of all matching returned, 1-based
RESULTS_NUM_RESULTS - Static variable in class org.archive.wayback.core.SearchResults
Results: int total number of records matching, not all necc.
RESULTS_NUM_RETURNED - Static variable in class org.archive.wayback.core.SearchResults
Results: int total number of records *returned* in results
RESULTS_REQUESTED - Static variable in class org.archive.wayback.core.SearchResults
Results: int number of results requested
RESULTS_TYPE - Static variable in class org.archive.wayback.core.SearchResults
Results: type of results: "Capture" or "Url"
RESULTS_TYPE_CAPTURE - Static variable in class org.archive.wayback.core.SearchResults
Results: indicates SearchResult objects within the SearchResults are of type CaptureSearchResults.
RESULTS_TYPE_URL - Static variable in class org.archive.wayback.core.SearchResults
Results: indicates SearchResult objects within the SearchResults are of type UrlSearchResults.
resultsCount() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.  
ResultsPartition - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
ResultsPartition(String, String, String) - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated. Construct a ResultsPartition with the provided range and title
ResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
ResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.  
ResultsPartitionsFactory - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
ResultsPartitionsFactory() - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsPartitionsFactory
Deprecated.  
ResultsTimelinePartitionsFactory - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
ResultsTimelinePartitionsFactory() - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.  
resultToReplayUrl(CaptureSearchResult) - Method in class org.archive.wayback.core.UIResults
Create a replay URL for the given CaptureSearchResult
ResultURIConverter - Interface in org.archive.wayback
Interface for implementations that convert a string datespec and URL into an absolute URL that will replay the specified URL at the specified date.
retrieved() - Method in class org.archive.wayback.webapp.PerformanceLogger
record the time when the retrieval of a Resource required for this request completed, implies a Replay request...
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
retrieveResource(CaptureSearchResult) - Method in interface org.archive.wayback.ResourceStore
Transform a CaptureSearchResult into a Resource
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
returnWriter(ARCWriter) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
ReverseBufferedReader - Class in org.archive.wayback.util.flatfile
Just like a BufferedReader, except the buffer scrolls backvards, allowing this one to support 'readPrevLine()' instead of readLine().
ReverseBufferedReader(RandomAccessFile) - Constructor for class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
reverseCaps(List<CaptureSearchResult>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
reversePartsOfCaps(List<Partition<CaptureSearchResult>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
reversePartsOfParts(List<Partition<Partition<CaptureSearchResult>>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
ReverseRecordIterator - Class in org.archive.wayback.util.flatfile
Iterator that returns lines from a file reverse sequentially.
ReverseRecordIterator(ReverseBufferedReader) - Constructor for class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
ROBOT_FLAGS - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
RobotAccessControlException - Exception in org.archive.wayback.exception
 
RobotAccessControlException(String) - Constructor for exception org.archive.wayback.exception.RobotAccessControlException
 
RobotExclusionFilter - Class in org.archive.wayback.accesscontrol.robotstxt
CaptureSearchResult Filter that uses a LiveWebCache to retrieve robots.txt documents from the live web, and filters SearchResults based on the rules therein.
RobotExclusionFilter(LiveWebCache, String, long) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
Construct a new RobotExclusionFilter that uses webCache to pull robots.txt documents.
RobotExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.robotstxt
 
RobotExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
RobotFlagsCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
RobotFlagsCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.RobotFlagsCDXField
 
RobotMetaFlags - Class in org.archive.wayback.resourcestore.indexer
 
RobotMetaFlags() - Constructor for class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
RobotMetaRule - Class in org.archive.wayback.resourcestore.indexer
 
RobotMetaRule() - Constructor for class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
RobotRules - Class in org.archive.wayback.accesscontrol.robotstxt
Class which parses a robots.txt file, storing the rules contained therein, and then allows for testing if path/userAgent tuples are blocked by those rules.
RobotRules() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
RobustMovieDecoder - Class in org.archive.wayback.replay.swf
 
RobustMovieDecoder() - Constructor for class org.archive.wayback.replay.swf.RobustMovieDecoder
 
RotatingCharsetDetector - Class in org.archive.wayback.replay.charset
 
RotatingCharsetDetector() - Constructor for class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
RTSP_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
RTSP
run(String[]) - Method in class org.archive.wayback.hadoop.CDXSort
The main driver for sort program.
run(String[]) - Method in class org.archive.wayback.hadoop.CDXSortDriver
The main driver for sort program.
RuntimeIOException - Exception in org.archive.wayback.exception
 
RuntimeIOException() - Constructor for exception org.archive.wayback.exception.RuntimeIOException
 

S

SafeIndexer - Class in org.archive.wayback.resourcestore.indexer
 
SafeIndexer() - Constructor for class org.archive.wayback.resourcestore.indexer.SafeIndexer
 
sb - Variable in class org.archive.wayback.replay.TextDocument
the internal StringBuilder
SchemeMatchFilter - Class in org.archive.wayback.resourceindex.filters
ObjectFilter which omits CaptureSearchResult objects if their scheme does not match the specified scheme.
SchemeMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.SchemeMatchFilter
 
SchemeMatchFilter(String, QueryCaptureFilterGroup) - Constructor for class org.archive.wayback.resourceindex.filters.SchemeMatchFilter
 
schemeToDefaultPort(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Return the default port for the scheme String argument, if known.
SCRIPT_TAG_NAME - Static variable in class org.archive.wayback.util.htmllex.NodeUtils
 
SEARCH_QUERY - Static variable in class org.archive.wayback.requestparser.OpenSearchRequestParser
CGI argument name for query arguments
SEARCH_RESULTS - Static variable in class org.archive.wayback.requestparser.OpenSearchRequestParser
CGI argument name for number of results per page, 1 based
searchEndDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
SearchResult - Class in org.archive.wayback.core
 
SearchResult() - Constructor for class org.archive.wayback.core.SearchResult
 
SearchResultComparator - Class in org.archive.wayback.resourceindex
 
SearchResultComparator(boolean) - Constructor for class org.archive.wayback.resourceindex.SearchResultComparator
Constructor backwards value of true creates a reverse comparator
SearchResultComparator() - Constructor for class org.archive.wayback.resourceindex.SearchResultComparator
Constructor: compare in normal forwards sort order
SearchResults - Class in org.archive.wayback.core
 
SearchResults() - Constructor for class org.archive.wayback.core.SearchResults
Constructor
SearchResultSource - Interface in org.archive.wayback.resourceindex
 
SearchResultToBDBRecordAdapter - Class in org.archive.wayback.resourceindex.bdb
 
SearchResultToBDBRecordAdapter(UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.bdb.SearchResultToBDBRecordAdapter
 
SearchResultToCDXFormatAdapter - Class in org.archive.wayback.resourceindex.cdx
 
SearchResultToCDXFormatAdapter(CDXFormat) - Constructor for class org.archive.wayback.resourceindex.cdx.SearchResultToCDXFormatAdapter
 
SearchResultToCDXLineAdapter - Class in org.archive.wayback.resourceindex.cdx
 
SearchResultToCDXLineAdapter() - Constructor for class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
searchResultToRobotUrlStrings(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
searchStartDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
searchUrlForHTML - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
searchUrlForJS - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
SEC_IN_HOUR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
seconds in a non-leap-second hour
SelectHTML - Class in org.archive.wayback.util.html
 
SelectHTML(String) - Constructor for class org.archive.wayback.util.html.SelectHTML
 
SelectorReplayDispatcher - Class in org.archive.wayback.replay
ReplayDispatcher instance which uses a configurable ClosestResultSelector to find the best result to show from a given set, and a list of ReplayRendererSelector to determine how best to replay that result to a user.
SelectorReplayDispatcher() - Constructor for class org.archive.wayback.replay.SelectorReplayDispatcher
 
SelfRedirectFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which INCLUDEs all records, unless they redirect to themselves, via whatever URL purification schemes are in use.
SelfRedirectFilter() - Constructor for class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
SelfRedirectFilter(UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
sendHeaders(Map<String, String>, HttpServletResponse) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
SequencedSearchResultSource - Interface in org.archive.wayback.resourceindex
 
serialize(CaptureSearchResult) - Method in interface org.archive.wayback.resourceindex.cdx.format.CDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.DigestCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.EndOffsetCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.FilenameCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.HTTPCodeCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.MIMETypeCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.OriginalURLCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RedirectURLCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RobotFlagsCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.StartOffsetCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.TimestampCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.URLKeyCDXField
 
serializeLine() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
serializeResult(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
ServerRelativeArchivalRedirect - Class in org.archive.wayback.webapp
 
ServerRelativeArchivalRedirect() - Constructor for class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
ServerSideHTMLReplayRenderer - Class in org.archive.wayback.archivalurl
ArchivalUrl ReplayRenderer which uses a series of RegEx's to rewrite embedded URLs to point back into a specific ArchivalUrl AccessPoint.
ServerSideHTMLReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ServerSideHTMLReplayRenderer
 
set(int, boolean) - Method in class org.archive.wayback.util.BitArray
set the i'th bit to 1 or 0
setAccessGroup(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
setAccessPoint(AccessPoint) - Method in class org.archive.wayback.core.WaybackRequest
 
setActive(String) - Method in class org.archive.wayback.util.html.SelectHTML
 
setAddDefaults(boolean) - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
setAddDefaults(boolean) - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
setAddDefaults(boolean) - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
setAllowedRanges(List<String>) - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
setAllowedUsers(List<String>) - Method in class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
setAnchorDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setAnchorTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setAnchorWindow(long) - Method in class org.archive.wayback.core.WaybackRequest
 
setAnnotater(ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setAnnotater(HTTPRecordAnnotater) - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
setAnnotater(HTTPRecordAnnotater) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
setArcCacheDir(ARCCacheDirectory) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setArcDir(String) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setArcPrefix(String) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setAuthentication(BooleanOperator<WaybackRequest>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setBackingFileBase(String) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setBaseUrl(URL) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setBdbName(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
setBdbName(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
setBdbPath(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
setBdbPath(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
setBeanName(String) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
setBounceToQueryPrefix(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setBounceToReplayPrefix(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setBufferSize(int) - Method in class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
setCache(LiveWebCache) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setCacher(URLtoARCCacher) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
setCaptureDate(Date) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setCaptureJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setCaptureQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
marks this request as a Capture Query request
setCaptureSearchResults(CaptureSearchResults) - Method in exception org.archive.wayback.exception.ResourceNotAvailableException
 
setCaptureTimestamp(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setCDXFiles(Object[]) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
setCDXSources(List<String>) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
Sets the list of files searched for queries against this SearchResultSource to the list of paths cdxs
setCharSet(String) - Method in class org.archive.wayback.replay.TextDocument
 
setCharsetDetector(CharsetDetector) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setCharsetDetector(CharsetDetector) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
setCharsetMode(int) - Method in class org.archive.wayback.core.WaybackRequest
 
setCheckInterval(int) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
setCheckInterval(long) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
setChunkedEncoding() - Method in class org.archive.wayback.core.Resource
indicate that there is a Transfer-Encoding: chunked header, so the input data should be dechunked as it is read.
setChunkIndexPath(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
setChunkMapPath(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
setClient(AccessControlClient) - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
setClient(AccessControlClient) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
setCloseMatches(List<String>) - Method in class org.archive.wayback.core.SearchResults
 
setCloseMatches(List<String>) - Method in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
setClosest(boolean) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setClosest(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResults
 
setClosestSelector(ClosestResultSelector) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
setCollection(WaybackCollection) - Method in class org.archive.wayback.webapp.AccessPoint
 
setCommentJsp(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
setConf(Configuration) - Method in class org.archive.wayback.hadoop.AlphaPartitioner
 
setConf(Configuration) - Method in class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
setConf(Configuration) - Method in class org.archive.wayback.hadoop.CDXSortDriver
 
setConfigs(Properties) - Method in class org.archive.wayback.webapp.AccessPoint
 
setConnectionTimeoutMS(int) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setConnectTimeout(int) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setConnectTimeoutMs(int) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
setContainsClosest(boolean) - Method in class org.archive.wayback.util.partition.Partition
 
setContentJsp(String) - Method in class org.archive.wayback.core.UIResults
Deprecated. use forward()
setContextPrefix(String) - Method in class org.archive.wayback.core.WaybackRequest
Deprecated. use getAccessPoint.getStaticPrefix() or getAccessPoint.getReplayPrefix()
setConverters(Map<String, ResultURIConverter>) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setCSSContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setCssErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setDate(Date) - Method in class org.archive.wayback.util.Timestamp
set internal structure using Date argument
setDatespec(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setDateStr(String) - Method in class org.archive.wayback.util.Timestamp
initialize interal data structures for this Timestamp from the 14-digit argument.
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
setDbName(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
setDecodeRule(int) - Method in class org.archive.wayback.replay.swf.RobustMovieDecoder
 
setDecorated(ReplayRenderer) - Method in class org.archive.wayback.replay.ReplayRendererDecorator
 
setDedupeRecords(boolean) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setDelegate(SWFFactory<MovieTag>) - Method in class org.archive.wayback.replay.swf.RobustMovieDecoder
 
setDelegator(ParseEventHandler) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setDelimiter(String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
setDigest(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setDigest(boolean) - Method in class org.archive.wayback.util.FileDownloader
 
setEarliestTimestamp(String) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
setEndDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setEndOffset(long) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setEndTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setExactHost(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setExactHostMatch(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExactScheme(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setExactSchemeMatch(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setException(ExceptionRenderer) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExcludes(List<String>) - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
setExclusionFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExclusionFilter(ExclusionFilter) - Method in class org.archive.wayback.core.WaybackRequest
 
setExclusionUrlPrefix(String) - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
setExclusionUserAgent(String) - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
setExpiresMS(long) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setExpression(String) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
setFactories(ArrayList<ExclusionFilterFactory>) - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
setFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
setFailed(String) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setFakeExpiresMS(long) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setFile(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
setFile(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setFilePatterns(List<String>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setFilePrefixes(List<String>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setFilter(ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setFilter(FilenameFilter) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setFilterGroup(ExclusionCaptureFilterGroup) - Method in class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
setFilterGroup(ExclusionCaptureFilterGroup) - Method in class org.archive.wayback.resourceindex.filters.ExclusionFilter
 
setFilters(ArrayList<ObjectFilter<E>>) - Method in class org.archive.wayback.util.ObjectFilterChain
 
setFirstCapture(Date) - Method in class org.archive.wayback.core.UrlSearchResult
 
setFirstCapture(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setFirstReturned(long) - Method in class org.archive.wayback.core.SearchResults
 
setFlags(String) - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
setFormat(CDXFormat) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
setGuessedCharsetHeader(String) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
setHeaders(ANVLRecord) - Method in class org.archive.wayback.util.http.HttpRequest
 
setHighlightedValue(int) - Method in class org.archive.wayback.util.graph.RegionData
sets the highlighted value index, or removes highlight if -1 is used
setHostPort(String) - Method in class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
setHostPort(String) - Method in class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
setHostPort(String) - Method in class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
setHosts(List<String>) - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.  
setHttpCode(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setIdentityContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setImageErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setIMGContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setIncludeIfContains(boolean) - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
setIncludes(List<String>) - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
setIncoming(String) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setIncomingDir(String) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setInCSS(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setIndex(LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setInJS(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setInner(AccessPoint) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setInputStream(InputStream) - Method in class org.archive.wayback.core.Resource
 
setInScriptText(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setInsertAtStart(boolean) - Method in class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
setInterstitialJsp(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
setIsOutputRobot(boolean) - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
setJavascriptErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setJSContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setJsp(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
setJspExec(JSPExecutor) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setJspHandler(String) - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.  
setJspInsertPath(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
setJspInserts(List<String>) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
setJspPath(String) - Method in class org.archive.wayback.replay.html.rules.JSPExecRule
 
setLastCapture(Date) - Method in class org.archive.wayback.core.UrlSearchResult
 
setLastCapture(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setLastMark(String) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setLatestTimestamp(String) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
setLiveWebPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setLiveWebRequest(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setLocale(Locale) - Method in class org.archive.wayback.core.WaybackRequest
Set the Locale for the request, which impacts UI Strings
setLocale(Locale) - Method in class org.archive.wayback.webapp.AccessPoint
 
setLocalhostNames(List<String>) - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
setLocalhostNames(List<String>) - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
setLocalhostNames(List<String>) - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
setLocationDB(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
setLocationDB(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
setLogPath(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
setMapMode(Configuration, int) - Static method in class org.archive.wayback.hadoop.CDXCanonicalizingMapper
 
setMapPath(String) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
setMatchHost(String) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
setMatchingCount(long) - Method in class org.archive.wayback.core.SearchResults
 
setMatchPort(int) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
setMaxARCSize(long) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setMaxBlocks(int) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
setMaxCacheMS(long) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
setMaxHostConnections(int) - Method in class org.archive.wayback.liveweb.RemoteLiveWebCache
 
setMaxPoolWait(int) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setMaxRecords(int) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
setMaxRecords(int) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setMaxRecords(int) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
setMaxSize(long) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
setMaxTotalConnections(int) - Method in class org.archive.wayback.liveweb.RemoteLiveWebCache
 
setMaxValue(int) - Method in class org.archive.wayback.util.graph.RegionData
 
setMembers(String[]) - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
Update the list of members of this group.
setMerged(String) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setMetaMode(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setMethod(String) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
setMimeContains(List<String>) - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
setMimeMatches(List<String>) - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
setMimeType(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setModifyAttributeName(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setModifyDelegator(ParseEventDelegator) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setName(String) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setName(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
setName(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
setNumCaptures(long) - Method in class org.archive.wayback.core.UrlSearchResult
 
setNumCaptures(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setNumRequested(long) - Method in class org.archive.wayback.core.SearchResults
 
setNumVersions(long) - Method in class org.archive.wayback.core.UrlSearchResult
 
setNumVersions(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setOffset(long) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOperand(BooleanOperator<E>) - Method in class org.archive.wayback.util.operator.UnaryBooleanOperator
 
setOperand1(BooleanOperator<E>) - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
setOperand2(BooleanOperator<E>) - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
setOperator(BooleanOperator<WaybackRequest>) - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
setOracleUrl(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
setOracleUrl(String) - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
setOracleUrl(String) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
setOriginalHost(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOriginalUrl(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOriginalUrl(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setOutputCharset(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setOutputStream(OutputStream) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setPageNum(int) - Method in class org.archive.wayback.core.WaybackRequest
 
setParser(RequestParser) - Method in class org.archive.wayback.webapp.AccessPoint
 
setParserVisitors(List<ReplayParseEventDelegatorVisitor>) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setParserVisitors(List<ParseEventDelegatorVisitor>) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
setPartitionPath(Configuration, String) - Static method in class org.archive.wayback.hadoop.AlphaPartitioner
 
setPassedAdministrative() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setPassedRobots() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setPath(String) - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
setPath(String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
setPath(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
setPath(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
setPath(byte[]) - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
setPathContains(List<String>) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
setPatterns(List<String>) - Method in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
setPhase(int) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setPoolWriters(int) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setPostModifyDelegator(ParseEventDelegator) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setPrefix(String) - Method in class org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
 
setPrefix(String) - Method in class org.archive.wayback.replay.XArchiveHttpHeaderProcessor
 
setPrefix(String) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setPrefix(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
setPrefix(String) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setPrefixes(String[]) - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
setPreModifyDelegator(ParseEventDelegator) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setProcessAll(boolean) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
setProcessAll(boolean) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
setProps(String) - Method in class org.archive.wayback.util.html.SelectHTML
 
setProxyHostPort(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
setProxyHostPort(String) - Method in class org.archive.wayback.liveweb.ARCUnwrappingProxy
 
setProxyHostPort(String) - Method in class org.archive.wayback.liveweb.RemoteLiveWebCache
 
setQuery(QueryRenderer) - Method in class org.archive.wayback.webapp.AccessPoint
 
setQueryContains(List<String>) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
setQueryPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setQueue(IndexQueue) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setQueue(IndexQueue) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setRange(String) - Method in class org.archive.wayback.util.IPRange
 
setRangeString(String) - Method in class org.archive.wayback.util.IPRange
 
setReadTimeout(int) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setRecorderCacheDir(String) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setRecurse(boolean) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setRedirectURI(String) - Method in class org.archive.wayback.proxy.RedirectResultURIConverter
 
setRedirectUrl(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRefererAuth(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setRenderer(ReplayRenderer) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
setRenderingHints(Graphics2D) - Method in class org.archive.wayback.util.graph.GraphConfiguration
Set whatever redneringHints are needed to properly draw the graph, ie.
setReplay(ReplayDispatcher) - Method in class org.archive.wayback.webapp.AccessPoint
 
setReplayDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setReplayPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setReplayRequest() - Method in class org.archive.wayback.core.WaybackRequest
marks this request as a Replay request
setReplayTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setReplayURIPrefix(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
setRequestUrl(String) - Method in class org.archive.wayback.core.WaybackRequest
Set the request URL.
setResourceIndex(ResourceIndex) - Method in class org.archive.wayback.webapp.WaybackCollection
 
setResourceStore(ResourceStore) - Method in class org.archive.wayback.webapp.WaybackCollection
 
setResultBytes(byte[]) - Method in class org.archive.wayback.replay.TextDocument
 
setResultFilters(ObjectFilterChain<CaptureSearchResult>) - Method in class org.archive.wayback.core.WaybackRequest
 
setResultsPerPage(int) - Method in class org.archive.wayback.core.WaybackRequest
 
setRetries(int) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setReturnedCount(long) - Method in class org.archive.wayback.core.SearchResults
 
setRobotFactory(RobotExclusionFilterFactory) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setRobotFlag(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotFlags(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotFlags(RobotMetaFlags) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
setRobotNoArchive() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotNoFollow() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotNoIndex() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRunInterval(int) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setSawAdministrative() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setSawRobots() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setScriptPath(String) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
setSearchUrlBase(String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
setSearchUrlBase(String) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setSelectors(List<ReplayRendererSelector>) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
setServerPrefix(String) - Method in class org.archive.wayback.core.WaybackRequest
Deprecated. use AccessPoint.set*Prefix
setServeStatic(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setServletContext(ServletContext) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
setServletContext(ServletContext) - Method in interface org.archive.wayback.util.webapp.RequestHandler
Called before registerPortListener(), to enable the registration process and subsequent handleRequest() calls to access the ServletContext, via the getServletContext() method.
setShutdownables(List<Shutdownable>) - Method in class org.archive.wayback.webapp.WaybackCollection
 
setSocketTimeoutMS(int) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setSocketTimeoutMs(int) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
setSource(SearchResultSource) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setSources(List<SearchResultSource>) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
setSources(List<ResourceFileSource>) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
setSse(int) - Method in class org.archive.wayback.util.Timestamp
set internal structure using seconds since the epoch integer argument
setStartDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setStartTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setState(int) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
setStateDir(String) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setStaticPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setTagName(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setTarget(String) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
setTarget(IndexClient) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setTarget(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
setTargetJsp(String) - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
setText(String) - Method in class org.archive.wayback.replay.html.rules.StaticStringRule
 
setTimelineAutoResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineDayResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineHourResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineMonthResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineTwoMonthResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineYearResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTmpDir(String) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
setTotalMatches(long) - Method in class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
setTruncated(boolean) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
setupResponse(HttpServletResponse) - Method in exception org.archive.wayback.exception.AuthenticationControlException
 
setupResponse(HttpServletResponse) - Method in exception org.archive.wayback.exception.WaybackException
 
setUriConverter(ResultURIConverter) - Method in class org.archive.wayback.webapp.AccessPoint
 
setUrl(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
setUrlBase(String) - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
setUrlContainsAll(List<String>) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
setUrlJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setUrlKey(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setUrlKey(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setUrlQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
marks this request as an Url Query request
setUrlRoot(String) - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated. use setQueryPrefix, setReplayPrefix, setStaticPrefix
setUseAnchorWindow(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setUseCollection(boolean) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
setUserAgent(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
setUserAgent(String) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setUseServerName(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated. no longer used, use {replay,query,static}Prefix
setWantUserInfo(boolean) - Method in class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
setWebCache(LiveWebCache) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
setWhereAttributeName(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setWhereAttributeValue(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setWho(String) - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.  
setWho(String) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
setXmlCaptureJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setXmlErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setXMLMode(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setXmlUrlJsp(String) - Method in class org.archive.wayback.query.Renderer
 
shutdown() - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
shutdown() - Method in interface org.archive.wayback.accesscontrol.ExclusionFilterFactory
close any resources used by this ExclusionFilter system.
shutdown() - Static method in class org.archive.wayback.accesscontrol.ExternalExcluder
shutdown underlying resources.
shutdown() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.  
shutdown() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
shut down the ARC Writer pool.
shutdown() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
shutdown() - Method in interface org.archive.wayback.liveweb.LiveWebCache
closes all resources
shutdown() - Method in class org.archive.wayback.liveweb.RemoteLiveWebCache
 
shutdown() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
shutdown() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
shutdown() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
shutdown() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
shutdown() - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
shutdown() - Method in interface org.archive.wayback.ResourceIndex
Release any resources used by this ResourceIndex cleanly
shutdown() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
shutdown() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
shutdown() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
shutdown() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
shutdown() - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
shutdown() - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
shutdown() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
shutdown() - Method in interface org.archive.wayback.ResourceStore
Release any resources used by this ResourceIndex cleanly
shutdown() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
shutdown() - Method in interface org.archive.wayback.Shutdownable
Release any resources used by this ResourceIndex cleanly
shutdown() - Method in class org.archive.wayback.util.webapp.RequestMapper
notify all registered ShutdownListener objects that the ServletContext is being destroyed.
shutdown() - Method in interface org.archive.wayback.util.webapp.ShutdownListener
Called when the ServletContext is being destroyed.
shutdown() - Method in class org.archive.wayback.webapp.AccessPoint
Release any resources associated with this AccessPoint, including stopping any background processing threads
shutdown() - Method in class org.archive.wayback.webapp.WaybackCollection
close/release any resources held by this WaybackCollection
Shutdownable - Interface in org.archive.wayback
 
shutdownDB() - Method in class org.archive.wayback.util.bdb.BDBRecordSet
shut down the BDB.
ShutdownListener - Interface in org.archive.wayback.util.webapp
Interface representing a desire to be notified when the containing ServletContext is being destroyed.
SimpleResourceStore - Class in org.archive.wayback.resourcestore
Implements ResourceStore where ARC/WARCs are accessed via a local file or an HTTP 1.1 range request.
SimpleResourceStore() - Constructor for class org.archive.wayback.resourcestore.SimpleResourceStore
 
size() - Method in class org.archive.wayback.core.CaptureSearchResults
 
size() - Method in class org.archive.wayback.core.UrlSearchResults
 
skip(long) - Method in class org.archive.wayback.core.Resource
 
SkippingStringPrefixIterator - Class in org.archive.wayback.resourceindex.ziplines
 
SkippingStringPrefixIterator(Iterator<String>, String, long) - Constructor for class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
SkippingStringPrefixIterator(Iterator<String>, String) - Constructor for class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
SortDriver - Class in org.archive.wayback.hadoop
 
SortDriver() - Constructor for class org.archive.wayback.hadoop.SortDriver
 
source - Variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
sources - Variable in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
SPACE - Static variable in class org.archive.wayback.util.http.HttpMessage
 
spaceToNBSP(String) - Method in class org.archive.wayback.util.StringFormatter
Convert...
SpringReader - Class in org.archive.wayback.util.webapp
Single static method to read a Spring XML configuration, extract RequestHandlers, and return a RequestMapper which delegates requests to those RequestHandlers.
SpringReader() - Constructor for class org.archive.wayback.util.webapp.SpringReader
 
sse() - Method in class org.archive.wayback.util.Timestamp
 
StandardCharsetDetector - Class in org.archive.wayback.replay.charset
 
StandardCharsetDetector() - Constructor for class org.archive.wayback.replay.charset.StandardCharsetDetector
 
STAR - Static variable in class org.archive.wayback.archivalurl.ArchivalUrl
 
START_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
START_PAGE - Static variable in class org.archive.wayback.requestparser.OpenSearchRequestParser
CGI argument name for page number of results, 1 based
StartDateFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes all records until 1 is found before start date then it aborts processing.
StartDateFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.StartDateFilter
 
StartOffsetCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
StartOffsetCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.StartOffsetCDXField
 
STATE_SYNCHED - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
STATE_SYNCHING - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
STATE_UNKNOWN - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
StaticFileRequestHandler - Class in org.archive.wayback.util.webapp
RequestHandler implementation which allows serving of static files, and .jsp files within a ServletContext.
StaticFileRequestHandler() - Constructor for class org.archive.wayback.util.webapp.StaticFileRequestHandler
 
StaticMapExclusionFilter - Class in org.archive.wayback.accesscontrol.staticmap
 
StaticMapExclusionFilter(Map<String, Object>) - Constructor for class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
StaticMapExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.staticmap
 
StaticMapExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
StaticStringRule - Class in org.archive.wayback.replay.html.rules
 
StaticStringRule() - Constructor for class org.archive.wayback.replay.html.rules.StaticStringRule
 
STATUS_DONE - Static variable in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
STATUS_FAIL - Static variable in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
STATUS_RETRY - Static variable in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
store(File) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
store(Iterator<String>) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
StringFormatter - Class in org.archive.wayback.util
An class which assists in UI generation, primarily through Locale-aware String formatting, and also helps in escaping (hopefully properly) Strings for use in HTML.
StringFormatter(ResourceBundle, Locale) - Constructor for class org.archive.wayback.util.StringFormatter
Construct a StringFormatter...
StringHttpServletResponseWrapper - Class in org.archive.wayback.replay
 
StringHttpServletResponseWrapper(HttpServletResponse) - Constructor for class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
StringPrefixIterator - Class in org.archive.wayback.resourceindex.ziplines
 
StringPrefixIterator(Iterator<String>, String) - Constructor for class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
stringToBytes(String) - Static method in class org.archive.wayback.util.bdb.BDBRecordSet
 
StringTransformer - Interface in org.archive.wayback.replay.html
 
stripDefaultPortFromUrl(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to strip default ports out of URL strings.
stripHTML() - Method in class org.archive.wayback.replay.TextDocument
 
STYLE_TAG_NAME - Static variable in class org.archive.wayback.util.htmllex.NodeUtils
 
StyleContentRule - Class in org.archive.wayback.replay.html.rules
 
StyleContentRule() - Constructor for class org.archive.wayback.replay.html.rules.StyleContentRule
 
subtract(ResourceFileList) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
SURTTokenizer - Class in org.archive.wayback.surt
provides iterative Url reduction for prefix matching to find ever coarser grained URL-specific configuration.
SURTTokenizer(String) - Constructor for class org.archive.wayback.surt.SURTTokenizer
constructor
SWFReplayRenderer - Class in org.archive.wayback.replay.swf
ReplayRenderer which passes embedded URLs inside flash (SWF) format content through a ResultURIConverter, allowing them to be rewritten.
SWFReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.replay.swf.SWFReplayRenderer
 
synchronize(File) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
synchronizeIncoming() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
synchronizeSources() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 

T

TagMagix - Class in org.archive.wayback.replay
Library for updating arbitrary attributes in arbitrary tags to rewrite HTML documents so URI references point back into the Wayback Machine.
TagMagix() - Constructor for class org.archive.wayback.replay.TagMagix
 
text - Variable in class org.archive.wayback.replay.html.rules.StaticStringRule
 
TEXT_OUTPUT_DELIM_CONFIG - Static variable in class org.archive.wayback.hadoop.CDXSortDriver
As hard-coded into the Text RecordWriter
TextDocument - Class in org.archive.wayback.replay
Class which wraps functionality for converting a Resource(InputStream + HTTP headers) into a StringBuilder, performing several common URL resolution methods against that StringBuilder, inserting arbitrary Strings into the page, and then converting the page back to a byte array.
TextDocument(Resource, CaptureSearchResult, ResultURIConverter) - Constructor for class org.archive.wayback.replay.TextDocument
 
TextReplayRenderer - Class in org.archive.wayback.replay
 
TextReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.replay.TextReplayRenderer
 
TimeBundleRequestParser - Class in org.archive.wayback.memento
RequestParser subclass which parses "timebundle/URL" and "timemap/FORMAT/URL" requests
TimeBundleRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.memento.TimeBundleRequestParser
 
TimeGateRequestParser - Class in org.archive.wayback.memento
RequestParser subclass which matches ".../timegate/URL" requests, and parses the Accept-Datetime header
TimeGateRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.memento.TimeGateRequestParser
 
TimeoutArchiveReaderFactory - Class in org.archive.wayback.resourcestore.resourcefile
Sad but needed subclass of the ArchiveReaderFactory, allows config of timeouts for connect and reads on underlying HTTP connections, and overrides the one getArchiveReader(URL,long) method to enable setting the timeouts.
TimeoutArchiveReaderFactory(int, int) - Constructor for class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
TimeoutArchiveReaderFactory(int) - Constructor for class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
TimeoutArchiveReaderFactory() - Constructor for class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
TIMESTAMP - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
Timestamp - Class in org.archive.wayback.util
Represents a moment in time as a 14-digit string, and interally as a Date.
Timestamp() - Constructor for class org.archive.wayback.util.Timestamp
Constructor
Timestamp(String) - Constructor for class org.archive.wayback.util.Timestamp
Construct and initialize structure from a 14-digit String timestamp.
Timestamp(int) - Constructor for class org.archive.wayback.util.Timestamp
Construct and initialize structure from an integer number of seconds since the epoch.
Timestamp(Date) - Constructor for class org.archive.wayback.util.Timestamp
Construct and initialize structure from an Date
TimestampCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
TimestampCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.TimestampCDXField
 
TMP_SUFFIX - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
toCanonicalStringMap() - Method in class org.archive.wayback.core.SearchResult
 
ToolBarData - Class in org.archive.wayback.partition
 
ToolBarData(UIResults) - Constructor for class org.archive.wayback.partition.ToolBarData
 
toPrefixQueryString(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toQueryString(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toReplayString(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toString() - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toString(String, String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
transform(ReplayParseContext, String) - Method in interface org.archive.wayback.replay.html.StringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.BaseHrefStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.BlockCSSStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.IdentityStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.InlineCSSStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.JSStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.MetaRefreshUrlStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
transformHTTPMime(String) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
translateRequestPath(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
translateRequestPath(HttpServletRequest) - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
translateRequestPathQuery(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
translateRequestPathQuery(HttpServletRequest) - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
TransparentReplayRenderer - Class in org.archive.wayback.replay
ReplayRenderer implementation which returns the archive document as pristinely as possible -- no modifications to response code, HTTP headers, or original byte-stream.
TransparentReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.replay.TransparentReplayRenderer
 
trimPartsOfCaps(List<Partition<CaptureSearchResult>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
trimPartsOfParts(List<Partition<Partition<CaptureSearchResult>>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
TrueBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
TrueBooleanOperator() - Constructor for class org.archive.wayback.util.operator.TrueBooleanOperator
 
tsToDate(String) - Method in class org.archive.wayback.core.SearchResult
 
TWO_MONTH_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
TWO_YEAR_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
TwoMonthPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on two Month partitions
TwoMonthPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
TwoMonthResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
TwoMonthResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.  
twoMonthSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Two Month intervals
TwoMonthTimelineResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
TwoMonthTimelineResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.TwoMonthTimelineResultsPartitioner
Deprecated.  
TwoYearPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on two Year partitions
TwoYearPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
twoYearSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Two Year intervals
TYPE_CAPTURE - Static variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
TYPE_REPLAY - Static variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
TYPE_URL - Static variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 

U

UIResults - Class in org.archive.wayback.core
Simple class which acts as the go-between between Java request handling code and .jsp files which actually draw various forms of results for end user consumption.
UIResults(WaybackRequest, ResultURIConverter) - Constructor for class org.archive.wayback.core.UIResults
Constructor for a "generic" UIResults, where little/no context is available.
UIResults(WaybackRequest, ResultURIConverter, WaybackException) - Constructor for class org.archive.wayback.core.UIResults
Constructor for a "exception" UIResults, where little/no context is available.
UIResults(WaybackRequest, ResultURIConverter, CaptureSearchResults) - Constructor for class org.archive.wayback.core.UIResults
Constructor for "Url Query" UIResults, where the request successfully matched something from the index.
UIResults(WaybackRequest, ResultURIConverter, UrlSearchResults) - Constructor for class org.archive.wayback.core.UIResults
Constructor for "Url Prefix Query" UIResults, where the request successfully matched something from the index.
UIResults(WaybackRequest, ResultURIConverter, CaptureSearchResults, CaptureSearchResult, Resource) - Constructor for class org.archive.wayback.core.UIResults
Constructor for "Replay" UIResults, where the request successfully matched something from the index, the document was retrieved from the ResourceStore, and is going to be shown to the user.
UnaryBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
UnaryBooleanOperator() - Constructor for class org.archive.wayback.util.operator.UnaryBooleanOperator
 
UNUSABLE_WEIGHT - Static variable in class org.archive.wayback.resourceindex.distributed.RangeMember
 
UpdatableSearchResultSource - Interface in org.archive.wayback.resourceindex
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlASXReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlCSSReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlJSReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ClientSideHTMLReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ServerSideHTMLReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.domainprefix.DomainPrefixTextReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.memento.MementoHTMLReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
updateQueue() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
URL_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
URL_FIRST_CAPTURE_TIMESTAMP - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_KEY - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_KEY - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
URL_LAST_CAPTURE_TIMESTAMP - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_NUM_CAPTURES - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_NUM_VERSIONS - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_ORIGINAL_URL - Static variable in class org.archive.wayback.core.UrlSearchResult
 
UrlCanonicalizer - Interface in org.archive.wayback
Interface for implementations that transform an input String URL into a canonical form, suitable for lookups in a ResourceIndex.
urlForPage(int) - Method in class org.archive.wayback.core.UIResults
Create a self-referencing URL that will drive to the given page, simplifying rendering pagination
URLKeyCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
URLKeyCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.URLKeyCDXField
 
UrlLinkExtractor - Class in org.archive.wayback.resourcestore.resourcefile
 
UrlLinkExtractor() - Constructor for class org.archive.wayback.resourcestore.resourcefile.UrlLinkExtractor
 
UrlMatchFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes only records that have url matching aborts as soon as url does not match.
UrlMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.UrlMatchFilter
 
UrlOperations - Class in org.archive.wayback.util.url
Class containing common static URL methods.
UrlOperations() - Constructor for class org.archive.wayback.util.url.UrlOperations
 
UrlPrefixMatchFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes any URL which begins with a given prefix, and aborts processing when any URL does not match the prefix.
UrlPrefixMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.UrlPrefixMatchFilter
 
UrlSearchResult - Class in org.archive.wayback.core
 
UrlSearchResult() - Constructor for class org.archive.wayback.core.UrlSearchResult
 
UrlSearchResults - Class in org.archive.wayback.core
 
UrlSearchResults() - Constructor for class org.archive.wayback.core.UrlSearchResults
 
urlStringToKey(String) - Method in interface org.archive.wayback.UrlCanonicalizer
 
urlStringToKey(String) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
urlStringToKey(String) - Method in class org.archive.wayback.util.url.IdentityUrlCanonicalizer
 
URLStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
URLStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.URLStringTransformer
Default constructor
URLStringTransformer(String) - Constructor for class org.archive.wayback.replay.html.transformer.URLStringTransformer
Flag-setting constructor
URLtoARCCacher - Class in org.archive.wayback.liveweb
Takes an input URL String argument, downloads, stores in an ARCWriter, and returns a FileRegion consisting of the compressed ARCRecord containing the response, or a forged, "fake error response" ARCRecord which can be used to send the content to an OutputStream.
URLtoARCCacher() - Constructor for class org.archive.wayback.liveweb.URLtoARCCacher
 
urlToHost(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to extract the hostname component of an absolute URL argument.
urlToScheme(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to find the scheme (http://, https://, etc) from a given URL.
urlToSearchResults(String, ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
urlToUserInfo(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Extract userinfo from the absolute URL argument, that is, "username@", or "username:password@" if present.
UserInfoInAuthorityFilter - Class in org.archive.wayback.resourceindex.filters
Class which omits CaptureSearchResults that have and '@' in the original URL field, if that '@' is after the scheme, and before the first '/' or ':'
UserInfoInAuthorityFilter() - Constructor for class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
Utils - Class in org.archive.wayback.util.operator
 
Utils() - Constructor for class org.archive.wayback.util.operator.Utils
 

V

valueColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
color for non-active/selected graph values
ValueGraphElement - Class in org.archive.wayback.util.graph
 
ValueGraphElement(int, int, int, int, boolean, GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.ValueGraphElement
 
ValueGraphElements - Class in org.archive.wayback.util.graph
 
ValueGraphElements(int, int, int, int, int, int[], int, GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.ValueGraphElements
 
valueHighlightColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
color for active/selected graph values ( #ec008c )
valueMinHeight - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Minimum pixel height for non-zero graph values
visit(ReplayParseEventDelegator) - Method in interface org.archive.wayback.replay.html.ReplayParseEventDelegatorVisitor
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
visit(ParseEventDelegator) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
visit(ParseEventDelegator) - Method in interface org.archive.wayback.util.htmllex.ParseEventDelegatorVisitor
 

W

WAIS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
go brewster
WARC_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
WARC_GZ_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
WARC_GZ_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
WARC_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
WARCArchiveRecordToResource(ArchiveRecord, WARCReader) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
WARCHeader - Class in org.archive.wayback.util
 
WARCHeader() - Constructor for class org.archive.wayback.util.WARCHeader
 
WarcIndexer - Class in org.archive.wayback.resourcestore.indexer
 
WarcIndexer() - Constructor for class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
WARCRecordToSearchResultAdapter - Class in org.archive.wayback.resourcestore.indexer
Adapts certain WARCRecords into SearchResults.
WARCRecordToSearchResultAdapter() - Constructor for class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
WarcResource - Class in org.archive.wayback.resourcestore.resourcefile
 
WarcResource(WARCRecord, WARCReader) - Constructor for class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
WARCRevisitAnnotationFilter - Class in org.archive.wayback.resourceindex.filters
Filter class that observes a stream of SearchResults tracking for each complete record, a mapping of that records Digest to: Arc/Warc Filename Arc/Warc offset HTTP Response MIME-Type Redirect URL If subsequent SearchResults are missing these fields ("-") and the Digest field is in the map, then the SearchResults missing fields are replaced with the values from the previously seen record with the same digest, and an additional annotation field is added.
WARCRevisitAnnotationFilter() - Constructor for class org.archive.wayback.resourceindex.filters.WARCRevisitAnnotationFilter
 
WaybackCollection - Class in org.archive.wayback.webapp
Composite class containing a ResourceStore, and a ResourceIndex, to simplify sharing them as a pair across multiple AccessPoints.
WaybackCollection() - Constructor for class org.archive.wayback.webapp.WaybackCollection
 
WaybackConstants - Interface in org.archive.wayback
 
WaybackException - Exception in org.archive.wayback.exception
Base class for Wayback internal exceptions.
WaybackException(String) - Constructor for exception org.archive.wayback.exception.WaybackException
Constructor with message only
WaybackException(String, String) - Constructor for exception org.archive.wayback.exception.WaybackException
Constructor with message, and title
WaybackException(String, String, String) - Constructor for exception org.archive.wayback.exception.WaybackException
Constructor with message, title, and details
WaybackRequest - Class in org.archive.wayback.core
Abstraction of all the data associated with a users request to the Wayback Machine.
WaybackRequest() - Constructor for class org.archive.wayback.core.WaybackRequest
 
WB_REQUEST_REGEX - Static variable in class org.archive.wayback.archivalurl.requestparser.ReplayRequestParser
Regex which parses Archival URL replay requests into: timestamp, flags, & url
WEEK_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
WeekPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Week partitions
WeekPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.WeekPartitionSize
 
WeekResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
WeekResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.  
weekSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Week intervals
width - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
WILDCARD_TAG_NAME - Static variable in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
WindowEndFilter<T> - Class in org.archive.wayback.resourceindex.filters
SearchResultFitler that includes the first N records seen.
WindowEndFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
WindowFilterGroup<T> - Class in org.archive.wayback.resourceindex.filterfactory
 
WindowFilterGroup(WaybackRequest, LocalResourceIndex) - Constructor for class org.archive.wayback.resourceindex.filterfactory.WindowFilterGroup
 
WindowStartFilter<T> - Class in org.archive.wayback.resourceindex.filters
SearchResultFitler that omits the first N records seen.
WindowStartFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.WindowStartFilter
 
WrappedCloseableIterator<E> - Class in org.archive.wayback.util
Simple wrapper around a normal Iterator which allows use of the close().
WrappedCloseableIterator(Iterator<E>) - Constructor for class org.archive.wayback.util.WrappedCloseableIterator
 
WrappedRequestParser - Class in org.archive.wayback.requestparser
Abstract subclass of BaseRequestParser, which allows retrieving configured maxRecords, and earliest and latest timestamp config from an delegate instance.
WrappedRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.WrappedRequestParser
 
write(String) - Method in class org.archive.wayback.webapp.PerformanceLogger
Produce a debug message to this classes logger, computing the time taken to query the index, retrieve the resource (if a replay request) and render the results to the client.
writeToOutputStream(OutputStream) - Method in class org.archive.wayback.replay.TextDocument
Write the contents of the page to the client.

X

x - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
X_ROBOTS_HTTP_HEADER - Static variable in interface org.archive.wayback.WaybackConstants
HTTP Header for robot instructions.
XArchiveHttpHeaderProcessor - Class in org.archive.wayback.replay
 
XArchiveHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.XArchiveHttpHeaderProcessor
 
XQUERY_BASE - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
String path matching a query request, by form or OpenSearch, indicating user requests XML data in response

Y

y - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
YEAR_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
yearNextResult - Variable in class org.archive.wayback.partition.ToolBarData
Earliest Result one year after current, or null
yearNum - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
yearPartitions - Variable in class org.archive.wayback.partition.ToolBarData
List>> for years
YearPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Year partitions
YearPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.YearPartitionSize
 
yearPrevResult - Variable in class org.archive.wayback.partition.ToolBarData
Latest Result one year before current, or null
YearResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated. use org.archive.wayback.util.parition.*
YearResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.  
yearSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Year intervals

Z

ZiplineBlockMatches - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplineBlockMatches(ArrayList<ZiplinedBlock>, String) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
ZiplinedBlock - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinedBlock(String, long) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
ZiplinedBlock(String, long, int) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
ZiplinedBlockStringSequence - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinedBlockStringSequence(FlatFile, HashMap<String, String>) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedBlockStringSequence
 
ZiplinesChunkIterator - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinesChunkIterator(List<ZiplinedBlock>) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
ZiplinesSearchResultSource - Class in org.archive.wayback.resourceindex.ziplines
A set of Ziplines files, which are CDX files specially compressed into a series of GZipMembers such that: 1) each member is exactly 128K, padded using a GZip comment header 2) each member contains complete lines: no line spans two GZip members If the data put into these files is sorted, then the data within the files can be uncompressed when needed, minimizing the total data to be uncompressed This SearchResultSource assumes a set of alphabetically partitioned Ziplined CDX files, so that each file is sorted, and no regions overlap.
ZiplinesSearchResultSource() - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 
ZiplinesSearchResultSource(CDXFormat) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
 

_

_clone() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 

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

Copyright © 2005-2011 Internet Archive. All Rights Reserved.