| Package | Description |
|---|---|
| org.elasticsearch.gateway |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<GatewayMetaState.IndexMetaWriteInfo> |
GatewayMetaState.resolveStatesToBeWritten(com.google.common.collect.ImmutableSet<String> previouslyWrittenIndices,
Set<String> potentiallyUnwrittenIndices,
MetaData previousMetaData,
MetaData newMetaData)
Loads the current meta state for each index in the new cluster state and checks if it has to be persisted.
|
Copyright © 2009–2017. All rights reserved.