org.ektorp
Interface IndexerTask

All Superinterfaces:
ActiveTask
All Known Implementing Classes:
StdIndexerTask

public interface IndexerTask
extends ActiveTask

Interface for retrieving data about an indexer task

Author:
ed wagstaff

Method Summary
 long getCompletedChanges()
           
 String getDatabaseName()
           
 String getDesignDocumentId()
           
 long getTotalChanges()
           
 
Methods inherited from interface org.ektorp.ActiveTask
getPid, getProgress, getStartedOn, getUpdatedOn
 

Method Detail

getDatabaseName

String getDatabaseName()
Returns:
the database which the task is running against

getDesignDocumentId

String getDesignDocumentId()
Returns:
the ID of the design document where the index is defined

getCompletedChanges

long getCompletedChanges()
Returns:
the number of processed changes

getTotalChanges

long getTotalChanges()
Returns:
the total number of changes to process


Copyright © 2017. All rights reserved.