|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectdomain.IndexRequest
class IndexRequest
IndexRequest class - represent a request for indexing/deletion or updation
| Property Summary | |
|---|---|
static String |
IN_PROGRESS_STATUS
|
static String |
IN_QUEUE_STATUS
|
int |
cmd
one of IndexingService.INDEX_CMD, IndexingService.DELETE_CMD and IndexingService.UPDATE_CMD |
String |
cmdDescription
command description |
String |
status
status of this requeust |
String |
url
url of the file/directory |
| Constructor Summary | |
IndexRequest()
|
|
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
static final String IN_PROGRESS_STATUS
static final String IN_QUEUE_STATUS
int cmd
String cmdDescription
String status
String url
| Constructor Detail |
|---|
IndexRequest()
Groovy Documentation