| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,List<AliasMetaData>> |
GetAliasesResponse.getAliases() |
| Constructor and Description |
|---|
GetAliasesResponse(ImmutableOpenMap<String,List<AliasMetaData>> aliases) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,List<AliasMetaData>> |
GetIndexResponse.aliases() |
ImmutableOpenMap<String,List<AliasMetaData>> |
GetIndexResponse.getAliases() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetIndexResponse.getMappings() |
ImmutableOpenMap<String,Settings> |
GetIndexResponse.getSettings() |
ImmutableOpenMap<String,List<IndexWarmersMetaData.Entry>> |
GetIndexResponse.getWarmers() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetIndexResponse.mappings() |
ImmutableOpenMap<String,Settings> |
GetIndexResponse.settings() |
ImmutableOpenMap<String,List<IndexWarmersMetaData.Entry>> |
GetIndexResponse.warmers() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetIndexResponse.getMappings() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetIndexResponse.mappings() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetMappingsResponse.getMappings() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetMappingsResponse.mappings() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetMappingsResponse.getMappings() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetMappingsResponse.mappings() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,Settings> |
GetSettingsResponse.getIndexToSettings() |
| Constructor and Description |
|---|
GetSettingsResponse(ImmutableOpenMap<String,Settings> indexToSettings) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> |
IndicesShardStoresResponse.getStoreStatuses()
Returns
IndicesShardStoresResponse.StoreStatuss
grouped by their index names and shard ids. |
| Constructor and Description |
|---|
IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses,
List<IndicesShardStoresResponse.Failure> failures) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,List<IndexWarmersMetaData.Entry>> |
GetWarmersResponse.getWarmers() |
ImmutableOpenMap<String,List<IndexWarmersMetaData.Entry>> |
GetWarmersResponse.warmers() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ClusterState.Custom> |
ClusterState.customs() |
ImmutableOpenMap<String,ClusterState.Custom> |
ClusterState.getCustoms() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Diffable<T>> |
DiffableUtils.diff(ImmutableOpenMap<String,T> before,
ImmutableOpenMap<String,T> after)
Calculates diff between two ImmutableOpenMaps of Diffable objects
|
static <T extends Diffable<T>> |
DiffableUtils.readImmutableOpenMapDiff(StreamInput in,
DiffableUtils.KeyedReader<T> keyedReader)
Loads an object that represents difference between two ImmutableOpenMaps
|
static <T extends Diffable<T>> |
DiffableUtils.readImmutableOpenMapDiff(StreamInput in,
T proto)
Loads an object that represents difference between two ImmutableOpenMaps
|
| Modifier and Type | Method and Description |
|---|---|
ClusterState.Builder |
ClusterState.Builder.customs(ImmutableOpenMap<String,ClusterState.Custom> customs) |
static <T extends Diffable<T>> |
DiffableUtils.diff(ImmutableOpenMap<String,T> before,
ImmutableOpenMap<String,T> after)
Calculates diff between two ImmutableOpenMaps of Diffable objects
|
static <T extends Diffable<T>> |
DiffableUtils.diff(ImmutableOpenMap<String,T> before,
ImmutableOpenMap<String,T> after)
Calculates diff between two ImmutableOpenMaps of Diffable objects
|
| Constructor and Description |
|---|
ClusterState(ClusterName clusterName,
long version,
String stateUUID,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs,
boolean wasReadFromDiff) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
MetaData.findMappings(String[] concreteIndices,
String[] types) |
| Modifier and Type | Method and Description |
|---|---|
MetaData.Builder |
MetaData.Builder.customs(ImmutableOpenMap<String,MetaData.Custom> customs) |
MetaData.Builder |
MetaData.Builder.indices(ImmutableOpenMap<String,IndexMetaData> indices) |
MetaData.Builder |
MetaData.Builder.templates(ImmutableOpenMap<String,IndexTemplateMetaData> templates) |
| Constructor and Description |
|---|
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedXContent> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedXContent> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedXContent> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.dataNodes()
Get a
Map of the discovered data nodes arranged by their ids |
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.getDataNodes()
Get a
Map of the discovered data nodes arranged by their ids |
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.getMasterNodes()
Get a
Map of the discovered master nodes arranged by their ids |
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.getNodes()
Get a
Map of the discovered nodes arranged by their ids |
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.masterAndDataNodes()
Get a
Map of the discovered master and data nodes arranged by their ids |
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.masterNodes()
Get a
Map of the discovered master nodes arranged by their ids |
ImmutableOpenMap<String,DiscoveryNode> |
DiscoveryNodes.nodes()
Get a
Map of the discovered nodes arranged by their ids |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ClusterState.Custom> |
RoutingNodes.customs() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<Object,Object> |
HasContext.getContext() |
ImmutableOpenMap<Object,Object> |
DelegatingHasContextAndHeaders.getContext() |
ImmutableOpenMap<Object,Object> |
ContextAndHeaderHolder.getContext() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<KType,VType> |
ImmutableOpenMap.Builder.build()
Builds a new instance of the
|
static <KType,VType> |
ImmutableOpenMap.copyOf(com.carrotsearch.hppc.ObjectObjectMap<KType,VType> map) |
static <KType,VType> |
ImmutableOpenMap.of() |
| Modifier and Type | Method and Description |
|---|---|
static <KType,VType> |
ImmutableOpenMap.builder(ImmutableOpenMap<KType,VType> map) |
| Constructor and Description |
|---|
ImmutableOpenMap.Builder(ImmutableOpenMap<KType,VType> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexAliasesService.setAliases(ImmutableOpenMap<String,AliasMetaData> aliases) |
| Constructor and Description |
|---|
ParentChildAtomicFieldData(ImmutableOpenMap<String,AtomicOrdinalsFieldData> typeToIds) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<Object,Object> |
PercolateContext.getContext() |
Copyright © 2009–2017. All rights reserved.