public class EmbeddedNode extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTER_NAME |
static String |
CLUSTER_ROUTING_SCHEDULE |
static String |
ELASTIC_YAML_FILE |
static String |
HTTP_CORS_ALLOW_ORIGIN |
static String |
HTTP_CORS_ENABLED |
static String |
HTTP_ENABLED |
static String |
INDEX_MAX_RESULT_WINDOW |
static String |
NETWORK_HOST |
static String |
NODE_NAME |
static String |
PATH_DATA |
static String |
PATH_HOME |
static String |
PATH_PLUGINS |
static String |
PLUGINS_DIRECTORY |
| Constructor and Description |
|---|
EmbeddedNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
acticate(org.osgi.service.component.ComponentContext context) |
org.elasticsearch.node.Node |
getNode() |
boolean |
isStarted() |
void |
start(Dictionary<String,?> config) |
void |
stop() |
public static String PLUGINS_DIRECTORY
public static String ELASTIC_YAML_FILE
public static String CLUSTER_NAME
public static String HTTP_ENABLED
public static String NODE_NAME
public static String PATH_DATA
public static String PATH_HOME
public static String NETWORK_HOST
public static String CLUSTER_ROUTING_SCHEDULE
public static String PATH_PLUGINS
public static String HTTP_CORS_ENABLED
public static String HTTP_CORS_ALLOW_ORIGIN
public static String INDEX_MAX_RESULT_WINDOW
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.