public interface ElasticsearchPersistentEntity<T> extends PersistentEntity<T,ElasticsearchPersistentProperty>
hasIdProperty, hasVersionProperty
Modifier and Type | Method and Description |
---|---|
String |
getIndexName() |
String |
getIndexStoreType() |
String |
getIndexType() |
ElasticsearchPersistentProperty |
getParentIdProperty() |
String |
getParentType() |
String |
getRefreshInterval() |
short |
getReplicas() |
short |
getShards() |
ElasticsearchPersistentProperty |
getVersionProperty() |
boolean |
isCreateIndexAndMapping() |
boolean |
isUseServerConfiguration() |
String |
settingPath() |
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty
String getIndexName()
String getIndexType()
short getShards()
short getReplicas()
boolean isUseServerConfiguration()
String getRefreshInterval()
String getIndexStoreType()
ElasticsearchPersistentProperty getVersionProperty()
getVersionProperty
in interface PersistentEntity<T,ElasticsearchPersistentProperty>
String getParentType()
ElasticsearchPersistentProperty getParentIdProperty()
String settingPath()
boolean isCreateIndexAndMapping()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.