org.ektorp
Interface ViewCompactionTask

All Superinterfaces:
ActiveTask
All Known Implementing Classes:
StdViewCompactionTask

public interface ViewCompactionTask
extends ActiveTask

Interface for retrieving data about an indexer task

Author:
ed wagstaff

Method Summary
 String getDatabaseName()
           
 String getDesignDocumentId()
           
 
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 which the compaction task is running for


Copyright © 2017. All rights reserved.