Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Annotation Interfaces
  • Fields
  • Methods
  • Annotation Interface Elements
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.data.gemfire.search.lucene.LuceneOperations
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.ProjectingLuceneOperations
    To be removed in GemFire 10 integration
  • Deprecated Classes
    Class
    Description
    org.springframework.data.gemfire.config.support.LuceneIndexRegionBeanFactoryPostProcessor
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.LuceneAccessor
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.LuceneTemplate
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.ProjectingLuceneTemplate
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.support.LuceneAccessorSupport
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.support.LuceneOperationsSupport
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.support.LucenePage
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.support.ProjectingLuceneAccessorSupport
    To be removed in GemFire 10 integration
    org.springframework.data.gemfire.search.lucene.support.ProjectingLuceneOperationsSupport
    To be removed in GemFire 10 integration
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.data.gemfire.mapping.annotation.LuceneIndexed
    To be removed in GemFire 10 integration
  • Deprecated Fields
    Field
    Description
    org.springframework.data.gemfire.repository.query.QueryString.COUNT_QUERY
    use QueryString.COUNT_PROJECTION.
    org.springframework.data.gemfire.repository.query.QueryString.STAR_QUERY
    use QueryString.STAR_PROJECTION.
  • Deprecated Methods
    Method
    Description
    org.springframework.data.gemfire.client.PoolFactoryBean.create(PoolFactory, String)
    Use PoolFactoryBean.createPool(PoolFactory, String) instead.
    org.springframework.data.gemfire.client.PoolFactoryBean.setThreadLocalConnections(boolean)
    org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.Builder.with(List<ClientHttpRequestInterceptor>)
    use RestHttpGemfireAdminTemplate.Builder.withInterceptors(List).
    org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.Builder.with(ClientHttpRequestInterceptor...)
    use RestHttpGemfireAdminTemplate.Builder.withInterceptors(ClientHttpRequestInterceptor...).
    org.springframework.data.gemfire.config.annotation.ClientCacheApplication.logLevel()
    Apache Geode cache logging can only be configured using a logging provider (e.g. Log4j).
    org.springframework.data.gemfire.config.annotation.ClientCacheApplication.threadLocalConnections()
     
    org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate.resolveClientCache()
    as of 2.3.0; Use AbstractClientFunctionTemplate.resolveRegionService().
    org.springframework.data.gemfire.repository.query.QueryString.fromRegion(Class<?>, Region<?, ?>)
    use QueryString.fromRegion(Region, Class).
    org.springframework.data.gemfire.wan.GatewaySenderFactoryBean.setManualStart(boolean)
    org.springframework.data.gemfire.wan.GatewaySenderFactoryBean.setManualStart(Boolean)
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    org.springframework.data.gemfire.config.annotation.ClientCacheApplication.logLevel()
    Apache Geode cache logging can only be configured using a logging provider (e.g. Log4j).
    org.springframework.data.gemfire.config.annotation.ClientCacheApplication.threadLocalConnections()