public static final class ElasticsearchEnvironment.Defaults extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DISCOVERY_ENABLED |
static long |
DISCOVERY_REFRESH_INTERVAL |
static String |
DISCOVERY_SCHEME |
static DynamicType |
DYNAMIC_MAPPING |
static int |
INDEX_MANAGEMENT_WAIT_TIMEOUT |
static IndexSchemaManagementStrategy |
INDEX_SCHEMA_MANAGEMENT_STRATEGY |
static int |
MAX_TOTAL_CONNECTION |
static int |
MAX_TOTAL_CONNECTION_PER_ROUTE |
static boolean |
REFRESH_AFTER_WRITE |
static ElasticsearchIndexStatus |
REQUIRED_INDEX_STATUS |
static int |
SCROLL_BACKTRACKING_WINDOW_SIZE |
static int |
SCROLL_FETCH_SIZE |
static int |
SCROLL_TIMEOUT |
static int |
SERVER_CONNECTION_TIMEOUT |
static int |
SERVER_READ_TIMEOUT |
static String |
SERVER_URI |
Constructor and Description |
---|
Defaults() |
public static final DynamicType DYNAMIC_MAPPING
public static final String SERVER_URI
public static final int SERVER_READ_TIMEOUT
public static final int SERVER_CONNECTION_TIMEOUT
public static final int MAX_TOTAL_CONNECTION
public static final int MAX_TOTAL_CONNECTION_PER_ROUTE
public static final boolean DISCOVERY_ENABLED
public static final long DISCOVERY_REFRESH_INTERVAL
public static final String DISCOVERY_SCHEME
public static final IndexSchemaManagementStrategy INDEX_SCHEMA_MANAGEMENT_STRATEGY
public static final int INDEX_MANAGEMENT_WAIT_TIMEOUT
public static final ElasticsearchIndexStatus REQUIRED_INDEX_STATUS
public static final boolean REFRESH_AFTER_WRITE
public static final int SCROLL_BACKTRACKING_WINDOW_SIZE
public static final int SCROLL_FETCH_SIZE
public static final int SCROLL_TIMEOUT
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved