Modifier and Type | Method and Description |
---|---|
String[] |
IndicesAliasesRequest.AliasActions.concreteAliases(MetaData metaData,
String concreteIndex) |
Modifier and Type | Method and Description |
---|---|
void |
IndexRequest.process(MetaData metaData,
MappingMetaData mappingMd,
boolean allowIdGeneration,
String concreteIndex) |
Modifier and Type | Method and Description |
---|---|
MetaData |
ClusterState.getMetaData() |
MetaData |
ClusterState.metaData() |
Modifier and Type | Method and Description |
---|---|
ClusterState.Builder |
ClusterState.Builder.metaData(MetaData metaData) |
Constructor and Description |
---|
ClusterState(ClusterName clusterName,
long version,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs) |
Modifier and Type | Field and Description |
---|---|
static MetaData |
MetaData.EMPTY_META_DATA |
Modifier and Type | Method and Description |
---|---|
MetaData |
MetaData.Builder.build() |
static MetaData |
MetaData.Builder.fromXContent(XContentParser parser) |
static MetaData |
MetaData.Builder.readFrom(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
static MetaData.Builder |
MetaData.builder(MetaData metaData) |
static boolean |
MetaData.isGlobalStateEquals(MetaData metaData1,
MetaData metaData2) |
static String |
MetaData.Builder.toXContent(MetaData metaData) |
static void |
MetaData.Builder.toXContent(MetaData metaData,
XContentBuilder builder,
ToXContent.Params params) |
void |
AliasValidator.validateAlias(Alias alias,
String index,
MetaData metaData)
Allows to validate an
Alias and make sure
it's valid before it gets added to the index metadata. |
void |
AliasValidator.validateAliasAction(AliasAction aliasAction,
MetaData metaData)
Allows to validate an
AliasAction and make sure
it's valid before it gets added to the index metadata. |
void |
AliasValidator.validateAliasMetaData(AliasMetaData aliasMetaData,
String index,
MetaData metaData)
Allows to validate an
AliasMetaData and make sure
it's valid before it gets added to the index metadata. |
static void |
MetaData.Builder.writeTo(MetaData metaData,
StreamOutput out) |
Constructor and Description |
---|
Builder(MetaData metaData) |
Modifier and Type | Method and Description |
---|---|
MetaData |
RoutingNodes.getMetaData() |
MetaData |
RoutingNodes.metaData() |
Modifier and Type | Method and Description |
---|---|
RoutingTableValidation |
RoutingTable.validate(MetaData metaData) |
void |
IndexRoutingTable.validate(RoutingTableValidation validation,
MetaData metaData) |
RoutingTable |
RoutingTable.validateRaiseException(MetaData metaData) |
Modifier and Type | Method and Description |
---|---|
MetaData |
RoutingAllocation.metaData()
Get metadata of routing nodes
|
Modifier and Type | Method and Description |
---|---|
MetaData |
LocalGatewayMetaState.loadMetaState() |
MetaData |
TransportNodesListGatewayMetaState.NodeLocalGatewayMetaState.metaData() |
Constructor and Description |
---|
NodeLocalGatewayMetaState(DiscoveryNode node,
MetaData metaData) |
Modifier and Type | Method and Description |
---|---|
MetaData |
Repository.readSnapshotMetaData(SnapshotId snapshotId,
com.google.common.collect.ImmutableList<String> indices)
Returns global metadata associate with the snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.initializeSnapshot(SnapshotId snapshotId,
com.google.common.collect.ImmutableList<String> indices,
MetaData metaData)
Starts snapshotting process
|
Modifier and Type | Method and Description |
---|---|
MetaData |
BlobStoreRepository.readSnapshotMetaData(SnapshotId snapshotId,
com.google.common.collect.ImmutableList<String> indices)
Returns global metadata associate with the snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
BlobStoreRepository.initializeSnapshot(SnapshotId snapshotId,
com.google.common.collect.ImmutableList<String> indices,
MetaData metaData)
Starts snapshotting process
|
Copyright © 2009–2015. All rights reserved.