Uses of Interface
org.apache.accumulo.server.zookeeper.DistributedWorkQueue.Processor

Packages that use DistributedWorkQueue.Processor
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.zookeeper   
 

Uses of DistributedWorkQueue.Processor in org.apache.accumulo.server.tabletserver
 

Classes in org.apache.accumulo.server.tabletserver that implement DistributedWorkQueue.Processor
 class BulkFailedCopyProcessor
          Copy failed bulk imports.
 

Methods in org.apache.accumulo.server.tabletserver that return DistributedWorkQueue.Processor
 DistributedWorkQueue.Processor BulkFailedCopyProcessor.newProcessor()
           
 

Uses of DistributedWorkQueue.Processor in org.apache.accumulo.server.zookeeper
 

Methods in org.apache.accumulo.server.zookeeper that return DistributedWorkQueue.Processor
 DistributedWorkQueue.Processor DistributedWorkQueue.Processor.newProcessor()
           
 

Methods in org.apache.accumulo.server.zookeeper with parameters of type DistributedWorkQueue.Processor
 void DistributedWorkQueue.startProcessing(DistributedWorkQueue.Processor processor, ThreadPoolExecutor executorService)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.