Groovy Documentation

domain
Class IndexRequest

java.lang.Object
  domain.IndexRequest

class IndexRequest

IndexRequest class - represent a request for indexing/deletion or updation

author:
Niraj Aswani


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

IN_PROGRESS_STATUS

static final String IN_PROGRESS_STATUS


IN_QUEUE_STATUS

static final String IN_QUEUE_STATUS


cmd

int cmd
one of IndexingService.INDEX_CMD, IndexingService.DELETE_CMD and IndexingService.UPDATE_CMD


cmdDescription

String cmdDescription
command description


status

String status
status of this requeust


url

String url
url of the file/directory


 
Constructor Detail

IndexRequest

IndexRequest()


 

Groovy Documentation