Uses of Class
org.apache.accumulo.server.master.state.MergeInfo

Packages that use MergeInfo
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.state   
 

Uses of MergeInfo in org.apache.accumulo.server.master
 

Methods in org.apache.accumulo.server.master that return MergeInfo
 MergeInfo Master.getMergeInfo(org.apache.hadoop.io.Text tableId)
           
 

Methods in org.apache.accumulo.server.master that return types with arguments of type MergeInfo
 Collection<MergeInfo> Master.merges()
           
 

Methods in org.apache.accumulo.server.master with parameters of type MergeInfo
 void Master.setMergeState(MergeInfo info, MergeState state)
           
 

Uses of MergeInfo in org.apache.accumulo.server.master.state
 

Methods in org.apache.accumulo.server.master.state that return MergeInfo
 MergeInfo MergeStats.getMergeInfo()
           
 

Methods in org.apache.accumulo.server.master.state that return types with arguments of type MergeInfo
 Collection<MergeInfo> CurrentState.merges()
           
 

Method parameters in org.apache.accumulo.server.master.state with type arguments of type MergeInfo
static void TabletStateChangeIterator.setMerges(IteratorSetting cfg, Collection<MergeInfo> merges)
           
 

Constructors in org.apache.accumulo.server.master.state with parameters of type MergeInfo
MergeStats(MergeInfo info)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.