Uses of Interface
org.ektorp.ActiveTask

Packages that use ActiveTask
org.ektorp   
org.ektorp.impl   
 

Uses of ActiveTask in org.ektorp
 

Subinterfaces of ActiveTask in org.ektorp
 interface DatabaseCompactionTask
          Interface for retrieving data about a database compaction task
 interface IndexerTask
          Interface for retrieving data about an indexer task
 interface ReplicationTask
          Interface for retrieving data about a replication task
 interface ViewCompactionTask
          Interface for retrieving data about an indexer task
 

Methods in org.ektorp that return types with arguments of type ActiveTask
 Collection<ActiveTask> CouchDbInstance.getActiveTasks()
           
 

Uses of ActiveTask in org.ektorp.impl
 

Classes in org.ektorp.impl that implement ActiveTask
 class StdActiveTask
           
 class StdDatabaseCompactionTask
           
 class StdIndexerTask
           
 class StdReplicationTask
           
 class StdViewCompactionTask
           
 

Methods in org.ektorp.impl that return types with arguments of type ActiveTask
 Collection<ActiveTask> StdCouchDbInstance.getActiveTasks()
           
 



Copyright © 2017. All rights reserved.