org.archive.util
Interface Accumulator<T>

All Known Implementing Classes:
CrawledBytesHistotable

public interface Accumulator<T>

Parameterized interface for a stats-aggregating role.


Method Summary
 void accumulate(T item)
           
 

Method Detail

accumulate

void accumulate(T item)


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