org.ektorp
Interface DatabaseCompactionTask

All Superinterfaces:
ActiveTask
All Known Implementing Classes:
StdDatabaseCompactionTask

public interface DatabaseCompactionTask
extends ActiveTask

Interface for retrieving data about a database compaction task

Author:
ed wagstaff

Method Summary
 long getCompletedChanges()
           
 String getDatabaseName()
           
 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

getTotalChanges

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

getCompletedChanges

long getCompletedChanges()
Returns:
the number of processed changes


Copyright © 2017. All rights reserved.