public abstract static class SolrCmdDistributor.Node extends Object
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkRetry(SolrCmdDistributor.Error e) |
abstract String |
getBaseUrl() |
abstract String |
getCollection() |
abstract String |
getCoreName() |
abstract int |
getMaxRetries() |
abstract ZkCoreNodeProps |
getNodeProps() |
abstract String |
getShardId() |
abstract String |
getUrl() |
public abstract String getUrl()
public abstract boolean checkRetry(SolrCmdDistributor.Error e)
public abstract String getCoreName()
public abstract String getBaseUrl()
public abstract ZkCoreNodeProps getNodeProps()
public abstract String getCollection()
public abstract String getShardId()
public abstract int getMaxRetries()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.