org.apache.blur.manager.indexserver
Class DistributedLayoutManager
java.lang.Object
org.apache.blur.manager.indexserver.DistributedLayoutManager
- All Implemented Interfaces:
- DistributedLayout
public class DistributedLayoutManager
- extends Object
- implements DistributedLayout
DistributedLayoutManager
public DistributedLayoutManager()
init
public DistributedLayoutManager init()
getLayout
public Map<String,String> getLayout()
- Specified by:
getLayout
in interface DistributedLayout
getNodes
public Collection<String> getNodes()
setNodes
public void setNodes(Collection<String> v)
getShards
public Collection<String> getShards()
setShards
public void setShards(Collection<String> v)
getNodesOffline
public Collection<String> getNodesOffline()
setNodesOffline
public void setNodesOffline(Collection<String> v)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.