Skip navigation links
Spring Data for Apache Geode Parent
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Annotation Interfaces
  • Fields
  • Methods
  • Annotation Interface Elements
  • Deprecated Classes
    Class
    Description
    org.springframework.data.gemfire.config.annotation.RedisServerConfiguration
    Support for the Redis Server protocol in Apache Geode to service Redis clients is targeted to be removed in the Apache Geode project as of Apache Geode 1.15.
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.data.gemfire.config.annotation.EnableRedisServer
    Support for the Redis Server protocol in Apache Geode to service Redis clients is targeted to be removed in the Apache Geode project as of Apache Geode 1.15.
  • 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()
     

Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.