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,com.google.common.collect.ImmutableList<AliasMetaData>> |
GetIndexResponse.aliases() |
ImmutableOpenMap<String,com.google.common.collect.ImmutableList<AliasMetaData>> |
GetIndexResponse.getAliases() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetIndexResponse.getMappings() |
ImmutableOpenMap<String,Settings> |
GetIndexResponse.getSettings() |
ImmutableOpenMap<String,com.google.common.collect.ImmutableList<IndexWarmersMetaData.Entry>> |
GetIndexResponse.getWarmers() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
GetIndexResponse.mappings() |
ImmutableOpenMap<String,Settings> |
GetIndexResponse.settings() |
ImmutableOpenMap<String,com.google.common.collect.ImmutableList<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,com.google.common.collect.ImmutableList<IndexWarmersMetaData.Entry>> |
GetWarmersResponse.getWarmers() |
ImmutableOpenMap<String,com.google.common.collect.ImmutableList<IndexWarmersMetaData.Entry>> |
GetWarmersResponse.warmers() |
Modifier and Type | Method and Description |
---|---|
ImmutableOpenMap<String,ClusterState.Custom> |
ClusterState.customs() |
ImmutableOpenMap<String,ClusterState.Custom> |
ClusterState.getCustoms() |
Constructor and Description |
---|
ClusterState(ClusterName clusterName,
long version,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs) |
Modifier and Type | Method and Description |
---|---|
ImmutableOpenMap<String,ImmutableOpenMap<String,AliasMetaData>> |
MetaData.aliases() |
ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> |
MetaData.findMappings(String[] concreteIndices,
String[] types) |
ImmutableOpenMap<String,ImmutableOpenMap<String,AliasMetaData>> |
MetaData.getAliases() |
Constructor and Description |
---|
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedString> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedString> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedString> 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<Object,Object> |
ContextHolder.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 |
---|
Builder(ImmutableOpenMap<KType,VType> map) |
Constructor and Description |
---|
ParentChildAtomicFieldData(ImmutableOpenMap<String,AtomicOrdinalsFieldData> typeToIds) |
Constructor and Description |
---|
MultiFields(ContentPath.Type pathType,
ImmutableOpenMap<String,Mapper> mappers) |
Copyright © 2009–2015. All rights reserved.