org.apache.blur.manager.indexserver
Interface DistributedLayoutFactory

All Known Implementing Classes:
MasterBasedDistributedLayoutFactory

public interface DistributedLayoutFactory


Method Summary
 DistributedLayout createDistributedLayout(String table, List<String> shardList, List<String> shardServerList, List<String> offlineShardServers)
           
 Map<String,?> getLayoutCache()
           
 DistributedLayout readCurrentLayout(String table)
           
 

Method Detail

createDistributedLayout

DistributedLayout createDistributedLayout(String table,
                                          List<String> shardList,
                                          List<String> shardServerList,
                                          List<String> offlineShardServers)

readCurrentLayout

DistributedLayout readCurrentLayout(String table)

getLayoutCache

Map<String,?> getLayoutCache()


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