- CACHE_LOAD_EXCEPTION_MESSAGE - Static variable in class org.springframework.geode.cache.RepositoryCacheLoader
-
- CacheLoaderSupport<K,V> - Interface in org.springframework.geode.cache.support
-
The
CacheLoaderSupport
interface is an extension of
CacheLoader
and a
FunctionalInterface
useful in Lambda expressions.
- CacheNameAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration
class used to configure the Apache Geode
/ Pivotal GemFire ClientCache
application or peer Cache
member node name
(i.e.
- CacheNameAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.CacheNameAutoConfiguration
-
- CacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheProperties
-
- CacheProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot ConfigurationProperties
used to configure Apache Geode / Pivotal GemFire peer Cache
,
ClientCache
and CacheServer
objects.
- CacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- CacheProperties.CompressionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
- CacheProperties.OffHeapProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
- CacheServerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheServerProperties
-
- CacheServerProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot ConfigurationProperties
used to configure an Apache Geode / Pivotal GemFire CacheServer
.
- CacheServerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- CacheWriterSupport<K,V> - Interface in org.springframework.geode.cache.support
-
Class supporting the implementation of Apache Geode / Pivotal GemFire (PCC) CacheWriters
.
- CachingProviderAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration
for Spring's Cache Abstraction
using Apache Geode as the caching provider.
- CachingProviderAutoConfiguration.SpringCacheTypeCondition - Class in org.springframework.geode.boot.autoconfigure
-
- clearResults() - Method in class org.springframework.geode.function.support.AbstractResultCollector
-
- ClientCacheAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration
for bootstrapping an Apache Geode ClientCache
instance constructed, configured and initialized with Spring Data for Apache Geode.
- ClientCacheAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.ClientCacheAutoConfiguration
-
- ClientCacheCondition() - Constructor for class org.springframework.geode.boot.actuate.autoconfigure.config.ClientCacheHealthIndicatorConfiguration.ClientCacheCondition
-
- ClientCacheHealthIndicatorConfiguration - Class in org.springframework.geode.boot.actuate.autoconfigure.config
-
Spring @Configuration
class declaring Spring beans for Apache Geode/Pivotal GemFire
ClientCache
HealthIndicators
.
- ClientCacheHealthIndicatorConfiguration() - Constructor for class org.springframework.geode.boot.actuate.autoconfigure.config.ClientCacheHealthIndicatorConfiguration
-
- ClientCacheHealthIndicatorConfiguration.ClientCacheCondition - Class in org.springframework.geode.boot.actuate.autoconfigure.config
-
- ClientCacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientCacheProperties
-
- ClientCacheProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot ConfigurationProperties
used to configure an Apache Geode / Pivotal GemFire ClientCache
.
- ClientCacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
-
- ClientRegionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientRegionProperties
-
- ClientSecurityAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration
enabling Apache Geode's Security functionality,
and specifically Authentication between a client and server using Spring Data Geode Security annotations.
- ClientSecurityAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration
-
- ClientSecurityAutoConfiguration.AutoConfiguredCloudSecurityEnvironmentPostProcessor - Class in org.springframework.geode.boot.autoconfigure
-
- ClientSecurityProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot ConfigurationProperties
used to configure an Apache Geode / Pivotal GemFire ClientCache
Security (authentication & authorization).
- ClientSecurityProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
-
- close() - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
- close() - Method in interface org.springframework.geode.cache.support.CacheLoaderSupport
-
Closes any resources opened and used by this CacheLoader
.
- close() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
-
- close() - Method in class org.springframework.geode.security.support.SecurityManagerSupport
-
- close() - Method in class org.springframework.geode.security.TestAuthInitialize
-
- CLOUD_CACHE_SERVICE_INSTANCE_NAME_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration
-
- CLOUD_SECURITY_ENVIRONMENT_POST_PROCESSOR_ENABLED_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration
-
- CloudCacheService - Class in org.springframework.geode.core.env.support
-
The
CloudCacheService
class is an Abstract Data Type (ADT) modeling the Pivotal Cloud Cache service
in Pivotal CloudFoundry (PCF).
- CloudCacheService.Locator - Class in org.springframework.geode.core.env.support
-
- ClusterAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.ClusterAvailableCondition
-
- ClusterAvailableConfiguration - Class in org.springframework.geode.config.annotation
-
The
ClusterAvailableConfiguration
class is a Spring
@Configuration
class that enables
configuration when an Apache Geode or Pivotal GemFire cluster of servers are available.
- ClusterAvailableConfiguration() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration
-
- ClusterAvailableConfiguration.AnyClusterAvailableCondition - Class in org.springframework.geode.config.annotation
-
- ClusterAvailableConfiguration.ClusterAvailableCondition - Class in org.springframework.geode.config.annotation
-
- ClusterAwareCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
- ClusterAwareConfiguration - Class in org.springframework.geode.config.annotation
-
The
ClusterAwareConfiguration
class is a Spring
@Configuration
class imported by
EnableClusterAware
used to determine whether a Spring Boot application using Apache Geode should run
in local-only mode or client/server.
- ClusterAwareConfiguration() - Constructor for class org.springframework.geode.config.annotation.ClusterAwareConfiguration
-
- ClusterAwareConfiguration.ClusterAwareCondition - Class in org.springframework.geode.config.annotation
-
- ClusterNotAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.ClusterNotAvailableCondition
-
- ClusterNotAvailableConfiguration - Class in org.springframework.geode.config.annotation
-
The
ClusterNotAvailableConfiguration
class is a Spring
@Configuration
class that
enables configuration when an Apache Geode or Pivotal GemFire cluster of servers is not available.
- ClusterNotAvailableConfiguration() - Constructor for class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
-
- ClusterNotAvailableConfiguration.AllClusterNotAvailableConditions - Class in org.springframework.geode.config.annotation
-
- ClusterNotAvailableConfiguration.ClusterNotAvailableCondition - Class in org.springframework.geode.config.annotation
-
- ClusterNotAvailableConfiguration.NotCloudFoundryEnvironmentCondition - Class in org.springframework.geode.config.annotation
-
- ClusterProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot ConfigurationProperties
used to configure the DataPolicy
of all Regions
in an Apache Geode / Pivotal GemFire cluster.
- ClusterProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ClusterProperties
-
- ClusterProperties.RegionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
- compareTo(CloudCacheService.Locator) - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
- compareTo(User) - Method in class org.springframework.geode.core.env.support.User
-
- compareTo(TestSecurityManager.User) - Method in class org.springframework.geode.security.TestSecurityManager.User
-
- CompressionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.CompressionProperties
-
- computeStatistics(PartitionedRegion) - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- ConditionalOnMissingProperty - Annotation Type in org.springframework.geode.boot.autoconfigure.condition
-
The
ConditionalOnMissingProperty
annotation is a Spring
Conditional
used to conditionally enable
or disable functionality based on the absence of any declared properties.
- configure(String, ClientRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.InlineCachingRegionConfigurer
-
- configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.InlineCachingRegionConfigurer
-
- configure(String, ClientRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
- configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
- configure(String, ClientRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
- configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
- configureAsLocalClientRegion(Environment, Object) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
-
- configureAsLocalClientRegion(Environment, CacheTypeAwareRegionFactoryBean<K, V>) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
-
- configureAsLocalClientRegion(Environment, ClientRegionFactoryBean<K, V>) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
-
- configureSecurityContext(ConfigurableEnvironment) - Method in class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration.AutoConfiguredCloudSecurityEnvironmentPostProcessor
-
- ContinuousQueryAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration
enabling Apache Geode's Continuous Query (CQ)
functionality in a ClientCache
application.
- ContinuousQueryAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.ContinuousQueryAutoConfiguration
-
- create(CrudRepository<T, ID>, Predicate<String>) - Static method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Factory method used to construct a new instance of
RepositoryCacheLoaderRegionConfigurer
initialized with
the given Spring Data
CrudRepository
used to load
Region
values on cache misses as well as
the given
Predicate
used to identify/qualify the
Region
on which the
CrudRepository
will be registered and used as a
CacheLoader
.
- create(CrudRepository<T, ID>, String) - Static method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Factory method used to construct a new instance of
RepositoryCacheLoaderRegionConfigurer
initialized with
the given Spring Data
CrudRepository
used to load
Region
values on cache misses as well as
the given
String
identifying/qualifying the
Region
on which the
CrudRepository
will be registered and used as a
CacheLoader
.
- create(CrudRepository<T, ID>, Predicate<String>) - Static method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Factory method used to construct a new instance of
RepositoryCacheWriterRegionConfigurer
initialized with
the given Spring Data
CrudRepository
used to write
Region
values to a backend data source
/data store along with a given
Predicate
to identify/qualify the
Region
on which
the
CrudRepository
will be registered and used as a
CacheWriter
.
- create(CrudRepository<T, ID>, String) - Static method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Factory method used to construct a new instance of
RepositoryCacheWriterRegionConfigurer
initialized with
the given Spring Data
CrudRepository
used to write
Region
values to a backend data source
/data store along with a given
Predicate
to identify/qualify the
Region
on which
the
CrudRepository
will be registered and used as a
CacheWriter
.
- create() - Static method in class org.springframework.geode.security.TestAuthInitialize
-
- create(String) - Static method in class org.springframework.geode.security.TestSecurityManager.User
-
- GemFireFunctionExecutionAutoConfigurationRegistrar - Class in org.springframework.geode.function.config
-
- GemFireFunctionExecutionAutoConfigurationRegistrar() - Constructor for class org.springframework.geode.function.config.GemFireFunctionExecutionAutoConfigurationRegistrar
-
- GemFireProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
-
Spring Boot ConfigurationProperties
for well-known, documented Spring Data for Apache Geode/Pivotal GemFire
(SDG) Properties
.
- GemFireProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- GemFirePropertiesAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration
class used to configure Spring Boot
@ConfigurationProperites
classes and beans from the Spring Environment
containing Apache Geode / Pivotal GemFire configuration properties.
- GemFirePropertiesAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.GemFirePropertiesAutoConfiguration
-
- GemFireRepositoriesAutoConfigurationRegistrar - Class in org.springframework.geode.boot.autoconfigure
-
Spring ImportBeanDefinitionRegistrar
used to auto-configure Spring Data Geode Repositories.
- GemFireRepositoriesAutoConfigurationRegistrar() - Constructor for class org.springframework.geode.boot.autoconfigure.GemFireRepositoriesAutoConfigurationRegistrar
-
- GeodeAssertions - Class in org.springframework.geode.util
-
Abstract utility class containing different assertions for Apache Geode objects, such as a GemFireCache
or Region
, and so on.
- GeodeAssertions() - Constructor for class org.springframework.geode.util.GeodeAssertions
-
- GeodeAssertions.AssertThat<T> - Interface in org.springframework.geode.util
-
- GeodeAsyncEventQueuesHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeAsyncEventQueuesHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeAsyncEventQueuesHealthIndicator
-
- GeodeAsyncEventQueuesHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeAsyncEventQueuesHealthIndicator
-
- GeodeCacheHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeCacheHealthIndicator
class is a Spring Boot
HealthIndicator
providing details about
the health of the
GemFireCache
, the
DistributedSystem
, this
DistributedMember
and the
ResourceManager
.
- GeodeCacheHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeCacheHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeCacheHealthIndicator
,
which will not provide any health information.
- GeodeCacheHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeCacheHealthIndicator
-
- GeodeCacheServersHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeCacheServersHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeCacheServersHealthIndicator
-
- GeodeCacheServersHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeCacheServersHealthIndicator
-
- GeodeContinuousQueriesHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeContinuousQueriesHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
-
- GeodeContinuousQueriesHealthIndicator(ContinuousQueryListenerContainer) - Constructor for class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
-
- GeodeDiskStoresHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeDiskStoresHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
-
- GeodeDiskStoresHealthIndicator(ApplicationContext) - Constructor for class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
-
- GeodeGatewayReceiversHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeGatewayReceiversHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewayReceiversHealthIndicator
-
- GeodeGatewayReceiversHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewayReceiversHealthIndicator
-
- GeodeGatewaySendersHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeGatewaySendersHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewaySendersHealthIndicator
-
- GeodeGatewaySendersHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewaySendersHealthIndicator
-
- GeodeHealthIndicatorAutoConfiguration - Class in org.springframework.geode.boot.actuate.autoconfigure
-
Spring Boot auto-configuration
for Apache Geode/Pivotal GemFire
HealthIndicators
.
- GeodeHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.geode.boot.actuate.autoconfigure.GeodeHealthIndicatorAutoConfiguration
-
- GeodeIndexesHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeIndexesHealthIndicator
class is a Spring Boot
HealthIndicator
providing details about
the health of Apache Geode
Region
OQL
Indexes
.
- GeodeIndexesHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeIndexesHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeIndexesHealthIndicator
,
which will not provide any health information.
- GeodeIndexesHealthIndicator(ApplicationContext) - Constructor for class org.springframework.geode.boot.actuate.GeodeIndexesHealthIndicator
-
- GeodePoolsHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodePoolsHealthIndicator
class is a Spring Boot
HealthIndicator
providing details about
the health of the configured Apache Geode client
Pools
.
- GeodePoolsHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodePoolsHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodePoolsHealthIndicator
,
which will not provide any health information.
- GeodePoolsHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodePoolsHealthIndicator
-
- GeodeRegionsHealthIndicator - Class in org.springframework.geode.boot.actuate
-
- GeodeRegionsHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeRegionsHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeRegionsHealthIndicator
,
which will not provide any health information.
- GeodeRegionsHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeRegionsHealthIndicator
-
- get(Object, String) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Gets the value
of the given named
Field
on the given Object
.
- get(Object, Field) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Gets the value
of the given Field
on the given Object
.
- getAccessFile() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
-
- getAccessor() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
-
- getAccessorPostProcessor() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
-
- getAlias() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateProperties
-
- getAll() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getAnnotation() - Method in class org.springframework.geode.boot.autoconfigure.GemFireRepositoriesAutoConfigurationRegistrar
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
-
- getAnnotationType() - Method in class org.springframework.geode.config.annotation.support.TypelessAnnotationConfigSupport
-
- getApplicationContext() - Method in class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
-
Returns an Optional
reference to the Spring ApplicationContext
.
- getApplicationContext() - Method in class org.springframework.geode.boot.actuate.GeodeIndexesHealthIndicator
-
Returns an Optional
reference to the Spring ApplicationContext
.
- getAttributes() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionProperties
-
- getAuthenticationInitializer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
-
- getAuthenticationInitializer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
-
- getAuthenticator() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
-
- getAuthenticator() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
-
- getBasePackages() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.EntityProperties
-
- getBeanFactory() - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
-
- getBeanName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionSerializerProperties
-
- getBindAddress() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getBindAddress() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
-
- getBindAddress() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
-
- getBindAddress() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.RedisServerProperties
-
- getCache() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getCache() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties
-
- getCertificate() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getCiphers() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getClassName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityManagerProperties
-
- getClassName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityPostProcessorProperties
-
- getClient() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheProperties
-
- getClient() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getClient() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getCluster() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getCluster() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getCompactionThreshold() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getComponents() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getCompression() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getCompressorBeanName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.CompressionProperties
-
- getConfiguration() - Method in class org.springframework.geode.boot.autoconfigure.GemFireRepositoriesAutoConfigurationRegistrar
-
- getConfiguration() - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
-
- getConfiguration() - Method in class org.springframework.geode.function.config.GemFireFunctionExecutionAutoConfigurationRegistrar
-
- getContinuousQueryListenerContainer() - Method in class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
-
Returns an Optional
reference to the configured ContinuousQueryListenerContainer
.
- getCredentials(Properties, DistributedMember, boolean) - Method in class org.springframework.geode.security.TestAuthInitialize
-
- getCriticalHeapPercentage() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getCriticalOffHeapPercentage() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getCurrentServerLoad() - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
Returns the current, most up-to-date details on the ServerLoad
if possible.
- getCurrentServerMetrics() - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
Returns the current, provided ServerMetrics
if available.
- getDefaultAlias() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getDelegate() - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
Returns the underlying, wrapped ServerLoadProbe
backing this instance.
- getDevRestApi() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
-
- getDiffieHellmanAlgorithm() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
-
- getDirectory() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getDisk() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getDiskStoreName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
-
- getDiskUsageCriticalPercentage() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getDiskUsageWarningPercentage() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getDistributedSystemId() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
-
- getDurableClientId() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
-
- getDurableClientId() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
-
- getDurableClientTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
-
- getDurableClientTimeout() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
-
- getEntities() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getEnvironment() - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
-
- getEvictionHeapPercentage() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getEvictionOffHeapPercentage() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getExpiration() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionProperties
-
- getFile() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityLogProperties
-
- getFreeConnectionTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getGateway() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getGemFireCache() - Method in class org.springframework.geode.boot.actuate.health.AbstractGeodeHealthIndicator
-
Returns a reference to the GemFireCache
instance.
- getGemfireHealthIndicatorFunctions() - Method in class org.springframework.geode.boot.actuate.GeodeCacheHealthIndicator
-
Return a collection of Functions
that apply HealthIndicator
information
about the GemFireCache
to the Health
aggregate object.
- getGemfireRegionHealthIndicatorConsumers() - Method in class org.springframework.geode.boot.actuate.GeodeRegionsHealthIndicator
-
Returns the collection of BiConsumer
objects that applies health details about the GemFireCache
Regions
to the Health
object.
- getGfshUrl() - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Returns an Optional
Gfsh URL
, if configured, used to connect to Pivotal GemFire's
Management REST API (service).
- getGroups() - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
-
- getHitCount() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- getHitRatio() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- getHost() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties
-
- getHost() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties.HttpServiceProperties
-
- getHost() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
- getHostnameForClients() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getHostnameForClients() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
-
- getHttp() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties
-
- getHttp() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties
-
- getIdleTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getIndexable() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionAttributesProperties
-
- getIniResourcePath() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.ApacheShiroProperties
-
- getInstance() - Static method in class org.springframework.geode.security.support.SecurityManagerProxy
-
Returns a reference to the single
SecurityManagerProxy
instance configured by
Apache Geode/Pivotal GemFire in startup.
- getJmx() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getKeepAlive() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
-
- getKeystore() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getKeystoreConfig() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getLastAccessedTime() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- getLastModifiedTime() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- getLevel() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
-
- getLevel() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityLogProperties
-
- getLoad(ServerMetrics) - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
- getLoadConditioningInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getLoadPollInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getLocation() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.DirectoryProperties
-
- getLocator() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getLocator() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getLocatorList() - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Returns a List
of Pivotal GemFire Locator network endpoints.
- getLocators() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getLocators() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getLocators() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
-
- getLocators() - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Returns an Optional
String
containing the list of Pivotal GemFire Locator network endpoints.
- getLockLease() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
-
- getLockTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
-
- getLog() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getLogDiskSpaceLimit() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
-
- getLogFile() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
-
- getLogFileSizeLimit() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
-
- getLogger() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
-
- getLogger() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
-
- getLogger() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
-
- getLogging() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getLogLevel() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getManagement() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getManager() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getManager() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.boot.autoconfigure.condition.OnMissingPropertyCondition
-
- getMaxConnections() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getMaxConnections() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getMaxInactiveIntervalSeconds() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionExpirationProperties
-
- getMaxMessageCount() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getMaxOplogSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getMaxThreads() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getMaxTimeBetweenPings() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getMemberName() - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
-
- getMemcached() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties
-
- getMemorySize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.OffHeapProperties
-
- getMessageSyncInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
-
- getMessageTimeToLive() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getMinConnections() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getMissCount() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- getName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.PoolProperties
-
- getName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionRegionProperties
-
- getName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getName() - Method in class org.springframework.geode.core.env.support.Service
-
- getName() - Method in class org.springframework.geode.core.env.support.User
-
Returns the
name
of this
User
.
- getName() - Method in class org.springframework.geode.security.TestSecurityManager.User
-
- getOffHeap() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getPartitionRegion() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
-
- getPassword() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getPassword() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.KeyStoreProperties
-
- getPassword() - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor
-
Deprecated.
- getPassword() - Method in class org.springframework.geode.core.env.support.User
-
Returns an
Optional
String
containing
User's
password.
- getPasswordFile() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
-
- getPdx() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getPeer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getPeer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getPingInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getPool() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getPool() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientCacheProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties.HttpServiceProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.MemcachedServerProperties
-
- getPort() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.RedisServerProperties
-
- getPort() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
- getPostProcessor() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getPropertiesFile() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getProperty(String) - Method in class org.springframework.geode.core.env.VcapPropertySource
-
- getProtocol() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.MemcachedServerProperties
-
- getProtocols() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getQueueSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getReadTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getReadyForEvents() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
-
- getRedis() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties
-
- getRegion() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheServerProperties
-
- getRegion() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientCacheProperties
-
- getRegion() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionProperties
-
- getRegion() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClusterProperties
-
- getRegionBeanName() - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Returns the configured Predicate
used to identify/qualify the Region
on which the CrudRepository
will be registered as a CacheLoader
for cache misses.
- getRegionBeanName() - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Returns the configured Predicate
used to identify/qualify the Region
on which the CrudRepository
will be registered as a CacheWriter
for write through.
- getRegionNames() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.CompressionProperties
-
- getRegionNames() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.OffHeapProperties
-
- getRemoteLocators() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
-
- getRepository() - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Returns the configured Spring Data CrudRepository
adapted/wrapped as a CacheLoader
and used to load Region
values on cache misses.
- getRepository() - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Returns the configured Spring Data CrudRepository
adapted/wrapped as a CacheWriter
and used to write Region
values to a backend data source/data store.
- getRepository() - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
-
- getRepositoryConfigurationExtension() - Method in class org.springframework.geode.boot.autoconfigure.GemFireRepositoriesAutoConfigurationRegistrar
-
- getResult() - Method in class org.springframework.geode.function.support.AbstractResultCollector
-
- getResult(long, TimeUnit) - Method in class org.springframework.geode.function.support.AbstractResultCollector
-
- getRetryAttempts() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getRole() - Method in class org.springframework.geode.core.env.support.User
-
- getSearchTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
-
- getSecurity() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getSecurityManager() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
-
Returns a reference to the Apache Geode
SecurityManager
instance
delegated to by this
SecurityManagerProxy
.
- getSerializer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionProperties
-
- getSerializerBeanName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
-
- getServer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheProperties
-
- getServer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
-
- getServer() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getServerGroup() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getServers() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getService() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
-
- getSession() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties
-
- getShiro() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getShortcut() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientRegionProperties
-
- getShortcut() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ServerRegionProperties
-
- getSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.DirectoryProperties
-
- getSocketBufferSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getSocketBufferSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getSsl() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getStatisticInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getStore() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties
-
- getSubject() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
- getSubscriptionAckInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getSubscriptionCapacity() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getSubscriptionDiskStoreName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getSubscriptionEvictionPolicy() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getSubscriptionRedundancy() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
-
- getTimeInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- getTruststore() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getTruststoreConfig() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
-
- getType() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClusterProperties.RegionProperties
-
- getType() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.KeyStoreProperties
-
- getUpdateRate() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
-
- getUsername() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
-
- getUsername() - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor
-
Deprecated.
- getVcapServicePredicate() - Method in class org.springframework.geode.core.env.VcapPropertySource
-
- getVerifyMemberTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
-
- getWeb() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
-
- getWriteBufferSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
-
- GroupsConfiguration - Class in org.springframework.geode.config.annotation
-
The
GroupsConfiguration
class is a Spring
Configuration
class used to configure the groups
in which is member belongs in an Apache Geode/Pivotal GemFire distributed system, whether the member
is a
ClientCache
in a client/server topology or a
peer Cache
in a cluster
using the P2P topology.
- GroupsConfiguration() - Constructor for class org.springframework.geode.config.annotation.GroupsConfiguration
-