org.apache.accumulo.server.master.state
Interface CurrentState

All Known Implementing Classes:
Master

public interface CurrentState


Method Summary
 Collection<MergeInfo> merges()
           
 Set<String> onlineTables()
           
 Set<TServerInstance> onlineTabletServers()
           
 

Method Detail

onlineTables

Set<String> onlineTables()

onlineTabletServers

Set<TServerInstance> onlineTabletServers()

merges

Collection<MergeInfo> merges()


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