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

Field Summary
static int STATUS_DONE
           
static int STATUS_FAIL
           
static int STATUS_RETRY
           
 
Method Summary
 String dequeue()
           
 void enqueue(String resourceFileName)
           
 void recordStatus(String resourceFileName, int status)
           
 

Field Detail

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
Method Detail

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.