org.archive.wayback.resourcestore.indexer
Interface IndexQueue
- All Known Implementing Classes:
- DirectoryIndexQueue
public interface IndexQueue
- Version:
- $Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
- Author:
- brad
STATUS_DONE
static final int STATUS_DONE
- See Also:
- Constant Field Values
STATUS_FAIL
static final int STATUS_FAIL
- See Also:
- Constant Field Values
STATUS_RETRY
static final int STATUS_RETRY
- See Also:
- Constant Field Values
enqueue
void enqueue(String resourceFileName)
throws IOException
- Throws:
IOException
dequeue
String dequeue()
throws IOException
- Throws:
IOException
recordStatus
void recordStatus(String resourceFileName,
int status)
Copyright © 2005-2011 Internet Archive. All Rights Reserved.