public class ClusterAPI extends Object
Modifier and Type | Class and Description |
---|---|
class |
ClusterAPI.Commands |
class |
ClusterAPI.ConfigSetCommands |
static class |
ClusterAPI.RoleInfo |
Modifier and Type | Field and Description |
---|---|
ClusterAPI.Commands |
commands |
ClusterAPI.ConfigSetCommands |
configSetCommands |
Constructor and Description |
---|
ClusterAPI(CollectionsHandler ch,
ConfigSetsHandler configSetsHandler) |
Modifier and Type | Method and Description |
---|---|
void |
deleteCommandStatus(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
deleteConfigSet(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
getCluster(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
getCommandStatus(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
getNodes(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
getOverseerStatus(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
insertIntoConfigSet(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
listConfigSet(SolrQueryRequest req,
SolrQueryResponse rsp) |
void |
uploadConfigSet(SolrQueryRequest req,
SolrQueryResponse rsp) |
static SolrQueryRequest |
wrapParams(SolrQueryRequest req,
Map m) |
static SolrQueryRequest |
wrapParams(SolrQueryRequest req,
Object... def) |
public final ClusterAPI.Commands commands
public final ClusterAPI.ConfigSetCommands configSetCommands
public ClusterAPI(CollectionsHandler ch, ConfigSetsHandler configSetsHandler)
public void getOverseerStatus(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void getCluster(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void deleteCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void deleteConfigSet(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void listConfigSet(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void uploadConfigSet(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void insertIntoConfigSet(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public static SolrQueryRequest wrapParams(SolrQueryRequest req, Object... def)
public static SolrQueryRequest wrapParams(SolrQueryRequest req, Map m)
public void getCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
Exception
public void getNodes(SolrQueryRequest req, SolrQueryResponse rsp)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.