Uses of Interface
org.archive.wayback.util.Adapter

Packages that use Adapter
org.archive.wayback.resourceindex.adapters   
org.archive.wayback.resourceindex.bdb   
org.archive.wayback.resourceindex.cdx   
org.archive.wayback.resourcestore.indexer   
org.archive.wayback.util   
 

Uses of Adapter in org.archive.wayback.resourceindex.adapters
 

Classes in org.archive.wayback.resourceindex.adapters that implement Adapter
 class CaptureToUrlSearchResultAdapter
           
 class DeduplicationSearchResultAnnotationAdapter
          Adapter 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 has been seen, then the subsequent SearchResults are updated with the values from the kept copy matching that digest, and an additional annotation field is added.
 

Uses of Adapter in org.archive.wayback.resourceindex.bdb
 

Classes in org.archive.wayback.resourceindex.bdb that implement Adapter
 class BDBRecordToSearchResultAdapter
          Adapter that converts a BDBRecord into a SearchResult
 class SearchResultToBDBRecordAdapter
           
 

Uses of Adapter in org.archive.wayback.resourceindex.cdx
 

Classes in org.archive.wayback.resourceindex.cdx that implement Adapter
 class CDXLineToSearchResultAdapter
          Adapter that converts a CDX record String into a CaptureSearchResult
 class SearchResultToCDXLineAdapter
           
 

Uses of Adapter in org.archive.wayback.resourcestore.indexer
 

Classes in org.archive.wayback.resourcestore.indexer that implement Adapter
 class ARCRecordToSearchResultAdapter
           
 class WARCRecordToSearchResultAdapter
          Adapts certain WARCRecords into SearchResults.
 

Uses of Adapter in org.archive.wayback.util
 

Fields in org.archive.wayback.util declared as Adapter
protected  Adapter<S,T> AdaptedIterator.adapter
           
 

Constructors in org.archive.wayback.util with parameters of type Adapter
AdaptedIterator(java.util.Iterator<S> itr, Adapter<S,T> adapter)
           
 



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