org.apache.blur.manager.indexserver
Interface DistributedLayoutFactory
- All Known Implementing Classes:
- MasterBasedDistributedLayoutFactory
public interface DistributedLayoutFactory
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.