public class ElasticSearchMappingStore extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ES_MAPPING_PROPERTIES |
protected static String |
ES_MAPPING_TYPE |
protected static String |
JAVA_LANG |
Constructor and Description |
---|
ElasticSearchMappingStore(ElasticSearchIndexProvider indexProvider) |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
convertType(String type) |
MetaObject |
getMetaObject(String clusterId,
String type) |
protected Set<MetaProperty> |
inspectTree(Optional<String> key,
Map<String,Object> mapping) |
protected Class<?> |
loadClass(String type) |
void |
updateMetaModel(KObject object,
MetaObject metaObject) |
protected static final String ES_MAPPING_PROPERTIES
protected static final String ES_MAPPING_TYPE
protected static final String JAVA_LANG
public ElasticSearchMappingStore(ElasticSearchIndexProvider indexProvider)
public void updateMetaModel(KObject object, MetaObject metaObject)
public MetaObject getMetaObject(String clusterId, String type)
protected Set<MetaProperty> inspectTree(Optional<String> key, Map<String,Object> mapping)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.