Modifier and Type | Field and Description |
---|---|
static Version |
Version.CURRENT |
static Version |
Version.V_0_18_0 |
static Version |
Version.V_0_18_1 |
static Version |
Version.V_0_18_2 |
static Version |
Version.V_0_18_3 |
static Version |
Version.V_0_18_4 |
static Version |
Version.V_0_18_5 |
static Version |
Version.V_0_18_6 |
static Version |
Version.V_0_18_7 |
static Version |
Version.V_0_18_8 |
static Version |
Version.V_0_19_0 |
static Version |
Version.V_0_19_0_RC1 |
static Version |
Version.V_0_19_0_RC2 |
static Version |
Version.V_0_19_0_RC3 |
static Version |
Version.V_0_19_1 |
static Version |
Version.V_0_19_10 |
static Version |
Version.V_0_19_11 |
static Version |
Version.V_0_19_12 |
static Version |
Version.V_0_19_13 |
static Version |
Version.V_0_19_2 |
static Version |
Version.V_0_19_3 |
static Version |
Version.V_0_19_4 |
static Version |
Version.V_0_19_5 |
static Version |
Version.V_0_19_6 |
static Version |
Version.V_0_19_7 |
static Version |
Version.V_0_19_8 |
static Version |
Version.V_0_19_9 |
static Version |
Version.V_0_20_0 |
static Version |
Version.V_0_20_0_RC1 |
static Version |
Version.V_0_20_1 |
static Version |
Version.V_0_20_2 |
static Version |
Version.V_0_20_3 |
static Version |
Version.V_0_20_4 |
static Version |
Version.V_0_20_5 |
static Version |
Version.V_0_20_6 |
static Version |
Version.V_0_20_7 |
static Version |
Version.V_0_90_0 |
static Version |
Version.V_0_90_0_Beta1 |
static Version |
Version.V_0_90_0_RC1 |
static Version |
Version.V_0_90_0_RC2 |
static Version |
Version.V_0_90_1 |
static Version |
Version.V_0_90_10 |
static Version |
Version.V_0_90_11 |
static Version |
Version.V_0_90_12 |
static Version |
Version.V_0_90_13 |
static Version |
Version.V_0_90_14 |
static Version |
Version.V_0_90_2 |
static Version |
Version.V_0_90_3 |
static Version |
Version.V_0_90_4 |
static Version |
Version.V_0_90_5 |
static Version |
Version.V_0_90_6 |
static Version |
Version.V_0_90_7 |
static Version |
Version.V_0_90_8 |
static Version |
Version.V_0_90_9 |
static Version |
Version.V_1_0_0 |
static Version |
Version.V_1_0_0_Beta1 |
static Version |
Version.V_1_0_0_Beta2 |
static Version |
Version.V_1_0_0_RC1 |
static Version |
Version.V_1_0_0_RC2 |
static Version |
Version.V_1_0_1 |
static Version |
Version.V_1_0_2 |
static Version |
Version.V_1_0_3 |
static Version |
Version.V_1_0_4 |
static Version |
Version.V_1_1_0 |
static Version |
Version.V_1_1_1 |
static Version |
Version.V_1_1_2 |
static Version |
Version.V_1_2_0 |
static Version |
Version.V_1_2_1 |
static Version |
Version.V_1_2_2 |
static Version |
Version.V_1_2_3 |
static Version |
Version.V_1_2_4 |
static Version |
Version.V_1_2_5 |
static Version |
Version.V_1_3_0 |
static Version |
Version.V_1_3_1 |
static Version |
Version.V_1_3_10 |
static Version |
Version.V_1_3_2 |
static Version |
Version.V_1_3_3 |
static Version |
Version.V_1_3_4 |
static Version |
Version.V_1_3_5 |
static Version |
Version.V_1_3_6 |
static Version |
Version.V_1_3_7 |
static Version |
Version.V_1_3_8 |
static Version |
Version.V_1_3_9 |
static Version |
Version.V_1_4_0 |
static Version |
Version.V_1_4_0_Beta1 |
static Version |
Version.V_1_4_1 |
static Version |
Version.V_1_4_2 |
static Version |
Version.V_1_4_3 |
static Version |
Version.V_1_4_4 |
static Version |
Version.V_1_4_5 |
static Version |
Version.V_1_5_0 |
static Version |
Version.V_1_5_1 |
static Version |
Version.V_1_5_2 |
Modifier and Type | Method and Description |
---|---|
static Version |
Version.fromId(int id) |
static Version |
Version.fromString(String version)
Returns the version given its string representation, current version if the argument is null or empty
|
static Version |
Version.indexCreated(Settings indexSettings)
Return the
Version of Elasticsearch that has been used to create an index given its settings. |
static Version |
Version.largest(Version version1,
Version version2)
Returns the largest version between the 2.
|
Version |
Version.minimumCompatibilityVersion()
Returns the minimum compatible version based on the current
version.
|
static Version |
Version.readVersion(StreamInput in) |
static Version |
Version.smallest(Version version1,
Version version2)
Returns the smallest version between the 2.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Version.after(Version version) |
boolean |
Version.before(Version version) |
static Version |
Version.largest(Version version1,
Version version2)
Returns the largest version between the 2.
|
boolean |
Version.onOrAfter(Version version) |
boolean |
Version.onOrBefore(Version version) |
static Version |
Version.smallest(Version version1,
Version version2)
Returns the smallest version between the 2.
|
static void |
Version.writeVersion(Version version,
StreamOutput out) |
Constructor and Description |
---|
Module(Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
NodeInfo.getVersion()
The current ES version
|
Constructor and Description |
---|
NodeInfo(Version version,
Build build,
DiscoveryNode node,
com.google.common.collect.ImmutableMap<String,String> serviceAttributes,
Settings settings,
OsInfo os,
ProcessInfo process,
JvmInfo jvm,
ThreadPoolInfo threadPool,
NetworkInfo network,
TransportInfo transport,
HttpInfo http,
PluginsInfo plugins) |
Modifier and Type | Method and Description |
---|---|
Set<Version> |
ClusterStatsNodes.getVersions() |
Modifier and Type | Field and Description |
---|---|
static Version |
ParsedScrollId.SCROLL_SEARCH_AFTER_MINIMUM_VERSION |
Modifier and Type | Method and Description |
---|---|
protected void |
MasterNodeReadOperationRequest.readLocal(StreamInput in,
Version minVersion)
Reads the local flag if on or after the specified min version or if the version is
null . |
protected void |
MasterNodeReadOperationRequest.writeLocal(StreamOutput out,
Version minVersion)
writes the local flag if on or after the specified min version or if the version is
null . |
Constructor and Description |
---|
TransportClientNodesService(Settings settings,
ClusterName clusterName,
TransportService transportService,
ThreadPool threadPool,
Headers headers,
Version version) |
Constructor and Description |
---|
MetaDataCreateIndexService(Settings settings,
Environment environment,
ThreadPool threadPool,
ClusterService clusterService,
IndicesService indicesService,
AllocationService allocationService,
MetaDataService metaDataService,
Version version,
String riverIndexName,
AliasValidator aliasValidator,
Set<IndexTemplateFilter> indexTemplateFilters,
NodeEnvironment nodeEnv) |
Modifier and Type | Field and Description |
---|---|
static Version |
DiscoveryNode.MINIMUM_DISCOVERY_NODE_VERSION
Minimum version of a node to communicate with.
|
Modifier and Type | Method and Description |
---|---|
Version |
DiscoveryNode.getVersion() |
Version |
DiscoveryNodes.smallestNonClientNodeVersion()
Returns the version of the node with the oldest version in the cluster that is not a client node
|
Version |
DiscoveryNodes.smallestVersion()
Returns the version of the node with the oldest version in the cluster
|
Version |
DiscoveryNode.version() |
Constructor and Description |
---|
DiscoveryNode(String nodeName,
String nodeId,
String hostName,
String hostAddress,
TransportAddress address,
Map<String,String> attributes,
Version version)
Creates a new
DiscoveryNode |
DiscoveryNode(String nodeName,
String nodeId,
TransportAddress address,
Map<String,String> attributes,
Version version)
Creates a new
DiscoveryNode |
DiscoveryNode(String nodeId,
TransportAddress address,
Version version)
Creates a new
DiscoveryNode |
Constructor and Description |
---|
InternalClusterService(Settings settings,
DiscoveryService discoveryService,
OperationRouting operationRouting,
TransportService transportService,
NodeSettingsService nodeSettingsService,
ThreadPool threadPool,
ClusterName clusterName,
DiscoveryNodeService discoveryNodeService,
Version version) |
Modifier and Type | Method and Description |
---|---|
StreamOutput |
CompressedStreamOutput.setVersion(Version version) |
StreamInput |
CompressedStreamInput.setVersion(Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
StreamInput.getVersion() |
Version |
StreamOutput.getVersion() |
Modifier and Type | Method and Description |
---|---|
StreamOutput |
AdapterStreamOutput.setVersion(Version version) |
StreamInput |
StreamInput.setVersion(Version version) |
StreamInput |
AdapterStreamInput.setVersion(Version version) |
StreamOutput |
StreamOutput.setVersion(Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
ImmutableSettings.getAsVersion(String setting,
Version defaultVersion) |
Version |
Settings.getAsVersion(String setting,
Version defaultVersion)
Returns a parsed version.
|
Modifier and Type | Method and Description |
---|---|
Version |
ImmutableSettings.getAsVersion(String setting,
Version defaultVersion) |
Version |
Settings.getAsVersion(String setting,
Version defaultVersion)
Returns a parsed version.
|
ImmutableSettings.Builder |
ImmutableSettings.Builder.put(String setting,
Version version) |
Constructor and Description |
---|
LocalDiscovery(Settings settings,
ClusterName clusterName,
TransportService transportService,
ClusterService clusterService,
DiscoveryNodeService discoveryNodeService,
Version version,
DiscoverySettings discoverySettings) |
Constructor and Description |
---|
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Constructor and Description |
---|
MulticastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version) |
MulticastZenPing(ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
Version version) |
Constructor and Description |
---|
UnicastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Modifier and Type | Field and Description |
---|---|
protected Version |
EdgeNGramTokenizerFactory.esVersion |
Modifier and Type | Method and Description |
---|---|
Version |
Mapper.BuilderContext.indexCreatedVersion() |
Version |
Mapper.TypeParser.ParserContext.indexVersionCreated() |
Constructor and Description |
---|
ParserContext(PostingsFormatService postingsFormatService,
DocValuesFormatService docValuesFormatService,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated) |
Modifier and Type | Method and Description |
---|---|
Version |
IndexQueryParserService.getIndexCreatedVersion() |
Modifier and Type | Method and Description |
---|---|
abstract Reader |
PreBuiltCharFilters.create(Reader tokenStream,
Version version) |
protected abstract org.apache.lucene.analysis.Tokenizer |
PreBuiltTokenizers.create(Reader reader,
Version version) |
abstract org.apache.lucene.analysis.TokenStream |
PreBuiltTokenFilters.create(org.apache.lucene.analysis.TokenStream tokenStream,
Version version) |
protected abstract org.apache.lucene.analysis.Analyzer |
PreBuiltAnalyzers.create(Version version) |
T |
PreBuiltCacheFactory.PreBuiltCache.get(Version version) |
org.apache.lucene.analysis.Analyzer |
PreBuiltAnalyzers.getAnalyzer(Version version) |
CharFilterFactory |
PreBuiltCharFilters.getCharFilterFactory(Version version) |
TokenFilterFactory |
PreBuiltTokenFilters.getTokenFilterFactory(Version version) |
TokenizerFactory |
PreBuiltTokenizers.getTokenizerFactory(Version version) |
void |
PreBuiltCacheFactory.PreBuiltCache.put(Version version,
T t) |
Constructor and Description |
---|
NodeService(Settings settings,
ThreadPool threadPool,
MonitorService monitorService,
Discovery discovery,
TransportService transportService,
IndicesService indicesService,
PluginsService pluginService,
CircuitBreakerService circuitBreakerService,
Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
BlobStoreSnapshot.version()
Returns version of Elasticsearch that was used to create this snapshot
|
Modifier and Type | Method and Description |
---|---|
BlobStoreSnapshot.Builder |
BlobStoreSnapshot.Builder.version(Version version)
Sets version of Elasticsearch that created this snapshot
|
Constructor and Description |
---|
RestMainAction(Settings settings,
Version version,
RestController controller,
ClusterName clusterName,
Client client,
ClusterService clusterService) |
Modifier and Type | Method and Description |
---|---|
Version |
Snapshot.version()
Returns version of Elasticsearch that was used to create this snapshot
|
Modifier and Type | Method and Description |
---|---|
Version |
BytesTransportRequest.version() |
Modifier and Type | Method and Description |
---|---|
String |
TransportServiceAdapter.action(String action,
Version version) |
String |
TransportService.Adapter.action(String action,
Version version) |
TransportRequestHandler |
TransportServiceAdapter.handler(String action,
Version version) |
TransportRequestHandler |
TransportService.Adapter.handler(String action,
Version version) |
Constructor and Description |
---|
BytesTransportRequest(BytesReference bytes,
Version version) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalTransport.messageReceived(byte[] data,
String action,
LocalTransport sourceTransport,
Version version,
Long sendRequestId) |
Constructor and Description |
---|
LocalTransport(Settings settings,
ThreadPool threadPool,
Version version) |
LocalTransportChannel(LocalTransport sourceTransport,
TransportServiceAdapter sourceTransportServiceAdapter,
LocalTransport targetTransport,
String action,
long requestId,
Version version) |
Modifier and Type | Field and Description |
---|---|
protected Version |
NettyTransport.version |
Modifier and Type | Method and Description |
---|---|
protected String |
MessageChannelHandler.handleRequest(org.jboss.netty.channel.Channel channel,
StreamInput buffer,
long requestId,
Version version) |
static void |
NettyHeader.writeHeader(org.jboss.netty.buffer.ChannelBuffer buffer,
long requestId,
byte status,
Version version) |
Constructor and Description |
---|
NettyTransport(Settings settings,
ThreadPool threadPool,
NetworkService networkService,
BigArrays bigArrays,
Version version) |
NettyTransportChannel(NettyTransport transport,
TransportServiceAdapter transportServiceAdapter,
String action,
org.jboss.netty.channel.Channel channel,
long requestId,
Version version,
String profileName) |
Copyright © 2009–2015. All rights reserved.