public interface IndexQueue
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_DONE |
static int |
STATUS_FAIL |
static int |
STATUS_RETRY |
static final int STATUS_DONE
static final int STATUS_FAIL
static final int STATUS_RETRY
void enqueue(String resourceFileName) throws IOException
IOException
String dequeue() throws IOException
IOException
void recordStatus(String resourceFileName, int status)
Copyright © 2005–2015 IIPC. All rights reserved.