|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.repository.indexing.IndexingEvent
public class IndexingEvent
An event that describes an indexing action that has been requested.
Field Summary | |
---|---|
static int |
ABORT_INDEXING
Indicates the watcher should abort indexing immediately. |
static int |
BEGIN_INDEXING_ALL_COLLECTIONS
Indicates the watcher should begin indexing all collections. |
static int |
BEGIN_INDEXING_COLLECTION
Indicates the watcher should update a given collection. |
static int |
CONFIGURE_AND_INITIALIZE
Indicates the watcher should update its configuration to get any changes and (re)initialize. |
static int |
INDEXER_READY
Indicates the index is ready to recieve indexing actions. |
static int |
UPDATE_COLLECTIONS
Indicates the watcher should update it's list of collections. |
Constructor Summary | |
---|---|
|
IndexingEvent(int type)
Constructor for the IndexingEvent object |
protected |
IndexingEvent(int type,
String collectionKey,
CollectionIndexer collectionIndexer)
Constructor for the IndexingEvent object |
Method Summary | |
---|---|
CollectionIndexer |
getCollectionIndexer()
Gets the collectionIndexer attribute of the IndexingEvent object |
String |
getCollectionKey()
Gets the collectionKey attribute of the IndexingEvent object |
int |
getType()
Gets the event type. |
String |
toString()
A String representation of this event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INDEXER_READY
public static final int UPDATE_COLLECTIONS
public static final int BEGIN_INDEXING_ALL_COLLECTIONS
public static final int ABORT_INDEXING
public static final int BEGIN_INDEXING_COLLECTION
public static final int CONFIGURE_AND_INITIALIZE
Constructor Detail |
---|
protected IndexingEvent(int type, String collectionKey, CollectionIndexer collectionIndexer)
type
- The event typecollectionKey
- The collectionKeycollectionIndexer
- The CollectionIndexer instancepublic IndexingEvent(int type)
type
- The event typeMethod Detail |
---|
public int getType()
public String getCollectionKey()
public CollectionIndexer getCollectionIndexer()
public String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |