Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAsyncEventOperationRepositoryFunction(RepositoryAsyncEventListener<T, ID>) - Constructor for class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
-
Constructs an new instance of
RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
initialized with the given, requiredRepositoryAsyncEventListener
to which this function is associated. - AbstractCacheDataImporterExporter - Class in org.springframework.geode.data
-
Abstract base class implementing the
CacheDataImporter
andCacheDataExporter
interfaces in order to simplify import/export data access operation implementations in a consistent way. - AbstractCacheDataImporterExporter() - Constructor for class org.springframework.geode.data.AbstractCacheDataImporterExporter
- AbstractCacheResourceResolver() - Constructor for class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Constructs a new instance of
ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
. - AbstractCloudPlatformAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- AbstractCommonEventProcessingCacheListener<K,
V> - Class in org.springframework.geode.cache -
An
abstract base class
implementing the Apache GeodeCacheListener
interface by extending theCacheListenerAdapter
base class, which processes allEntryEvents
andRegionEvents
using the same logic. - AbstractCommonEventProcessingCacheListener() - Constructor for class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- AbstractCommonEventProcessingCacheListener.EntryEventType - Enum Class in org.springframework.geode.cache
- AbstractCommonEventProcessingCacheListener.RegionEventType - Enum Class in org.springframework.geode.cache
- AbstractExportResourceResolver() - Constructor for class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractExportResourceResolver
- AbstractFunctionExecutionAutoConfigurationExtension - Class in org.springframework.geode.function.config
-
The
AbstractFunctionExecutionAutoConfigurationExtension
class extends SDG'sFunctionExecutionBeanDefinitionRegistrar
to redefine the location of application POJOFunction
Execution
interfaces. - AbstractFunctionExecutionAutoConfigurationExtension() - Constructor for class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
- AbstractGeodeHealthIndicator - Class in org.springframework.geode.boot.actuate.health
-
The
AbstractGeodeHealthIndicator
class is an abstract base class encapsulating functionality common to all Apache GeodeHealthIndicator
objects. - AbstractGeodeHealthIndicator(String) - Constructor for class org.springframework.geode.boot.actuate.health.AbstractGeodeHealthIndicator
-
Default constructor to construct an uninitialized instance of
AbstractGeodeHealthIndicator
, which will not provide any health information. - AbstractGeodeHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.health.AbstractGeodeHealthIndicator
-
Constructs an instance of the
AbstractGeodeHealthIndicator
initialized with a reference to theGemFireCache
instance. - AbstractImportResourceResolver() - Constructor for class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractImportResourceResolver
- AbstractObjectArrayToJsonConverter - Class in org.springframework.geode.data.json.converter
-
An abstract base class implementing
ObjectArrayToJsonConverter
encapsulating functionality common to all implementations. - AbstractObjectArrayToJsonConverter() - Constructor for class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- AbstractPropertySourceLoggingFunction() - Constructor for class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener.AbstractPropertySourceLoggingFunction
- AbstractResourceReader - Class in org.springframework.geode.core.io
-
Abstract base class providing functionality common to all
ResourceReader
implementations. - AbstractResourceReader() - Constructor for class org.springframework.geode.core.io.AbstractResourceReader
- AbstractResourceWriter - Class in org.springframework.geode.core.io
-
Abstract base class providing functionality common to all
ResourceWriter
implementations. - AbstractResourceWriter() - Constructor for class org.springframework.geode.core.io.AbstractResourceWriter
- AbstractResultCollector<T,
S> - Class in org.springframework.geode.function.support -
The
AbstractResultCollector
class is an abstract base implementation of theResultCollector
interface encapsulating common functionality for collecting results from a Function execution. - AbstractResultCollector() - Constructor for class org.springframework.geode.function.support.AbstractResultCollector
- accept(T, U, V) - Method in interface org.springframework.geode.util.function.TriConsumer
-
Performs a given operation on the 3 arguments.
- ActuatorServerLoadProbeWrapper - Class in org.springframework.geode.boot.actuate.health.support
-
The ActuatorServerLoadProbeWrapper class is an implementation of Apache Geode's
ServerLoadProbe
interface used to capture the currentServerMetrics
and access the latestServerLoad
details. - ActuatorServerLoadProbeWrapper(ServerLoadProbe) - Constructor for class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
Constructs a new instance of
ActuatorServerLoadProbeWrapper
initialized with the requiredServerLoadProbe
used as the delegate. - adapt(Object) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
-
Adapts the given
Object
as aPdxInstance
. - addAppender(Logger, Appender<ILoggingEvent>) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Adds the given
Appender
to the givenLogger
. - addResult(DistributedMember, T) - Method in class org.springframework.geode.function.support.SingleResultReturningCollector
- addWebApplication(String, Path, Map<String, Object>) - Method in class org.springframework.geode.cache.service.Jetty11HttpService
-
Adds Web applications to Apache Geode's embedded HTTP service (HTTP server) making them available for service.
- afterCreate(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterDestroy(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterInvalidate(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterPropertiesSet() - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
-
Initializes the JSON to PDX (array) converter.
- afterPropertiesSet() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Initializes the wrapped
CacheDataImporterExporter
if the importer/exporter implementsInitializingBean
. - afterPropertiesSet() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Initializes the export and import
ResourceResolvers
as needed along with thereader
andwriter
for theResource
used on import and export. - afterRegionClear(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterRegionCreate(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterRegionDestroy(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterRegionInvalidate(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterRegionLive(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- afterUpdate(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- AllClusterNotAvailableConditions() - Constructor for class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.AllClusterNotAvailableConditions
- andThen(TriConsumer<T, U, V>) - Method in interface org.springframework.geode.util.function.TriConsumer
- AnyClusterAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AnyClusterAvailableCondition
- ApacheShiroProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.ApacheShiroProperties
- append(ILoggingEvent) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender
- append(CharSequence) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBufferAppenderWrapper
- append(CharSequence) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBuilderAppenderWrapper
- append(T) - Method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- append(T) - Method in class org.springframework.geode.logging.slf4j.logback.DelegatingAppender
- applicationContextAwareObjectInitializer(ApplicationContext) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
- ApplicationContextMembershipListener - Class in org.springframework.geode.distributed.event
-
The
ApplicationContextMembershipListener
class is an extension ofMembershipListenerAdapter
used to adapt theConfigurableApplicationContext
to handle and processmembership events
, and specificallyMemberDepartedEvent
andMemberJoinedEvent
, byclosing
andrefreshing
theConfigurableApplicationContext
when thepeer member
departs and joins thecluster
. - ApplicationContextMembershipListener(ConfigurableApplicationContext) - Constructor for class org.springframework.geode.distributed.event.ApplicationContextMembershipListener
-
Constructs a new instance of
ConfigurableApplicationContext
initialized with the givenConfigurableApplicationContext
. - applicationEventPublisherAwareObjectInitializer(ApplicationEventPublisher) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
- apply(AsyncEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
-
Processes the given
AsyncEvent
by first determining whether the event can be processed by thisFunction
, and then proceeds to extract theentity
associated with the event to invoke the appropriate Spring DataCrudRepository
data access operation determined by theAsyncEvent
Operation
. - apply(PropertySource<?>) - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener.EnumerablePropertySourceLoggingFunction
- apply(PropertySource<?>) - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener.MapPropertySourceLoggingFunction
- applyTo(Logger) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- applyTo(Logger) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- applyTo(DelegatingAppender<?>) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- applyTo(DelegatingAppender<?>, boolean) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- applyToListener(Function<AsyncEventListener, AsyncEventListener>) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the given user-defined
Function
applied to the framework constructed and providedAsyncEventListener
for post processing. - applyToQueue(Function<AsyncEventQueue, AsyncEventQueue>) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the given user-defined
Function
applied to the framework constructed and providedAsyncEventQueue
for post processing. - applyToQueueFactory(Function<AsyncEventQueueFactory, AsyncEventQueueFactory>) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the given user-defined
Function
applied to the framework constructed and providedAsyncEventQueueFactory
for post processing. - ARRAY_BEGIN - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- ARRAY_END - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- assertNotNull(T, String, Object...) - Static method in class org.springframework.geode.distributed.event.MembershipEvent
-
Asserts that the given
target
is not null. - assertThat(T) - Static method in class org.springframework.geode.util.GeodeAssertions
-
Asserts that given
Object
upholds certain contractual obligations. - asStrictlyWritableResource(Resource) - Static method in class org.springframework.geode.core.io.support.ResourceUtils
-
Returns the
Resource
as aWritableResource
if possible. - asType(Object, Class<T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
- asWritableResource(Resource) - Static method in class org.springframework.geode.core.io.support.ResourceUtils
- AsyncEventError(AsyncEvent<?, ?>, Throwable) - Constructor for class org.springframework.geode.cache.RepositoryAsyncEventListener.AsyncEventError
-
Constructs a new instance of
RepositoryAsyncEventListener.AsyncEventError
initialized with the requiredAsyncEvent
andThrowable
thrown while processing the event. - AsyncInlineCachingRegionConfigurer<T,
ID> - Class in org.springframework.geode.cache -
A Spring Data for Apache Geode
RegionConfigurer
implementation used to configure a targetRegion
to use Asynchronous Inline Caching based on the Spring DataRepositories
abstraction. - AsyncInlineCachingRegionConfigurer(CrudRepository<T, ID>, Predicate<String>) - Constructor for class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Constructs a new instance of
AsyncInlineCachingRegionConfigurer
initialized with the givenCrudRepository
andPredicate
identifying theRegion
on which Asynchronous Inline Caching will be configured. - AT_IDENTIFIER_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- AT_TYPE_FIELD_NAME - Static variable in class org.springframework.geode.data.json.converter.support.JacksonJsonToObjectConverter
- AT_TYPE_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- AT_TYPE_METADATA_PROPERTY_NAME - Static variable in class org.springframework.geode.data.json.converter.support.JacksonObjectToJsonConverter
- authenticate(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
- authenticate(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerSupport
- authenticate(Properties) - Method in class org.springframework.geode.security.TestSecurityManager
- authenticator(Environment) - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration
-
Deprecated.
- authorize(Object, ResourcePermission) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
- authorize(Object, ResourcePermission) - Method in class org.springframework.geode.security.support.SecurityManagerSupport
- AutoConfiguredCloudSecurityEnvironmentPostProcessor() - Constructor for class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration.AutoConfiguredCloudSecurityEnvironmentPostProcessor
B
- BaseGeodeHealthIndicatorConfiguration - Class in org.springframework.geode.boot.actuate.autoconfigure.config
-
Spring
Configuration
class declaring Spring beans for general Apache Geode peerCache
andClientCache
HealthIndicators
. - BaseGeodeHealthIndicatorConfiguration() - Constructor for class org.springframework.geode.boot.actuate.autoconfigure.config.BaseGeodeHealthIndicatorConfiguration
- BEAN_DEFINITION_METADATA_JSON - Static variable in class org.springframework.geode.core.util.SpringExtensions
- beanClassLoaderAwareObjectInitializer(ClassLoader) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
-
Returns a
Consumer
capable of initializing anBeanClassLoaderAware
Object
with the given beanClassLoader
. - beanFactoryAwareObjectInitializer(BeanFactory) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
- beanNameAwareObjectInitializer(String) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
- beforeCreate(EntryEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryCacheWriter
- beforeCreate(EntryEvent<K, V>) - Method in interface org.springframework.geode.cache.support.CacheWriterSupport
- beforeDestroy(EntryEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryCacheWriter
- beforeDestroy(EntryEvent<K, V>) - Method in interface org.springframework.geode.cache.support.CacheWriterSupport
- beforeRegionClear(RegionEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryCacheWriter
- beforeRegionClear(RegionEvent<K, V>) - Method in interface org.springframework.geode.cache.support.CacheWriterSupport
- beforeRegionDestroy(RegionEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryCacheWriter
- beforeRegionDestroy(RegionEvent<K, V>) - Method in interface org.springframework.geode.cache.support.CacheWriterSupport
- beforeUpdate(EntryEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryCacheWriter
- beforeUpdate(EntryEvent<K, V>) - Method in interface org.springframework.geode.cache.support.CacheWriterSupport
- BEGIN_ARRAY - Static variable in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- BigDecimalSerializer - Class in org.springframework.geode.jackson.databind.serializer
-
The
BigDecimalSerializer
class is aNumberSerializers.Base
serializer for serializingBigDecimal
values. - BigDecimalSerializer() - Constructor for class org.springframework.geode.jackson.databind.serializer.BigDecimalSerializer
- BigIntegerSerializer - Class in org.springframework.geode.jackson.databind.serializer
-
The
BigIntegerSerializer
class is aNumberSerializers.Base
serializer for serializingBigInteger
values. - BigIntegerSerializer() - Constructor for class org.springframework.geode.jackson.databind.serializer.BigIntegerSerializer
- build() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- buildAndStart() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- Builder() - Constructor for class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- ByteArrayResourceReader - Class in org.springframework.geode.core.io.support
-
A concrete
AbstractResourceReader
implementation that reads data from a targetResource's
InputStream
into a byte array. - ByteArrayResourceReader() - Constructor for class org.springframework.geode.core.io.support.ByteArrayResourceReader
C
- CACHE_DATA_EXPORT_ENABLED_PROPERTY_NAME - Static variable in class org.springframework.geode.data.AbstractCacheDataImporterExporter
- CACHE_DATA_EXPORT_RESOURCE_LOCATION_PROPERTY_NAME - Static variable in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
- CACHE_DATA_IMPORT_ACTIVE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.geode.data.AbstractCacheDataImporterExporter
- CACHE_DATA_IMPORT_ENABLED_PROPERTY_NAME - Static variable in class org.springframework.geode.data.AbstractCacheDataImporterExporter
- CACHE_DATA_IMPORT_LIFECYCLE_PROPERTY_NAME - Static variable in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
- CACHE_DATA_IMPORT_PHASE_PROPERTY_NAME - Static variable in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
- CACHE_DATA_IMPORT_RESOURCE_LOCATION_PROPERTY_NAME - Static variable in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
- CACHE_LOAD_EXCEPTION_MESSAGE - Static variable in class org.springframework.geode.cache.RepositoryCacheLoader
- CacheDataExporter - Interface in org.springframework.geode.data
-
The
CacheDataExporter
interface is aFunctionalInterface
defining a contract for exporting data from a cacheRegion
. - CacheDataImporter - Interface in org.springframework.geode.data
-
The
CacheDataImporter
interface is aFunctionalInterface
defininig a contract for importing data into a cacheRegion
. - CacheDataImporterExporter - Interface in org.springframework.geode.data
-
Convenient
interface
to extend when the implementation supports both data import and export from/to aGemFireCache
. - CacheLoaderSupport<K,
V> - Interface in org.springframework.geode.cache.support -
The
CacheLoaderSupport
interface is an extension ofCacheLoader
and aFunctionalInterface
useful in Lambda expressions. - CacheNameAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
class used to configure the Apache GeodeClientCache
application or peerCache
member node name (i.e. - CacheNameAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.CacheNameAutoConfiguration
- CacheProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode peerCache
,ClientCache
andCacheServer
objects. - CacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheProperties
- 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 - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an Apache GeodeCacheServer
. - CacheServerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.CacheServerProperties
- CacheServerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- CacheUtils - Class in org.springframework.geode.util
-
Abstract utility class for working with Apache Geode cache instances, such as
ClientCache
and peerCache
instances. - CacheUtils() - Constructor for class org.springframework.geode.util.CacheUtils
- CacheWriterSupport<K,
V> - Interface in org.springframework.geode.cache.support -
Class supporting the implementation of Apache Geode
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
- canProcess(AsyncEvent<ID, T>) - Method in interface org.springframework.geode.cache.RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
-
Determines whether the given
AsyncEvent
can be processed by thisFunction
. - canProcess(AsyncEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.CreateUpdateAsyncEventRepositoryFunction
-
Determines whether the given
AsyncEvent
can be processed by thisFunction
. - canProcess(AsyncEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.RemoveAsyncEventRepositoryFunction
-
Determines whether the given
AsyncEvent
can be processed by thisFunction
. - canRead(EvaluationContext, Object, String) - Method in class org.springframework.geode.expression.SmartEnvironmentAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.geode.expression.SmartEnvironmentAccessor
- CLASS_NAME_PROPERTY - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- CLASS_PROPERTY_NAME - Static variable in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- CLASSPATH_URL_PREFIX - Enum constant in enum class org.springframework.geode.core.io.support.ResourcePrefix
- ClassPathImportResourceResolver() - Constructor for class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.ClassPathImportResourceResolver
- cleanUpLoggingSystem() - Static method in class org.springframework.geode.core.util.SpringBootExtensions
-
Cleans up all resources allocated by the
LoggingSystem
loaded, configured and initialized by Spring Boot. - cleanUpLoggingSystem(ClassLoader) - Static method in class org.springframework.geode.core.util.SpringBootExtensions
-
Cleans up all resources allocated by the
LoggingSystem
loaded, configured and initialized by Spring Boot. - clear() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBufferAppenderWrapper
- clear() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBuilderAppenderWrapper
- CLEAR - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
- 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 GeodeClientCache
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
- clientCacheGemFirePropertiesConfigurer(ConfigurableEnvironment) - Method in class org.springframework.geode.boot.autoconfigure.EnvironmentSourcedGemFirePropertiesAutoConfiguration
- ClientCacheHealthIndicatorConfiguration - Class in org.springframework.geode.boot.actuate.autoconfigure.config
-
Spring
Configuration
class declaring Spring beans for Apache GeodeClientCache
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 - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an Apache GeodeClientCache
. - ClientCacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientCacheProperties
- 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 GeodeClientCache
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 class org.springframework.geode.cache.service.Jetty11HttpService
-
Stops Apache Geode's internal, embedded
HttpService
. - 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
- close(Socket) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- CLOUD_CACHE_SERVICE_INSTANCE_NAME_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration
- CLOUD_FOUNDRY_NAME - Static variable in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- 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
- CloudFoundryClusterAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- CLUSTER_OPERATOR - Enum constant in enum class org.springframework.geode.core.env.support.User.Role
- ClusterAvailableConfiguration - Class in org.springframework.geode.config.annotation
-
The
ClusterAvailableConfiguration
class is a SpringConfiguration
class that enables configuration when an Apache Geode cluster of servers are available. - ClusterAvailableConfiguration() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration
- ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition - Class in org.springframework.geode.config.annotation
- ClusterAvailableConfiguration.AnyClusterAvailableCondition - Class in org.springframework.geode.config.annotation
- ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition - Class in org.springframework.geode.config.annotation
- ClusterAvailableConfiguration.KubernetesClusterAvailableCondition - Class in org.springframework.geode.config.annotation
- ClusterAvailableConfiguration.StandaloneClusterAvailableCondition - 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 byEnableClusterAware
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
- ClusterAwareConfiguration.ConnectionEndpointListBuilder - Class in org.springframework.geode.config.annotation
- ClusterAwareConfiguration.PoolConnectionEndpoint - Class in org.springframework.geode.config.annotation
- ClusterAwareConfiguration.SocketCreationException - Exception 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 SpringConfiguration
class that enables configuration when an Apache Geode 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
- ClusterNotAvailableConfiguration.NotKubernetesEnvironmentCondition - Class in org.springframework.geode.config.annotation
- ClusterNotAvailableException - Exception in org.springframework.geode.config.annotation
-
The
ClusterNotAvailableException
is aRuntimeException
indicating that no Apache Geode cluster was provisioned and available to service Apache GeodeClientCache
applications. - ClusterNotAvailableException() - Constructor for exception org.springframework.geode.config.annotation.ClusterNotAvailableException
-
Constructs a new uninitialized instance of
ClusterNotAvailableException
. - ClusterNotAvailableException(String) - Constructor for exception org.springframework.geode.config.annotation.ClusterNotAvailableException
-
Constructs a new instance of
ClusterNotAvailableException
initialized with the givenmessage
describing the exception. - ClusterNotAvailableException(String, Throwable) - Constructor for exception org.springframework.geode.config.annotation.ClusterNotAvailableException
-
Constructs a new instance of
ClusterNotAvailableException
initialized with the givenmessage
describing the exception along with the givenThrowable
as the cause of this exception. - ClusterNotAvailableException(Throwable) - Constructor for exception org.springframework.geode.config.annotation.ClusterNotAvailableException
-
Constructs a new instance of
ClusterNotAvailableException
initialized with the givenThrowable
as the cause of this exception. - ClusterProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure theDataPolicy
of allRegions
in an Apache Geode cluster. - ClusterProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ClusterProperties
- ClusterProperties.RegionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- collectValues(Region<?, T>) - Static method in class org.springframework.geode.util.CacheUtils
-
Collects all
values
from the givenRegion
. - COMMA - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- COMMA_NEW_LINE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- COMMA_SPACE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- 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
- compose(Appender<T>...) - Static method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
-
Composes an array of
Appenders
into aCompositeAppender
. - compose(Appender<T>, Appender<T>) - Static method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
-
Factory method used to compose two
Appender
objects into a CompositeAppender
. - compose(Iterable<Appender<T>>) - Static method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- CompositeAppender<T> - Class in org.springframework.geode.logging.slf4j.logback
-
CompositeAppender
is anAppender
implementation implementing the Composite Software Design Pattern The Composite Software Design Pattern enables two or moreAppender
objects to be composed and treated as a single instance ofAppender
. - 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 Interface in org.springframework.geode.boot.autoconfigure.condition
-
The
ConditionalOnMissingProperty
annotation is a SpringConditional
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, ClientRegionFactoryBean<?, ?>) - 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.AsyncInlineCachingRegionConfigurer
-
Configures the target
Region
byname
with Asynchronous Inline Caching functionality. - configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.InlineCachingRegionConfigurer
- configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
- 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, ClientRegionFactoryBean<K, V>) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
- configureAsLocalClientRegion(Environment, CacheTypeAwareRegionFactoryBean<K, V>) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
- configureGemFireProperties(ConfigurableEnvironment, CacheFactoryBean) - Method in class org.springframework.geode.boot.autoconfigure.EnvironmentSourcedGemFirePropertiesAutoConfiguration
- configureSecurityContext(ConfigurableEnvironment) - Method in class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration.AutoConfiguredCloudSecurityEnvironmentPostProcessor
- configureTopology(Environment, ConnectionEndpointList, int) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- configureTopology(Environment, ConnectionEndpointList, int) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- connect(ConnectionEndpoint) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- ConnectionEndpointListBuilder() - Constructor for class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ConnectionEndpointListBuilder
- CONSOLE_APPENDER_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- containsKey(Object) - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter
-
Null-safe method determining whether the given
key
is a property in the underlyingEnvironment
. - ContinuousQueryAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
enabling Apache Geode's Continuous Query (CQ) functionality in aClientCache
application. - ContinuousQueryAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.ContinuousQueryAutoConfiguration
- convert(byte[]) - Method in interface org.springframework.geode.data.json.converter.JsonToObjectArrayConverter
- convert(byte[]) - Method in interface org.springframework.geode.data.json.converter.JsonToObjectConverter
- convert(byte[]) - Method in interface org.springframework.geode.data.json.converter.JsonToPdxArrayConverter
-
Converts the array of
bytes
containing JSON into an array ofPdxInstance
objects. - convert(byte[]) - Method in interface org.springframework.geode.data.json.converter.JsonToPdxConverter
-
Converts the array of
bytes
containing JSON into aPdxInstance
. - convert(Iterable<?>) - Method in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- convert(Object) - Method in class org.springframework.geode.data.json.converter.support.JacksonObjectToJsonConverter
- convert(Object) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterPdxToJsonConverter
- convert(Object...) - Method in interface org.springframework.geode.data.json.converter.ObjectArrayToJsonConverter
- convert(String) - Method in class org.springframework.geode.data.json.converter.support.JacksonJsonToObjectConverter
- convert(String) - Method in class org.springframework.geode.data.json.converter.support.JacksonJsonToPdxConverter
-
Converts the given
JSON
containing multiple objects into an array ofPdxInstance
objects. - convert(String) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
- convert(Map<K, V>) - Method in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- convertJsonToObjectToPdx(String) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
- convertJsonToPdx(String) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
-
Converts the given
JSON
toPDX
. - convertObjectToJson(Object) - Method in class org.springframework.geode.data.json.converter.support.JacksonObjectToJsonConverter
- convertPdxToJson(PdxInstance) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterPdxToJsonConverter
-
Converts the given
PDX
toJSON
. - convertPojoToJson(Object) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterPdxToJsonConverter
-
Converts the given
Object
to JSON. - copy(PdxInstance) - Method in class org.springframework.geode.pdx.PdxInstanceBuilder
-
Copies the contents of the existing
PdxInstance
to a newPdxInstance
built with this Builder. - countConnections(ConnectionEndpointList) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- crashed(boolean) - Method in class org.springframework.geode.distributed.event.support.MemberDepartedEvent
-
Builder method used to configure the
MemberDepartedEvent.isCrashed()
property indicating whether the peer member crashed when it departed from theDistributedSystem
. - create() - Static method in class org.springframework.geode.expression.SmartEnvironmentAccessor
-
Factory method used to construct a new instance of
SmartEnvironmentAccessor
. - create() - Static method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBufferAppenderWrapper
- create() - Static method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBuilderAppenderWrapper
- create() - Static method in class org.springframework.geode.pdx.PdxInstanceBuilder
-
Factory method used to construct a new instance of the
PdxInstanceBuilder
class. - create() - Method in interface org.springframework.geode.pdx.PdxInstanceBuilder.Factory
-
Creates a
PdxInstance
. - create() - Static method in class org.springframework.geode.security.TestAuthInitialize
- create(String) - Static method in class org.springframework.geode.security.TestSecurityManager.User
- create(RegionService) - Static method in class org.springframework.geode.pdx.PdxInstanceBuilder
-
Factory method use to construct a new instance of the
PdxInstanceBuilder
class initialized with the given, requiredRegionService
used by the Builder to performs its functions. - create(CrudRepository<T, ID>, String) - Static method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Factory method used to construct a new instance of
AsyncInlineCachingRegionConfigurer
initialized with the given Spring DataCrudRepository
andString
identifying the targetRegion
on which to configure Asynchronous Inline Caching. - 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 DataCrudRepository
used to loadRegion
values on cache misses as well as the givenString
identifying/qualifying theRegion
on which theCrudRepository
will be registered and used as aCacheLoader
. - 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 DataCrudRepository
used to writeRegion
values to a backend data source /data store along with a givenPredicate
to identify/qualify theRegion
on which theCrudRepository
will be registered and used as aCacheWriter
. - create(CrudRepository<T, ID>, Predicate<String>) - Static method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Factory method used to construct a new instance of
AsyncInlineCachingRegionConfigurer
initialized with the given Spring DataCrudRepository
andPredicate
identifying the targetRegion
on which to configure Asynchronous Inline Caching. - 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 DataCrudRepository
used to loadRegion
values on cache misses as well as the givenPredicate
used to identify/qualify theRegion
on which theCrudRepository
will be registered and used as aCacheLoader
. - 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 DataCrudRepository
used to writeRegion
values to a backend data source /data store along with a givenPredicate
to identify/qualify theRegion
on which theCrudRepository
will be registered and used as aCacheWriter
. - CREATE - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
- CREATE - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
- CreateUpdateAsyncEventRepositoryFunction(RepositoryAsyncEventListener<T, ID>) - Constructor for class org.springframework.geode.cache.RepositoryAsyncEventListener.CreateUpdateAsyncEventRepositoryFunction
-
Constructs a new instance of
RepositoryAsyncEventListener.CreateUpdateAsyncEventRepositoryFunction
initialized with the given, requiredRepositoryAsyncEventListener
. - createWriter() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- createWriter() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
D
- DATA_ACCESS_ERROR - Static variable in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- DataImportExportAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
for cache data import/export. - DataImportExportAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration
- DataImportExportAutoConfiguration.DisableGemFireShutdownHookEnvironmentPostProcessor - Class in org.springframework.geode.boot.autoconfigure
- decorate(OutputStream) - Method in class org.springframework.geode.core.io.support.FileResourceWriter
-
Decorates the given
OutputStream
by adding buffering capabilities. - decorate(PdxInstance) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterPdxToJsonConverter
-
WARNING!!! First, this method might be less than optimal and could lead to PDX type explosion! Second, this
pdxInstance.createWriter().setField(AT_TYPE_METADATA_PROPERTY_NAME, className);
... - decorate(PdxInstance, String) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterPdxToJsonConverter
-
Decorates the given
JSON
to include the @type metadata property in order to indicate the type of the JSON object, which is required for deserialization back to PDX. - DEFAULT_APPEND_TO_FILE - Static variable in class org.springframework.geode.core.io.support.FileResourceWriter
- DEFAULT_APPENDER - Static variable in class org.springframework.geode.logging.slf4j.logback.DelegatingAppender
- DEFAULT_ASYNC_EVENT_ERROR_HANDLER - Static variable in class org.springframework.geode.cache.RepositoryAsyncEventListener
- DEFAULT_AUTHORIZATION - Static variable in class org.springframework.geode.security.support.SecurityManagerSupport
- DEFAULT_BUFFER_SIZE - Static variable in class org.springframework.geode.core.io.support.ByteArrayResourceReader
- DEFAULT_BUFFER_SIZE - Static variable in class org.springframework.geode.core.io.support.FileResourceWriter
- DEFAULT_CACHE_DATA_EXPORT_ENABLED - Static variable in class org.springframework.geode.data.AbstractCacheDataImporterExporter
- DEFAULT_CACHE_DATA_IMPORT_ACTIVE_PROFILES - Static variable in class org.springframework.geode.data.AbstractCacheDataImporterExporter
- DEFAULT_CACHE_DATA_IMPORT_ENABLED - Static variable in class org.springframework.geode.data.AbstractCacheDataImporterExporter
- DEFAULT_CLIENT_REGION_SHORTCUT - Static variable in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientRegionProperties
- DEFAULT_COPY_CONFIGURATION - Static variable in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- DEFAULT_DURABLE_CLIENT_TIMEOUT - Static variable in class org.springframework.geode.config.annotation.DurableClientConfiguration
- DEFAULT_IMPORT_PHASE - Static variable in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
- DEFAULT_KEEP_ALIVE - Static variable in class org.springframework.geode.config.annotation.DurableClientConfiguration
- DEFAULT_LOCATORS - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
- DEFAULT_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- DEFAULT_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.DelegatingAppender
- DEFAULT_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.StringAppender
- DEFAULT_READY_FOR_EVENTS - Static variable in class org.springframework.geode.config.annotation.DurableClientConfiguration
- DEFAULT_REGION_BEAN_NAME_PREDICATE - Static variable in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
- DEFAULT_REMOTE_LOCATORS - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
- DEFAULT_SERVER_REGION_SHORTCUT - Static variable in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ServerRegionProperties
- DEFAULT_STATIC_TYPING - Static variable in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- DEFAULT_TIME_UNIT - Static variable in class org.springframework.geode.function.support.AbstractResultCollector
- DEFAULT_UNWRAP_SINGLE - Static variable in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- DELEGATE_APPENDER_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- DelegatingAppender<T> - Class in org.springframework.geode.logging.slf4j.logback
- DelegatingAppender() - Constructor for class org.springframework.geode.logging.slf4j.logback.DelegatingAppender
- destroy() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
- DESTROY - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
- DESTROY - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
- DEVELOPER - Enum constant in enum class org.springframework.geode.core.env.support.User.Role
- DeveloperRestApiProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.DeveloperRestApiProperties
- DirectoryProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.DirectoryProperties
- DisableGemFireShutdownHookEnvironmentPostProcessor() - Constructor for class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration.DisableGemFireShutdownHookEnvironmentPostProcessor
- DiskStoreProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache GeodeDiskStores
. - DiskStoreProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties
- DiskStoreProperties.DirectoryProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- DiskStoreProperties.StoreProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- DistributedSystemIdConfiguration - Class in org.springframework.geode.config.annotation
-
The
DistributedSystemIdConfiguration
class is a SpringConfiguration
class used to configure the distributed-system-id for apeer Cache member
in a cluster when using the P2P topology. - DistributedSystemIdConfiguration() - Constructor for class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
- doCachedMatch(ConditionContext) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Caches the result of the computed
ClusterAwareConfiguration.ClusterAwareCondition.doMatch(ConditionContext)
operation. - doExportFrom(Region) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Exports data contained in the given
Region
. - doExportFrom(Region) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
-
Exports data contained in the given
Region
. - doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeAsyncEventQueuesHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeCacheHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeCacheServersHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeGatewayReceiversHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeGatewaySendersHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeIndexesHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodePoolsHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.geode.boot.actuate.GeodeRegionsHealthIndicator
- doImportInto(Region) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Imports data into the given
Region
. - doImportInto(Region) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
-
Imports data into the given
Region
. - doMatch(ConditionContext) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Performs the actual conditional match to determine whether this Spring Boot for Apache Geode application can connect to an available Apache Geode cluster available in any environment (e.g.
- doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Safely executes the given
ObjectUtils.ExceptionThrowingOperation
handling any checkedException
thrown during the normal execution of the operation by rethrowing anIllegalStateException
wrapping the original checkedException
. - doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>, Function<Throwable, T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Safely executes the given
ObjectUtils.ExceptionThrowingOperation
handling any checkedException
thrown during the normal execution of the operation by invoking the providedException
handlingFunction
. - doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>, Supplier<T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Safely executes the given
ObjectUtils.ExceptionThrowingOperation
handling any checkedException
thrown during the normal execution of the operation by returning adefault value
supplied by the givenSupplier
, or throws anIllegalStateException
if thesupplied value
is null. - doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>, T) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Safely executes the given
ObjectUtils.ExceptionThrowingOperation
handling any checkedException
thrown during the normal execution of the operation by returning the givendefault value
or throwing anIllegalStateException
if thedefault value
is null. - doProcessEvents(List<AsyncEvent>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
- doRead(InputStream) - Method in class org.springframework.geode.core.io.AbstractResourceReader
-
Reads data from the target
Resource
(intentionally) by using theInputStream
returned byInputStreamSource.getInputStream()
. - doRead(InputStream) - Method in class org.springframework.geode.core.io.support.ByteArrayResourceReader
-
Reads data from the target
Resource
(intentionally) by using theInputStream
returned byInputStreamSource.getInputStream()
. - doRepositoryOp(S, Function<S, R>) - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- doRepositoryOp(T) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
-
Invokes the appropriate Spring Data
CrudRepository
data access operation based on theAsyncEvent
Operation
as determined byGatewayQueueEvent.getOperation()
. - doRepositoryOp(T) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.CreateUpdateAsyncEventRepositoryFunction
-
Invokes the appropriate Spring Data
CrudRepository
data access operation based on theAsyncEvent
Operation
as determined byGatewayQueueEvent.getOperation()
. - doRepositoryOp(T) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.RemoveAsyncEventRepositoryFunction
-
Invokes the appropriate Spring Data
CrudRepository
data access operation based on theAsyncEvent
Operation
as determined byGatewayQueueEvent.getOperation()
. - doWrite(OutputStream, byte[]) - Method in class org.springframework.geode.core.io.AbstractResourceWriter
-
Writes the given data to the target
Resource
(intentionally) by using theOutputStream
returned byWritableResource.getOutputStream()
. - doWrite(OutputStream, byte[]) - Method in class org.springframework.geode.core.io.support.FileResourceWriter
-
Writes the given data to the target
Resource
(intentionally) by using theOutputStream
returned byWritableResource.getOutputStream()
. - DurableClientConfiguration - Class in org.springframework.geode.config.annotation
-
The
DurableClientConfiguration
class is a SpringConfiguration
class used to configure thisClientCache
instance as a Durable Client by setting the durable-client-id and durable-client-timeout properties in addition to enabling keepAlive onClientCache
shutdown. - DurableClientConfiguration() - Constructor for class org.springframework.geode.config.annotation.DurableClientConfiguration
E
- EAGER - Enum constant in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- EMPTY_JSON_OBJECT - Static variable in class org.springframework.geode.core.util.SpringExtensions
- EMPTY_PDX_INSTANCE_ARRAY - Static variable in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
- EMPTY_STRING - Static variable in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- EMPTY_STRING - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- EnableClusterAware - Annotation Interface in org.springframework.geode.config.annotation
-
The
EnableClusterAware
annotation helps Spring Boot applications using Apache Geode decide whether it needs to operate in local-only mode or in a client/server topology. - EnableDurableClient - Annotation Interface in org.springframework.geode.config.annotation
-
The
EnableDurableClient
annotation configures aClientCache
instance as a Durable Client. - EnableSecurityManager - Annotation Interface in org.springframework.geode.config.annotation
-
Spring
Annotation
to enable Apache Geode Security (Auth). - EnableSecurityManagerProxy - Annotation Interface in org.springframework.geode.config.annotation
-
Spring
Annotation
to enable Apache Geode Security (Authentication/Authorization (Auth)) through proxying. - enableSubscriptionClientCacheConfigurer() - Method in class org.springframework.geode.boot.autoconfigure.support.EnableSubscriptionConfiguration
- EnableSubscriptionConfiguration - Class in org.springframework.geode.boot.autoconfigure.support
-
A Spring
Configuration
class used to enable subscription on the Apache Geode DEFAULTPool
as well as the SDG gemfirePoolPool
, only. - EnableSubscriptionConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.support.EnableSubscriptionConfiguration
- enableSubscriptionPoolConfigurer() - Method in class org.springframework.geode.boot.autoconfigure.support.EnableSubscriptionConfiguration
- END_ARRAY - Static variable in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- endResults() - Method in class org.springframework.geode.function.support.AbstractResultCollector
- EntityProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure the application basePackage
containing the application entity classes. - EntityProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.EntityProperties
- entrySet() - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter
- EnumerablePropertySourceLoggingFunction() - Constructor for class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener.EnumerablePropertySourceLoggingFunction
- environmentAwareObjectInitializer(Environment) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
- EnvironmentEntry(Environment, String) - Constructor for class org.springframework.geode.core.env.EnvironmentMapAdapter.EnvironmentEntry
-
Constructs a new instance of
EnvironmentMapAdapter.EnvironmentEntry
initialized with the givenEnvironment
andkey
(property). - EnvironmentLoggingApplicationListener - Class in org.springframework.geode.context.logging
-
Spring
ApplicationListener
used to log the state of the SpringEnvironment
on theContextRefreshedEvent
. - EnvironmentLoggingApplicationListener() - Constructor for class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener
- EnvironmentLoggingApplicationListener.AbstractPropertySourceLoggingFunction - Class in org.springframework.geode.context.logging
- EnvironmentLoggingApplicationListener.EnumerablePropertySourceLoggingFunction - Class in org.springframework.geode.context.logging
- EnvironmentLoggingApplicationListener.MapPropertySourceLoggingFunction - Class in org.springframework.geode.context.logging
- EnvironmentMapAdapter - Class in org.springframework.geode.core.env
- EnvironmentMapAdapter(Environment) - Constructor for class org.springframework.geode.core.env.EnvironmentMapAdapter
-
Constructs a new instance of
EnvironmentMapAdapter
initialized with the givenEnvironment
. - EnvironmentMapAdapter.EnvironmentEntry - Class in org.springframework.geode.core.env
-
EnvironmentMapAdapter.EnvironmentEntry
is aMap.Entry
implementation mapping anEnvironment
property (key) to its value. - EnvironmentSourcedGemFirePropertiesAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
enabling the processing of gemfire.properties, or GeodeProperties
declared in Spring Boot application.properties. - EnvironmentSourcedGemFirePropertiesAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.EnvironmentSourcedGemFirePropertiesAutoConfiguration
- equals(Object) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- equals(Object) - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
- equals(Object) - Method in class org.springframework.geode.core.env.support.User
- equals(Object) - Method in class org.springframework.geode.security.TestSecurityManager.User
- evaluate(String, Region<?, ?>) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Evaluates the given SpEL
expression
. - exportFrom(Region) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Exports data contained in the given
Region
. - exportFrom(Region) - Method in interface org.springframework.geode.data.CacheDataExporter
-
Exports data contained in the given
Region
. - exportFrom(Region) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Exports data contained in the given
Region
.
F
- failOnStrictMatchAndNoMatches(boolean, boolean) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- FIELD_TYPE_VALUE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- FileResourceWriter - Class in org.springframework.geode.core.io.support
- FileResourceWriter() - Constructor for class org.springframework.geode.core.io.support.FileResourceWriter
- FILESYSTEM_URL_PREFIX - Enum constant in enum class org.springframework.geode.core.io.support.ResourcePrefix
- FileSystemExportResourceResolver() - Constructor for class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.FileSystemExportResourceResolver
- findAllPropertiesByNameMatching(Iterable<String>, Predicate<String>) - Method in class org.springframework.geode.core.env.VcapPropertySource
- findAllPropertiesByNameMatching(Predicate<String>) - Method in class org.springframework.geode.core.env.VcapPropertySource
- findAllPropertiesByValueMatching(Iterable<String>, Predicate<Object>) - Method in class org.springframework.geode.core.env.VcapPropertySource
- findAllPropertiesByValueMatching(Predicate<Object>) - Method in class org.springframework.geode.core.env.VcapPropertySource
- findAllVcapApplicationProperties() - Method in class org.springframework.geode.core.env.VcapPropertySource
- findAllVcapServicesProperties() - Method in class org.springframework.geode.core.env.VcapPropertySource
- findFirstCloudCacheService() - Method in class org.springframework.geode.core.env.VcapPropertySource
- findFirstCloudCacheServiceName() - Method in class org.springframework.geode.core.env.VcapPropertySource
- findFirstUserByRoleClusterOperator(Service) - Method in class org.springframework.geode.core.env.VcapPropertySource
- findMethod(Class<?>, String, Object...) - Static method in class org.springframework.geode.core.util.ObjectUtils
- findTargetVcapServiceProperties(Predicate<String>) - Method in class org.springframework.geode.core.env.VcapPropertySource
- findUserByName(Service, String) - Method in class org.springframework.geode.core.env.VcapPropertySource
- from(Object) - Static method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Factory method used to construct a new instance of the
ObjectPdxInstanceAdapter
from the given targetObject
. - from(Object) - Method in class org.springframework.geode.pdx.PdxInstanceBuilder
-
Constructs a new
PdxInstance
from the given, required sourceObject
. - from(Object) - Static method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Smart, null-safe factory method used to evaluate the given
Object
and wrap theObject
in a new instance ofPdxInstanceWrapper
if theObject
is an instance ofPdxInstance
or return the givenObject
as is. - from(Object...) - Static method in class org.springframework.geode.util.function.InvocationArguments
- from(String) - Static method in enum class org.springframework.geode.core.io.support.ResourcePrefix
-
Factory method used to try and find a
ResourcePrefix
enumerated value matching the givenprefix
. - from(String) - Static method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- from(Properties) - Static method in class org.springframework.geode.core.env.VcapPropertySource
- from(Pool) - Static method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ConnectionEndpointListBuilder
- from(PdxInstance) - Static method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Factory method used to construct a new instance of
PdxInstanceWrapper
initialized with the given, requiredPdxInstance
used to back the wrapper. - from(Server) - Static method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeServerWrapper
- from(WebAppContext) - Static method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeWebApplicationWrapper
- from(Environment) - Static method in class org.springframework.geode.core.env.EnvironmentMapAdapter
-
Factory method used to construct an new instance of
EnvironmentMapAdapter
initialized with the givenEnvironment
. - from(Environment) - Static method in class org.springframework.geode.core.env.VcapPropertySource
- from(PropertySource<?>) - Static method in class org.springframework.geode.core.env.VcapPropertySource
- from(ConnectionEndpoint) - Static method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- from(T) - Static method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- FunctionExecutionAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
enabling Apache Geode's Function Execution functionality in aGemFireCache
application. - FunctionExecutionAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.FunctionExecutionAutoConfiguration
- FunctionUtils - Class in org.springframework.geode.core.util.function
-
Utility methods for using Java
Functions
. - FunctionUtils() - Constructor for class org.springframework.geode.core.util.function.FunctionUtils
G
- GEMFIRE_DISABLE_SHUTDOWN_HOOK - Static variable in class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration
- GEMFIRE_PROPERTY_PREFIX - Static variable in interface org.springframework.geode.util.GeodeConstants
- GemFireFunctionExecutionAutoConfigurationRegistrar - Class in org.springframework.geode.function.config
-
The
GemFireFunctionExecutionAutoConfigurationRegistrar
class is a SpringImportBeanDefinitionRegistrar
used to register SDG POJO interfaces defining Apache GeodeFunction
Executions
. - 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 (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 BootConfigurationProperties
classes and beans from the SpringEnvironment
containing Apache Geode 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
- generateId(String) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Generates a new
ID
for theAsyncEventQueue
. - GeodeAssertions - Class in org.springframework.geode.util
-
Abstract utility class containing different assertions for Apache Geode objects, such as a
GemFireCache
orRegion
, and so on. - GeodeAssertions() - Constructor for class org.springframework.geode.util.GeodeAssertions
- GeodeAssertions.AssertThat<T> - Interface in org.springframework.geode.util
-
The
GeodeAssertions.AssertThat
interface
defines a contract for making assertion about a givenObject
used as thesubject
of the assert statement. - GeodeAsyncEventQueuesHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeAsyncEventQueuesHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of Apache GeodeAsyncEventQueues
. - GeodeAsyncEventQueuesHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeAsyncEventQueuesHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeAsyncEventQueuesHealthIndicator
, which will not provide any health information. - GeodeAsyncEventQueuesHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeAsyncEventQueuesHealthIndicator
-
Constructs an instance of the
GeodeAsyncEventQueuesHealthIndicator
initialized with a reference to theGemFireCache
instance. - GeodeCacheHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeCacheHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of theGemFireCache
, theDistributedSystem
, thisDistributedMember
and theResourceManager
. - 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
-
Constructs an instance of the
GeodeCacheHealthIndicator
initialized with a reference to theGemFireCache
instance. - GeodeCacheServersHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeCacheServersHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of Apache GeodeCacheServers
. - GeodeCacheServersHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeCacheServersHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeCacheServersHealthIndicator
, which will not provide any health information. - GeodeCacheServersHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeCacheServersHealthIndicator
-
Constructs an instance of the
GeodeCacheServersHealthIndicator
initialized with a reference to theGemFireCache
instance. - GeodeConstants - Interface in org.springframework.geode.util
-
Interface encapsulating common Apache Geode constants used by SBDG.
- GeodeContinuousQueriesHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeContinuousQueriesHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of the registered Apache GeodeContinuous Queries
. - GeodeContinuousQueriesHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeContinuousQueriesHealthIndicator
, which will not provide any health information. - GeodeContinuousQueriesHealthIndicator(ContinuousQueryListenerContainer) - Constructor for class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
-
Constructs an instance of the
GeodeContinuousQueriesHealthIndicator
initialized with a reference to theContinuousQueryListenerContainer
. - GeodeDiskStoresHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeDiskStoresHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of Apache GeodeDiskStores
. - GeodeDiskStoresHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeDiskStoresHealthIndicator
, which will not provide any health information. - GeodeDiskStoresHealthIndicator(ApplicationContext) - Constructor for class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
-
Constructs an instance of the
GeodeDiskStoresHealthIndicator
initialized with a reference to theApplicationContext
instance. - GeodeGatewayReceiversHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeGatewayReceiversHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of Apache GeodeGatewayReceivers
. - GeodeGatewayReceiversHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewayReceiversHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeGatewayReceiversHealthIndicator
, which will not provide any health information. - GeodeGatewayReceiversHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewayReceiversHealthIndicator
-
Constructs an instance of the
GeodeGatewayReceiversHealthIndicator
initialized with a reference to theGemFireCache
instance. - GeodeGatewaySendersHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeGatewaySendersHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of Apache GeodeGatewaySenders
. - GeodeGatewaySendersHealthIndicator() - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewaySendersHealthIndicator
-
Default constructor to construct an uninitialized instance of
GeodeGatewaySendersHealthIndicator
, which will not provide any health information. - GeodeGatewaySendersHealthIndicator(GemFireCache) - Constructor for class org.springframework.geode.boot.actuate.GeodeGatewaySendersHealthIndicator
-
Constructs an instance of the
GeodeGatewaySendersHealthIndicator
initialized with a reference to theGemFireCache
instance. - GeodeHealthIndicatorAutoConfiguration - Class in org.springframework.geode.boot.actuate.autoconfigure
-
Spring Boot
auto-configuration
for Apache GeodeHealthIndicators
. - 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 BootHealthIndicator
providing details about the health of Apache GeodeRegion
OQLIndexes
. - 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
-
Constructs an instance of the
GeodeIndexesHealthIndicator
initialized with a reference to theApplicationContext
instance. - GeodeLoggingApplicationListener - Class in org.springframework.geode.context.logging
-
Spring
GenericApplicationListener
used to configure Apache Geode Logging from existing Spring Data for Apache Geode Logging configuration support, such as when using theEnableLogging
annotation or alternatively usingProperties
. - GeodeLoggingApplicationListener() - Constructor for class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- GeodePoolsHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodePoolsHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of the configured Apache Geode clientPools
. - 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
-
Constructs an instance of the
GeodePoolsHealthIndicator
initialized with a reference to theGemFireCache
instance. - GeodeRegionsHealthIndicator - Class in org.springframework.geode.boot.actuate
-
The
GeodeRegionsHealthIndicator
class is a Spring BootHealthIndicator
providing details about the health of theGemFireCache
Regions
. - 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
-
Constructs an instance of the
GeodeRegionsHealthIndicator
initialized with a reference to theGemFireCache
instance. - get(Object) - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter
- get(Object, Field) - Static method in class org.springframework.geode.core.util.ObjectUtils
- get(Object, String) - Static method in class org.springframework.geode.core.util.ObjectUtils
- 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
- getAppender() - Method in class org.springframework.geode.logging.slf4j.logback.DelegatingAppender
- getAppenderOne() - Method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- getAppenderTwo() - Method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- getApplicationContext() - Method in class org.springframework.geode.boot.actuate.GeodeDiskStoresHealthIndicator
-
Returns an
Optional
reference to the SpringApplicationContext
. - getApplicationContext() - Method in class org.springframework.geode.boot.actuate.GeodeIndexesHealthIndicator
-
Returns an
Optional
reference to the SpringApplicationContext
. - getApplicationContext() - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Return an
Optional
reference to the configuredApplicationContext
used by this data importer/exporter to perform its function. - getApplicationContext() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Returns an
Optional
reference to a SpringApplicationContext
. - getApplicationContext() - Method in class org.springframework.geode.distributed.event.ApplicationContextMembershipListener
-
Returns a reference to the configured
ConfigurableApplicationContext
. - getArgumentAt(int) - Method in class org.springframework.geode.util.function.InvocationArguments
- getArguments() - Method in class org.springframework.geode.util.function.InvocationArguments
- getAsyncEventErrorHandler() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Gets the configured
RepositoryAsyncEventListener.AsyncEventErrorHandler
used to handle errors that may occur when this listener is invoked with a batch ofAsyncEvents
. - getAtIdentifier() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Searches for a PDX
field
declared by the @identifier metadatafield
on thisPdxInstance
and returns thevalue
of thisfield
as theidentifier
for, oridentity
of, thisPdxInstance
. - 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
- getBeanDefinitionMetadata(String, BeanFactory) - Static method in class org.springframework.geode.core.util.SpringExtensions
- getBeanDefinitionMetadata(String, BeanDefinition) - Static method in class org.springframework.geode.core.util.SpringExtensions
- getBeanDefinitionMetadata(String, BeanDefinitionRegistry) - Static method in class org.springframework.geode.core.util.SpringExtensions
- getBeanDefinitionMetadata(String, ApplicationContext) - Static method in class org.springframework.geode.core.util.SpringExtensions
- getBeanFactory() - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
- getBeanName() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionSerializerProperties
- getBeanNameGenerator() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Returns the
optionally
configuredBeanNameGenerator
strategy used by thisApplicationContext
to generatebean names
forbean definitions
. - getBeanWrapper() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- 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
- getBufferSize() - Method in class org.springframework.geode.core.io.support.ByteArrayResourceReader
-
Returns the required
buffer size
used to capture data from the targetResource
in chunks. - getBufferSize() - Method in class org.springframework.geode.core.io.support.FileResourceWriter
-
Returns the configured
buffer size
used by this writer to chunk the data written to theFile
. - getCache() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
- getCache() - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties
- getCache() - Method in class org.springframework.geode.distributed.event.MembershipEvent
-
Returns an
Optional
reference to the peerCache
. - getCacheDataImporterExporter() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Returns a reference to the configured
CacheDataImporterExporter
wrapped by thisLifecycle
aware and capableCacheDataImporterExporter
. - getCause() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AsyncEventError
-
Gets the
Throwable
thrown while processing theAsyncEvent
. - getCertificate() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- getCiphers() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- getClassLoader() - Method in interface org.springframework.geode.core.io.ResourceResolver
- getClassLoader() - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Gets an
Optional
ClassLoader
used by theResourceLoader
to resolve and loadResources
located on the classpath. - 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
- getClassName() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Returns the
Class.getName()
of the underlying, targetObject
. - getClassName() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- 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
- getCloudPlatformName() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- getCloudPlatformName() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- getCloudPlatformName() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.KubernetesClusterAvailableCondition
- 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
- getCompositeIncludeTypeFilter() - Method in class org.springframework.geode.pdx.MappingPdxSerializerIncludedTypesRegistrar
- getCompositePropertySourceLoggingFunction() - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener
-
Returns a Composite
Function
capable of introspecting and logging properties from specifically typedPropertySources
. - 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
- getConfiguredConnectionEndpoints(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- getConnectionEndpoints(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- getContext() - Method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- getContinuousQueryListenerContainer() - Method in class org.springframework.geode.boot.actuate.GeodeContinuousQueriesHealthIndicator
-
Returns an
Optional
reference to the configuredContinuousQueryListenerContainer
. - 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. - getDefault() - Static method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- getDefaultAlias() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- getDefaultConnectionEndpoints(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- getDefaultSessionTimeout() - Static method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- getDelegate() - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
-
Returns the underlying, wrapped
ServerLoadProbe
backing this instance. - getDelegate() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- getDelegate() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Returns a reference to the configured, underlying
PdxInstance
backing this wrapper. - 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
- getDistributedMember() - Method in class org.springframework.geode.distributed.event.MembershipEvent
- getDistributedSystem() - Method in class org.springframework.geode.distributed.event.MembershipEvent
-
Returns an
Optional
reference to theDistributedSystem
(cluster) to which the peerCache
is connected. - getDistributedSystemId() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
- getDistributionManager() - Method in class org.springframework.geode.distributed.event.MembershipEvent
-
Returns a reference to the configured
DistributionManager
which is use as thesource
of this event. - 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
- getEnvironment() - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter.EnvironmentEntry
-
Returns the configured
Environment
to which thisMap.Entry
belongs. - getEnvironment() - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter
-
Gets the configured
Environment
object being adapted by thisMap
. - getEnvironment() - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Returns an
Optional
reference to the configuredEnvironment
used by this data importer/exporter to accessEnvironment
specific configuration. - getEnvironment() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Returns an
Optional
reference to the configuredEnvironment
used to access configuration for the behavior of the cache data import. - getEnvironment() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Returns an
Optional
reference to the SpringEnvironment
. - getErrorHandler() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
- getEvent() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AsyncEventError
-
Gets the
AsyncEvent
being processed when theerror
occurred. - 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
- getExportResourceResolver() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Gets the configured reference to the
ResourceCapableCacheDataImporterExporter.ExportResourceResolver
. - getExpressionParser() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Gets the configured
ExpressionParser
used to parse SpELexpressions
. - getFailedMembers() - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Gets the configured
Iterable
of failedpeer members
in theDistributedSystem
that are on the losing side of a network partition. - getField(String) - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Returns the
value
for theproperty
identified by the givenfield name
on the underlying, targetObject
. - getField(String) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- getFieldNames() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- getFieldNames() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- getFile() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityLogProperties
- getFiredCount() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Determines how many times this listener has been fired (triggered) by the GemFire/Geode AEQ system.
- getFreeConnectionTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- getFullyQualifiedResourceLocation(Region<?, ?>) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Determines a fully-qualified
resource location
for the givenRegion
. - 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 applyHealthIndicator
information about theGemFireCache
to theHealth
aggregate object. - getGemfireRegionHealthIndicatorConsumers() - Method in class org.springframework.geode.boot.actuate.GeodeRegionsHealthIndicator
-
Returns the collection of
BiConsumer
objects that applies health details about theGemFireCache
Regions
to theHealth
object. - getGfshUrl() - Method in class org.springframework.geode.core.env.support.CloudCacheService
- 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
-
Return the
name
of the host on which thisCloudCacheService.Locator
is running. - 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
- getId() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Searches for a PDX
field name
called id on thisPdxInstance
and returns itsvalue
as theidentifier
for, oridentity
of, thisPdxInstance
. - getIdentifier() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- getIdleTimeout() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- getImportResourceResolver() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Gets the configured reference to the
ResourceCapableCacheDataImporterExporter.ImportResourceResolver
. - 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.cache.SimpleCacheResolver
-
Lazily constructs and gets an instance to the
SimpleCacheResolver
, as needed. - getInstance() - Static method in class org.springframework.geode.security.support.SecurityManagerProxy
-
Returns a reference to the single
SecurityManagerProxy
instance configured by Apache Geode in startup. - getInterface() - Method in class org.springframework.geode.cache.service.Jetty11HttpService
- getJmx() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- getJsonToObjectConverter() - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
- getJsonToPdxArrayConverter() - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
-
Returns a reference to the configured
JsonToPdxArrayConverter
. - getJsonToPdxConverter() - Method in class org.springframework.geode.data.json.converter.support.JacksonJsonToPdxConverter
-
Returns a reference to the configured
JsonToPdxConverter
used to convert from a single object, JSONString
to PDX (i.e. - getKeepAlive() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
- getKey() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- getKey() - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter.EnvironmentEntry
-
Gets the
key
(property) of thisMap.Entry
. - 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
- getListener() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
-
Returns a reference to the associated
RepositoryAsyncEventListener
. - 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 Apache Geode 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
- 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.boot.autoconfigure.EnvironmentSourcedGemFirePropertiesAutoConfiguration
- getLogger() - Method in class org.springframework.geode.cache.service.Jetty11HttpService
-
Return a reference to the configured SLF4J
Logger
. - getLogger() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeServerWrapper
- getLogger() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeWebApplicationWrapper
- getLogger() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- 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
- getLogger() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Returns the configured
Logger
used to log framework messages to the application log. - getLogger() - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener
-
Gets a reference to the configured SLF4J
Logger
. - getLogger() - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Return the configured
Logger
to log messages. - getLogger() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Return the configured
Logger
to log messages. - getLogging() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
- getLogLevel() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- getLogOutput() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender
- 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
- getMBean() - Method in class org.springframework.geode.cache.service.Jetty11HttpService
- 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
- getName() - Method in class org.springframework.geode.security.TestSecurityManager.User
- getObject() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Returns the target
Object
being adapted by thisPdxInstance
. - getObject() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Materializes an
Object
from the PDX bytes described by thisPdxInstance
. - getObjectMapper() - Method in class org.springframework.geode.data.json.converter.support.JacksonJsonToObjectConverter
- getObjectMapper() - Method in class org.springframework.geode.data.json.converter.support.JacksonJsonToPdxConverter
-
Returns a reference to the configured Jackson
ObjectMapper
. - getObjectMapper() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- getObjectToJsonConverter() - Method in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
-
Returns a reference to the configured
ObjectToJsonConverter
used to convert individualObjects
intoJSON
. - getOffHeap() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- getOpenOptions() - Method in class org.springframework.geode.core.io.support.FileResourceWriter
-
Returns the configured
OpenOptions
used to configure the stream writing to theFile
. - getOptionalServer() - Method in class org.springframework.geode.cache.service.Jetty11HttpService
-
Gets an
Optional
reference to the configured and initialized Eclipse Jetty HTTP server and Servlet container. - getOrder() - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- getParserContext() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Gets the configured
ParserContext
used by theExpressionParser
to identify SpEL expressions. - 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
- 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
- getPhase() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
- 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
- getPool() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- getPooledConnectionEndpoints(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- getPoolsFromApacheGeode() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- 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.core.env.support.CloudCacheService.Locator
-
Returns the
port
on which thisCloudCacheService.Locator
is listening. - 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
- getProtocol() - Method in enum class org.springframework.geode.core.io.support.ResourcePrefix
-
Gets the network protocol that this
ResourcePrefix
represents. - 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
- getReason() - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
- 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
- getRegion() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- getRegionBeanName() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Gets the
Predicate
identifying theRegion
on which Asynchronous Inline Caching will be configured. - getRegionBeanName() - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Returns the configured
Predicate
used to identify/qualify theRegion
on which theCrudRepository
will be registered as aCacheLoader
for cache misses. - getRegionBeanName() - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Returns the configured
Predicate
used to identify/qualify theRegion
on which theCrudRepository
will be registered as aCacheWriter
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
- getRegionPredicate() - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Returns the configured
Predicate
used to filterRegions
on data import/export. - getRegionService() - Method in class org.springframework.geode.pdx.PdxInstanceBuilder
-
Returns a reference to the configured
RegionService
used to perform the operations of this PDX Builder. - getRemainingMembers() - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Gets the configured
Iterable
of remainingpeer members
in theDistributedSystem
that are on the winning side of a network partition. - getRemoteLocators() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
- getRepository() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Gets the Spring Data
CrudRepository
used to perform data access operations on an external data source triggered cache events and operations on the targetRegion
. - getRepository() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
- getRepository() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Gets a reference to the configured Spring Data
CrudRepository
used by thisAsyncEventListener
to perform data access operations to a external, backend data source asynchronously when triggered by a cache operation. - getRepository() - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Returns the configured Spring Data
CrudRepository
adapted/wrapped as aCacheLoader
and used to loadRegion
values on cache misses. - getRepository() - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Returns the configured Spring Data
CrudRepository
adapted/wrapped as aCacheWriter
and used to writeRegion
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
- getRepositoryFunctions() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Gets a
List
ofRepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
objects used to processAsyncEvents
passed to this listener by inspecting theOperation
on theAsyncEvent
and calling the appropriateCrudRepository
method. - getResource() - Method in class org.springframework.geode.core.io.support.FileResourceWriter
-
Returns an
Optional
reference to the targetResource
. - getResourceLoader() - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Returns a reference to the configured
ResourceLoader
used to loadResources
. - getResourceLoader() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
- getResourceLocation(Region<?, ?>, String) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
- getResourceName(String) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Determines a
resource name
for the givenname
. - getResourceName(Region<?, ?>) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Determines a
resource name
for the givenRegion
. - getResourcePath() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Get the
base path
for the targetedResource
. - getResourcePath() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.ClassPathImportResourceResolver
- getResourcePath() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.FileSystemExportResourceResolver
- getResourceReader() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Gets the configured
ResourceReader
used to read data from aResource
on import. - getResourceWriter() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Gets the configured
ResourceWriter
used to write data to theResource
on export. - 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
- getRuntimeEnvironmentName() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- getRuntimeEnvironmentName() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- getRuntimeEnvironmentName() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.KubernetesClusterAvailableCondition
- getRuntimeEnvironmentName() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Returns a
String
containing a description of the runtime environment. - getScopeMetadataResolver() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Returns the
optionally
configuredScopeMetadataResolver
strategy used by thisApplicationContext
to resolve the scope forbean definitions
. - 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 thisSecurityManagerProxy
. - 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
- getServer() - Method in class org.springframework.geode.cache.service.Jetty11HttpService
-
Gets a reference to the configured and initialized Eclipse Jetty HTTP server and Servlet container.
- 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
- getSpecificTargetClasses() - Method in class org.springframework.geode.expression.SmartEnvironmentAccessor
- getSsl() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
- getStatisticInterval() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- getStatistics() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- getStore() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties
- getStringAppenderWrapper() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender
- getSubject() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Returns the
Object
used as the subject of this assertion. - 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
- getSuspectMember() - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
- 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
- getType() - Method in class org.springframework.geode.distributed.event.MembershipEvent
-
Returns the
MembershipEvent.Type
of thisMembershipEvent
, such asMembershipEvent.Type.MEMBER_JOINED
. - getType() - Method in class org.springframework.geode.distributed.event.support.MemberDepartedEvent
-
Returns the
MembershipEvent.Type
of thisMembershipEvent
, such asMembershipEvent.Type.MEMBER_JOINED
. - getType() - Method in class org.springframework.geode.distributed.event.support.MemberJoinedEvent
-
Returns the
MembershipEvent.Type
of thisMembershipEvent
, such asMembershipEvent.Type.MEMBER_JOINED
. - getType() - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
-
Returns the
MembershipEvent.Type
of thisMembershipEvent
, such asMembershipEvent.Type.MEMBER_JOINED
. - getType() - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Returns the
MembershipEvent.Type
of thisMembershipEvent
, such asMembershipEvent.Type.MEMBER_JOINED
. - getTypes() - Method in class org.springframework.geode.pdx.MappingPdxSerializerIncludedTypesRegistrar
- getUpdateRate() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- getUrlPrefixPattern() - Method in enum class org.springframework.geode.core.io.support.ResourcePrefix
- getUserAttribute() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- 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.
- getValue() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- getValue() - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter.EnvironmentEntry
- 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
- getWebApplications() - Method in class org.springframework.geode.cache.service.Jetty11HttpService
-
Gets a reference to the
List
ofWeb applications
being run on this Jetty HTTP server. - getWriteBufferSize() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- groups() - Element in annotation interface org.springframework.geode.config.annotation.UseGroups
- GroupsConfiguration - Class in org.springframework.geode.config.annotation
-
The
GroupsConfiguration
class is a SpringConfiguration
class used to configure the groups in which is member belongs in an Apache Geode distributed system, whether the member is aClientCache
in a client/server topology or apeer Cache
in a cluster using the P2P topology. - GroupsConfiguration() - Constructor for class org.springframework.geode.config.annotation.GroupsConfiguration
H
- handleMemberDeparted(MemberDepartedEvent) - Method in class org.springframework.geode.distributed.event.ApplicationContextMembershipListener
-
Handles the
membership event
when apeer member
departs from thecluster
by callingConfigurableApplicationContext.close()
. - handleMemberDeparted(MemberDepartedEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- handleMemberJoined(MemberJoinedEvent) - Method in class org.springframework.geode.distributed.event.ApplicationContextMembershipListener
-
Handles the
membership event
when apeer member
joins thecluster
by callingConfigurableApplicationContext.refresh()
. - handleMemberJoined(MemberJoinedEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- handleMemberSuspect(MemberSuspectEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- handleQuorumLost(QuorumLostEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- hasField(String) - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- hasField(String) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- hasFired() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Determines whether this listener has (ever) been fired (triggered) by the GemFire/Geode AEQ system.
- hasFiredSinceLastCheck() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Determines whether this listener has been fired (triggered) by the GemFire/Geode AEQ system since the last check.
- hashCode() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- hashCode() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
- hashCode() - Method in class org.springframework.geode.core.env.support.User
- hashCode() - Method in class org.springframework.geode.security.TestSecurityManager.User
- hasResultsEnded() - Method in class org.springframework.geode.function.support.AbstractResultCollector
- hasResultsNotEnded() - Method in class org.springframework.geode.function.support.AbstractResultCollector
- hasSingleElement(Collection<?>) - Method in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- HTTP_URL_PREFIX - Enum constant in enum class org.springframework.geode.core.io.support.ResourcePrefix
- HttpBasicAuthenticationSecurityConfiguration - Class in org.springframework.geode.boot.autoconfigure.support
-
Deprecated.
- HttpBasicAuthenticationSecurityConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration
-
Deprecated.
- HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor - Class in org.springframework.geode.boot.autoconfigure.support
-
Deprecated.
- HttpServiceProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties.HttpServiceProperties
- HttpServiceProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
I
- id() - Element in annotation interface org.springframework.geode.config.annotation.EnableDurableClient
-
Used only for clients in a client/server installation.
- id() - Element in annotation interface org.springframework.geode.config.annotation.UseDistributedSystemId
-
Configures the identifier used to distinguish messages from different distributed systems.
- ID_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- ID_PROPERTY_NAME - Static variable in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- ILLEGAL_LOGGER_TYPE_EXCEPTION_MESSAGE - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- importInto(Region) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Imports data into the given
Region
. - importInto(Region) - Method in interface org.springframework.geode.data.CacheDataImporter
-
Imports data into the given
Region
. - importInto(Region) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Imports data into the given
Region
. - INDENT_STRING - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- init(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
- init(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerSupport
- init(Cache) - Method in class org.springframework.geode.cache.service.Jetty11HttpService
-
Initializes the internal, embedded Apache Geode
HttpService
by creating an instance of the Eclipse Jetty 11 HTTP server and Servlet container. - initialize(T, Supplier<T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
- InlineCachingRegionConfigurer<T,
ID> - Class in org.springframework.geode.cache -
A
RegionConfigurer
implementation used to enable Inline Caching on a designatedRegion
. - InlineCachingRegionConfigurer(CrudRepository<T, ID>, Predicate<String>) - Constructor for class org.springframework.geode.cache.InlineCachingRegionConfigurer
-
Constructs a new instance of
InlineCachingRegionConfigurer
initialized with the givenCrudRepository
used for Inline Caching andPredicate
used to identify the targetRegion
on which theCacheLoader
andCacheWriter
will be registered. - INSTANCE - Static variable in class org.springframework.geode.cache.service.support.JakartaEEMigrationService
- INSTANCE - Static variable in class org.springframework.geode.jackson.databind.serializer.BigDecimalSerializer
- INSTANCE - Static variable in class org.springframework.geode.jackson.databind.serializer.BigIntegerSerializer
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor
-
Deprecated.
- INVALIDATE - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
- INVALIDATE - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
- InvocationArguments - Class in org.springframework.geode.util.function
- InvocationArguments(Object[]) - Constructor for class org.springframework.geode.util.function.InvocationArguments
-
Constructs a new instance of
InvocationArguments
initialized with the given array ofarguments
. - invoke(Object, String) - Static method in class org.springframework.geode.core.util.ObjectUtils
- invokeMethod(Object, String, Object...) - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration
-
Deprecated.
- isAbleToHandle(Resource) - Method in class org.springframework.geode.core.io.AbstractResourceReader
-
Determines whether this reader is able to handle and read from the target
Resource
. - isAbleToHandle(Resource) - Method in class org.springframework.geode.core.io.AbstractResourceWriter
-
Determines whether this writer is able to handle and write to the target
Resource
. - isAbleToHandle(Resource) - Method in class org.springframework.geode.core.io.support.FileResourceWriter
-
Determines whether this writer is able to handle and write to the target
Resource
. - isAllowForceCompaction() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- isAuthenticationEnabled() - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor
-
Deprecated.
- isAutoCompact() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- isAutoStartup() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- isAvailable() - Static method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Determines whether an Apache Geode-based Cluster is available in the runtime environment.
- isClientCache(RegionService) - Static method in class org.springframework.geode.util.CacheUtils
-
Null-safe method to determine whether the given
RegionService
is an instance ofClientCache
. - isClientRegion(Object) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration
- isClientRegion(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
-
Null-safe method to determine whether the given
Region
is a clientRegion
in aClientCache
. - isCloudPlatformActive(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- isCloudPlatformActive(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- isCloudPlatformActive(Environment) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.KubernetesClusterAvailableCondition
- isClusterOperator() - Method in enum class org.springframework.geode.core.env.support.User.Role
- isConnected(int) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- isConnected(Socket) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- isCopyConfigurationEnabled() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- isCopyOnRead() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- isCrashed() - Method in class org.springframework.geode.distributed.event.support.MemberDepartedEvent
-
Determines whether the peer member crashed when it departed from the
DistributedSystem
(cluster). - isDeserializable() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Determines whether this
PdxInstance
can be deserialized back into anObject
. - isDeserializable() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- isDestroyed() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- isDeveloper() - Method in enum class org.springframework.geode.core.env.support.User.Role
- isEager() - Method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- isEnableAutoReconnect() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- isEnableAutoRegionLookup() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- isEnum() - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
- isEnum() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- isExportEnabled(Environment) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Null-safe method to determine whether export has been explicitly configured and enabled or disabled.
- isIdentityField(String) - Method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Determines whether the given
field name
is an identifier for thisPdxInstance
. - isIdentityField(String) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- isIgnoreUnreadFields() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- isImportEnabled(Environment) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Null-safe method to determine whether import has been explicitly configured and enabled or disabled.
- isImportProfilesActive(Environment) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Determines whether the Cache Data Import data access operation is enabled based on the configured, active/default Profiles as declared in the Spring
Environment
. - isInfoLoggingEnabled() - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- isInstanceOfGemFireCacheImpl() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Asserts the
GeodeAssertions.AssertThat.getSubject()
is an instance ofGemFireCacheImpl
. - isInstanceOfInternalDistributedSystem() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Asserts the
GeodeAssertions.AssertThat.getSubject()
is an instance ofInternalDistributedSystem
. - isKeepAlive() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
- isLazy() - Method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- isLocal() - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- isMatchingStrictOrLoggable(boolean, boolean) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- isMultiUserAuthentication() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- isNotConnected(int) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- isNotEmpty(byte[]) - Static method in class org.springframework.geode.core.io.support.ResourceUtils
-
Determines whether the given byte array is null or empty.
- isNotInstanceOfAbstractRegion() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Asserts the
GeodeAssertions.AssertThat.getSubject()
is not an instance ofAbstractRegion
. - isNotInstanceOfGemFireCacheImpl() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Asserts the
GeodeAssertions.AssertThat.getSubject()
is not an instance ofGemFireCacheImpl
. - isNotInstanceOfInternalDistributedSystem() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Asserts the
GeodeAssertions.AssertThat.getSubject()
is not an instance ofInternalDistributedSystem
. - isNotNull() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
-
Asserts the
subject
is not null. - isNotSet(ConfigurableEnvironment, String) - Static method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- isNukeAndPaveEnabled() - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- isPeerCache(RegionService) - Static method in class org.springframework.geode.util.CacheUtils
-
Null-safe method to determine whether the given
RegionService
is an instance of a peerCache
. - isPeerRegion(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
-
Null-safe method to determine whether the given
Region
is a peerRegion
in a peerCache
. - isPersistent() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- isProxyRegion(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
-
Null-safe method to determine whether the given
Region
is a [client] PROXYRegion
. - isPrSingleHopEnabled() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- isQualified(Resource) - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Determines whether the
Resource
is a qualifiedResource
. - isQualified(Resource) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Determines whether the
Resource
is a qualifiedResource
. - isReadable(Resource) - Static method in class org.springframework.geode.core.io.support.ResourceUtils
-
Null-safe operation to determine whether the given
Resource
is readable. - isReadSerialized() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- isReadyForEvents() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- isRegionWithPool(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
-
Null-safe method to determine whether the given
Region
was configured with aPool
. - isRequireAuthentication() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- isSet(ConfigurableEnvironment, String) - Static method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- isSslRequireAuthentication() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
- isStart() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- isStart() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.DeveloperRestApiProperties
- isStrictMatch(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- isStrictMatchAndNoMatches(boolean, boolean) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- isStrictMatchConfigured(AnnotationAttributes) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration
- isSubscriptionEnabled() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- isSystemPropertyNotSet(String) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- isSystemPropertySet(String) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- isTcpNoDelay() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- isThreadLocalConnections() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- isTlsEnabled() - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Returns a
Boolean
determining whether TLS/SSL is enabled between the client and the Pivotal Cloud Cache (PCC) service instance in Pivotal CloudFoundry (PCF). - isUseBeanFactoryLocator() - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
- isUseClusterConfiguration() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- isUseHttp() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties
- isUsingDefaultFilters() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- isValidLogMessage(String) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender
- isWebRequireAuthentication() - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- isWritable(Resource) - Static method in class org.springframework.geode.core.io.support.ResourceUtils
-
Null-safe operation to determine whether the given
Resource
is writable. - iterator() - Method in class org.springframework.geode.core.env.VcapPropertySource
- iterator() - Method in class org.springframework.geode.util.function.InvocationArguments
J
- JacksonJsonToObjectConverter - Class in org.springframework.geode.data.json.converter.support
- JacksonJsonToObjectConverter() - Constructor for class org.springframework.geode.data.json.converter.support.JacksonJsonToObjectConverter
- JacksonJsonToPdxConverter - Class in org.springframework.geode.data.json.converter.support
-
The
JacksonJsonToPdxConverter
class is an implementation of theJsonToPdxArrayConverter
that is capable of converting an array of JSON objects into an array ofPdxInstances
. - JacksonJsonToPdxConverter() - Constructor for class org.springframework.geode.data.json.converter.support.JacksonJsonToPdxConverter
- JacksonObjectToJsonConverter - Class in org.springframework.geode.data.json.converter.support
-
A
ObjectToJsonConverter
implementation using Jackson'sObjectMapper
to convert from anObject
to a JSONString
. - JacksonObjectToJsonConverter() - Constructor for class org.springframework.geode.data.json.converter.support.JacksonObjectToJsonConverter
- JakartaEEMigrationService - Class in org.springframework.geode.cache.service.support
-
Service class used to migrate a Java EE WAR (archive) to a Jakarta EE WAR (archive) using the Apache Tomcat Jakarta EE Migration Tool.
- JakartaEEMigrationService() - Constructor for class org.springframework.geode.cache.service.support.JakartaEEMigrationService
- JakartaEEMigrationService.JavaEEJakartaEEMigrationException - Exception in org.springframework.geode.cache.service.support
- JavaEEJakartaEEMigrationException() - Constructor for exception org.springframework.geode.cache.service.support.JakartaEEMigrationService.JavaEEJakartaEEMigrationException
- JavaEEJakartaEEMigrationException(String) - Constructor for exception org.springframework.geode.cache.service.support.JakartaEEMigrationService.JavaEEJakartaEEMigrationException
- JavaEEJakartaEEMigrationException(String, Throwable) - Constructor for exception org.springframework.geode.cache.service.support.JakartaEEMigrationService.JavaEEJakartaEEMigrationException
- JavaEEJakartaEEMigrationException(Throwable) - Constructor for exception org.springframework.geode.cache.service.support.JakartaEEMigrationService.JavaEEJakartaEEMigrationException
- Jetty11HttpService - Class in org.springframework.geode.cache.service
-
An Apache Geode
HttpService
implementation using Eclipse Jetty 11 HTTP server and Servlet container. - Jetty11HttpService() - Constructor for class org.springframework.geode.cache.service.Jetty11HttpService
- Jetty11HttpService.JettyException - Exception in org.springframework.geode.cache.service
- Jetty11HttpService.SafeServerWrapper - Class in org.springframework.geode.cache.service
- Jetty11HttpService.SafeWebApplicationWrapper - Class in org.springframework.geode.cache.service
- Jetty11HttpService.ServerException - Exception in org.springframework.geode.cache.service
- Jetty11HttpService.WebApplicationException - Exception in org.springframework.geode.cache.service
- JettyException() - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.JettyException
- JettyException(String) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.JettyException
- JettyException(String, Throwable) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.JettyException
- JettyException(Throwable) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.JettyException
- JSON_OBJECT_SEPARATOR - Static variable in class org.springframework.geode.data.json.converter.AbstractObjectArrayToJsonConverter
- JsonCacheDataImporterExporter - Class in org.springframework.geode.data.json
-
The
JsonCacheDataImporterExporter
class is aCacheDataImporter
andCacheDataExporter
implementation that can export/import JSON data to/from aResource
given a targetRegion
. - JsonCacheDataImporterExporter() - Constructor for class org.springframework.geode.data.json.JsonCacheDataImporterExporter
- jsonFormatterFromJson(String) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
- JSONFormatterJsonToPdxConverter - Class in org.springframework.geode.data.json.converter.support
-
A
JsonToPdxConverter
implementation using the Apache GeodeJSONFormatter
to convert from a JSONString
to aPdxInstance
. - JSONFormatterJsonToPdxConverter() - Constructor for class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
- JSONFormatterPdxToJsonConverter - Class in org.springframework.geode.data.json.converter.support
-
An
ObjectToJsonConverter
implementation using the Apache GeodeJSONFormatter
to convert from aPdxInstance
to a JSONString
. - JSONFormatterPdxToJsonConverter() - Constructor for class org.springframework.geode.data.json.converter.support.JSONFormatterPdxToJsonConverter
- JsonToObjectArrayConverter - Interface in org.springframework.geode.data.json.converter
- JsonToObjectConverter - Interface in org.springframework.geode.data.json.converter
- JsonToPdxArrayConverter - Interface in org.springframework.geode.data.json.converter
-
A Spring
Converter
interface extension defining a contract to convert fromJSON
to an array ofPdxInstance
objects. - JsonToPdxConverter - Interface in org.springframework.geode.data.json.converter
K
- keepAlive() - Element in annotation interface org.springframework.geode.config.annotation.EnableDurableClient
-
Configure whether the server should keep the durable client's queues alive for the timeout period.
- KeyStoreProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.KeyStoreProperties
- KUBERNETES_NAME - Static variable in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.KubernetesClusterAvailableCondition
- KubernetesClusterAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.KubernetesClusterAvailableCondition
L
- LAZY - Enum constant in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- LifecycleAwareCacheDataImporterExporter - Class in org.springframework.geode.data.support
-
A
CacheDataImporterExporter
implementation using the Decorator Software Design Pattern to wrap an existingCacheDataImporterExporter
in order to decorate the cache (i.e. - LifecycleAwareCacheDataImporterExporter(CacheDataImporterExporter) - Constructor for class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Constructs a new instance of the
LifecycleAwareCacheDataImporterExporter
initialized with the given, targetCacheDataImporterExporter
that is wrapped by this implementation to decorate all cache import and export data operations in order to make themLifecycle
aware and capable. - LifecycleAwareCacheDataImporterExporter.ImportLifecycle - Enum Class in org.springframework.geode.data.support
-
An
Enumeration
defining the different modes for the cache data import lifecycle. - LIVE - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
- load(LoaderHelper<ID, T>) - Method in class org.springframework.geode.cache.RepositoryCacheLoader
- load(LoaderHelper<ID, T>) - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Loads
BeanDefinitions
from Annotation configuration (component) classes as well as from other resource locations (e.g. - locateBeanFactory() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
- LocatorProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an embedded Apache GeodeLocator
. - LocatorProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties
- locators() - Element in annotation interface org.springframework.geode.config.annotation.UseLocators
-
The list of Locators used by system members.
- LOCATORS_PROPERTY - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
- LocatorsConfiguration - Class in org.springframework.geode.config.annotation
-
The
LocatorsConfiguration
class is a SpringConfiguration
class used to configure Apache Geode locators and/or remote-locators properties used by apeer Cache member
to join a cluster of servers when using the P2P topology. - LocatorsConfiguration() - Constructor for class org.springframework.geode.config.annotation.LocatorsConfiguration
- log(String, Object...) - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener
- LOG_DISK_SPACE_LIMIT - Static variable in interface org.springframework.geode.util.GeodeConstants
- LOG_FILE - Static variable in interface org.springframework.geode.util.GeodeConstants
- LOG_FILE_SIZE_LIMIT - Static variable in interface org.springframework.geode.util.GeodeConstants
- LOG_LEVEL - Static variable in interface org.springframework.geode.util.GeodeConstants
- LogbackSupport - Class in org.springframework.geode.logging.slf4j.logback.support
-
Abstract utility class containing functionality for invoking SLF4J and Logback APIs.
- LogbackSupport() - Constructor for class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- logConnectedRuntimeEnvironment(Logger) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- logConnectedRuntimeEnvironment(Logger) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- logConnectedRuntimeEnvironment(Logger, int) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- LoggingAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-Configuration
for Apache Geode logging. - LoggingAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.LoggingAutoConfiguration
- LoggingProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode logging. - LoggingProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
- logProperties(Iterable<String>, Function<String, Object>) - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener.AbstractPropertySourceLoggingFunction
- logRuntimeEnvironment(Logger, int) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- logUnconnectedRuntimeEnvironment(Logger) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- logUnconnectedRuntimeEnvironment(Logger) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
M
- makeAccessible(Constructor<?>) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Makes the
Constructor
accessible. - makeAccessible(Field) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Makes the
Field
accessible. - makeAccessible(Method) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Makes the
Method
accessible. - ManagementProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode management services, such as HTTP. - ManagementProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties
- ManagementProperties.HttpServiceProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- ManagerProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an embedded Apache Geode Manager. - ManagerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- MappingPdxSerializerIncludedTypesRegistrar - Class in org.springframework.geode.pdx
- MappingPdxSerializerIncludedTypesRegistrar(Class<?>[]) - Constructor for class org.springframework.geode.pdx.MappingPdxSerializerIncludedTypesRegistrar
-
Constructs a new instance of
MappingPdxSerializerIncludedTypesRegistrar
initialized with given, required array ofClass
types that will be registered with SDG'sMappingPdxSerializer
in order to de/serialize the specifiedClass
types as PDX. - MapPropertySourceLoggingFunction() - Constructor for class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener.MapPropertySourceLoggingFunction
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.boot.actuate.autoconfigure.config.ClientCacheHealthIndicatorConfiguration.ClientCacheCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.boot.actuate.autoconfigure.config.PeerCacheHealthIndicatorConfiguration.PeerCacheCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.boot.autoconfigure.CachingProviderAutoConfiguration.SpringCacheTypeCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration.SpringSessionStoreTypeCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.AbstractCloudPlatformAvailableCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.StandaloneClusterAvailableCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.ClusterNotAvailableCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.NotCloudFoundryEnvironmentCondition
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.NotKubernetesEnvironmentCondition
- MEMBER_DEPARTED - Enum constant in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
- MEMBER_JOINED - Enum constant in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
- MEMBER_SUSPECT - Enum constant in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
- memberDeparted(DistributionManager, InternalDistributedMember, boolean) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- MemberDepartedEvent - Class in org.springframework.geode.distributed.event.support
- MemberDepartedEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.MemberDepartedEvent
-
Constructs a new instance of
MemberDepartedEvent
initialized with the givenDistributionManager
. - memberJoined(DistributionManager, InternalDistributedMember) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- MemberJoinedEvent - Class in org.springframework.geode.distributed.event.support
- MemberJoinedEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.MemberJoinedEvent
-
Constructs a new instance of
MemberJoinedEvent
initialized with the givenDistributionManager
. - MemberNameConfiguration - Class in org.springframework.geode.config.annotation
-
The
MemberNameConfiguration
class is a SpringConfiguration
class used to configure an Apache Geode member name in the distributed system, whether the member is aclient
in the client/server topology or apeer
in a cluster using the P2P topology. - MemberNameConfiguration() - Constructor for class org.springframework.geode.config.annotation.MemberNameConfiguration
- MembershipEvent<T extends MembershipEvent<T>> - Class in org.springframework.geode.distributed.event
-
EventObject
implementation indicating a membership event in theDistributedSystem
. - MembershipEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.MembershipEvent
-
Constructs a new instance of
MembershipEvent
initialized with the givenDistributionManager
. - MembershipEvent.Type - Enum Class in org.springframework.geode.distributed.event
-
An
enumeration
of different type ofMembershipEvents
. - MembershipListenerAdapter<T extends MembershipListenerAdapter<T>> - Class in org.springframework.geode.distributed.event
-
An abstract
MembershipListener
implementation using the Adapter Software Design Pattern to delegate membership event callbacks to event handlers for those membership events. - MembershipListenerAdapter() - Constructor for class org.springframework.geode.distributed.event.MembershipListenerAdapter
- memberSuspect(DistributionManager, InternalDistributedMember, InternalDistributedMember, String) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- MemberSuspectEvent - Class in org.springframework.geode.distributed.event.support
-
MembershipEvent
fired when aDistributedMember
of theDistributedSystem
is suspected of being unresponsive to otherpeer members
in the cluster. - MemberSuspectEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.MemberSuspectEvent
-
Constructs a new instance of
MemberSuspectEvent
initialized with the givenDistributionManager
. - MemcachedServerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.MemcachedServerProperties
- migrate(Path) - Method in class org.springframework.geode.cache.service.support.JakartaEEMigrationService
N
- name() - Element in annotation interface org.springframework.geode.boot.autoconfigure.condition.ConditionalOnMissingProperty
-
The
names
of the properties to test. - name() - Element in annotation interface org.springframework.geode.config.annotation.UseMemberName
-
Alias for the
name
of the Apache Geode distributed system member. - NEW_LINE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- newAnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- newAnnotationBasedFunctionExecutionConfigurationSource(AnnotationMetadata) - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
- newAsyncEventQueue(AsyncEventQueueFactory, String, AsyncEventListener) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Constructs (creates) a new instance of
AsyncEventQueue
using the givenAsyncEventQueueFactory
with the givenAEQ ID
andAsyncEventListener
. - newAsyncEventQueue(Cache, String) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Constructs a new instance of an
AsyncEventQueue
to attach to the targetRegion
configured for Asynchronous Inline Caching. - newAsyncEventQueueFactory(Cache) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Constructs (creates) a new instance of the
AsyncEventQueueFactory
from the given peerCache
. - newCacheDataImporterExporter() - Method in class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration
- newCacheRuntimeException(Supplier<String>, Throwable) - Method in class org.springframework.geode.cache.RepositoryCacheLoader
- newCacheRuntimeException(Supplier<String>, Throwable) - Method in class org.springframework.geode.cache.RepositoryCacheWriter
- newCacheRuntimeException(Supplier<String>, Throwable) - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- newClassBeanDefinitionScanner(BeanDefinitionRegistry) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- newEvaluationContext() - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Constructs a new
EvaluationContext
used during the evaluation of SpELexpressions
. - newFileOutputStream() - Method in class org.springframework.geode.core.io.support.FileResourceWriter
- newIncludeTypeFilter(Class<?>) - Method in class org.springframework.geode.pdx.MappingPdxSerializerIncludedTypesRegistrar
- NEWLINE - Static variable in class org.springframework.geode.logging.slf4j.logback.StringAppender
- newLocator() - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
- newLocator(int) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
Factory method used to construct a new
CloudCacheService.Locator
running on the defaulthost
and configured to listen on the givenport
. - newLocator(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
Factory method used to construct a new
CloudCacheService.Locator
configured to run on the givenhost
and listening on the defaultport
. - newLocator(String, int) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
Factory method used to construct a new
CloudCacheService.Locator
running on the configuredhost
and listening on the configuredport
. - newObjectMapper(Object) - Method in class org.springframework.geode.data.json.converter.support.JacksonObjectToJsonConverter
-
Constructs a new instance of the Jackson
ObjectMapper
class. - newRepositoryAsyncEventListener() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Constructs a new Apache Geode
AsyncEventListener
to register on anAsyncEventQueue
attached to the targetRegion
, which uses theCrudRepository
to perform data access operations on an external backend data source asynchronously when cache events and operations occur on the targetRegion
. - newRepositoryAsyncEventListener(CrudRepository<T, ID>) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Constructs a new Apache Geode
AsyncEventListener
to register on anAsyncEventQueue
attached to the targetRegion
, which uses the givenCrudRepository
to perform data access operations on an external, backend data source asynchronously when cache events and operations occur on the targetRegion
. - newRepositoryCacheLoader() - Method in class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Constructs a new instance of
RepositoryCacheLoader
adapting theCrudRepository
as an instance of aCacheLoader
. - newRepositoryCacheLoaderRegionConfigurer(CrudRepository<T, ID>, Predicate<String>) - Method in class org.springframework.geode.cache.InlineCachingRegionConfigurer
-
Constructs a new instance of
RepositoryCacheLoaderRegionConfigurer
initialized with the givenCrudRepository
to load (read-through)Region
values on cache misses andPredicate
to identify the targetRegion
on which to register theCacheLoader
. - newRepositoryCacheWriter() - Method in class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Constructs a new instance of
RepositoryCacheWriter
adapting theCrudRepository
as an instance of aCacheWriter
. - newRepositoryCacheWriterRegionConfigurer(CrudRepository<T, ID>, Predicate<String>) - Method in class org.springframework.geode.cache.InlineCachingRegionConfigurer
-
Constructs a new instance of
RepositoryCacheWriterRegionConfigurer
initialized with the givenCrudRepository
to write-through to an external data source andPredicate
to identify the targetRegion
on which to register theCacheWriter
. - newResource(String) - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Constructs a new
Resource
handle at the givenlocation
. - newResourceLoader() - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Constructs a new, default instance of
ResourceLoader
to loadResources
. - newSocket(ConnectionEndpoint) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- newSocket(ClusterAwareConfiguration.PoolConnectionEndpoint) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- NO_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- NO_OP - Static variable in class org.springframework.geode.core.util.ObjectAwareUtils
- NOT_IMPLEMENTED - Static variable in class org.springframework.geode.function.support.AbstractResultCollector
- NotCloudFoundryEnvironmentCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.NotCloudFoundryEnvironmentCondition
- NotKubernetesEnvironmentCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterNotAvailableConfiguration.NotKubernetesEnvironmentCondition
- NUKE_AND_PAVE_PROPERTY - Static variable in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- nullSafeClassName(Class<?>) - Method in class org.springframework.geode.boot.actuate.health.AbstractGeodeHealthIndicator
- nullSafeGetDescription(Resource) - Static method in class org.springframework.geode.core.io.support.ResourceUtils
-
Null-safe method to get the
description
of the givenResource
. - nullSafeTypeName(Object) - Static method in class org.springframework.geode.util.GeodeAssertions
O
- OBJECT_BEGIN - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- OBJECT_END - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
- ObjectArrayToJsonConverter - Interface in org.springframework.geode.data.json.converter
- ObjectAwareUtils - Class in org.springframework.geode.core.util
-
Abstract utility class used to process
managed object
awareobjects
, such asApplicationContextAware
objects
in a Spring context. - ObjectAwareUtils() - Constructor for class org.springframework.geode.core.util.ObjectAwareUtils
- ObjectPdxInstanceAdapter - Class in org.springframework.geode.pdx
- ObjectPdxInstanceAdapter(Object) - Constructor for class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Constructs a new instance of
ObjectPdxInstanceAdapter
initialized with the givenObject
. - ObjectToJsonConverter - Interface in org.springframework.geode.data.json.converter
- ObjectUtils - Class in org.springframework.geode.core.util
-
The
ObjectUtils
class is an abstract utility class with operations forobjects
. - ObjectUtils() - Constructor for class org.springframework.geode.core.util.ObjectUtils
- ObjectUtils.ExceptionThrowingOperation<T> - Interface in org.springframework.geode.core.util
- of(String) - Static method in enum class org.springframework.geode.core.env.support.User.Role
- OffHeapProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.OffHeapProperties
- onApplicationEnvironmentPreparedEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.geode.config.annotation.SecurityManagerProxyConfiguration
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener
- onGeodeCachingInitialization() - Method in class org.springframework.geode.boot.autoconfigure.CachingProviderAutoConfiguration
- OnMissingPropertyCondition - Class in org.springframework.geode.boot.autoconfigure.condition
-
The
OnMissingPropertyCondition
class is aSpringBootCondition
, SpringCondition
type asserting whether the specified, declared properties are missing. - OnMissingPropertyCondition() - Constructor for class org.springframework.geode.boot.autoconfigure.condition.OnMissingPropertyCondition
- onMissingResource(Resource, String) - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
- onMissingResource(Resource, String) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractExportResourceResolver
- onMissingResource(Resource, String) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractImportResourceResolver
- onRefresh() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Re-registers Singleton beans registered with the previous
BeanFactory
(prior to refresh) with thisApplicationContext
, iff this context was previously active and subsequently refreshed. - open() - Method in class org.springframework.geode.boot.actuate.health.support.ActuatorServerLoadProbeWrapper
- org.springframework.geode.boot.actuate - package org.springframework.geode.boot.actuate
- org.springframework.geode.boot.actuate.autoconfigure - package org.springframework.geode.boot.actuate.autoconfigure
- org.springframework.geode.boot.actuate.autoconfigure.config - package org.springframework.geode.boot.actuate.autoconfigure.config
- org.springframework.geode.boot.actuate.health - package org.springframework.geode.boot.actuate.health
- org.springframework.geode.boot.actuate.health.support - package org.springframework.geode.boot.actuate.health.support
- org.springframework.geode.boot.autoconfigure - package org.springframework.geode.boot.autoconfigure
-
Spring Boot auto-configuration for Apache Geode.
- org.springframework.geode.boot.autoconfigure.condition - package org.springframework.geode.boot.autoconfigure.condition
- org.springframework.geode.boot.autoconfigure.configuration - package org.springframework.geode.boot.autoconfigure.configuration
- org.springframework.geode.boot.autoconfigure.configuration.support - package org.springframework.geode.boot.autoconfigure.configuration.support
- org.springframework.geode.boot.autoconfigure.support - package org.springframework.geode.boot.autoconfigure.support
- org.springframework.geode.cache - package org.springframework.geode.cache
- org.springframework.geode.cache.service - package org.springframework.geode.cache.service
- org.springframework.geode.cache.service.support - package org.springframework.geode.cache.service.support
- org.springframework.geode.cache.support - package org.springframework.geode.cache.support
- org.springframework.geode.config.annotation - package org.springframework.geode.config.annotation
- org.springframework.geode.config.annotation.support - package org.springframework.geode.config.annotation.support
- org.springframework.geode.context.annotation - package org.springframework.geode.context.annotation
- org.springframework.geode.context.logging - package org.springframework.geode.context.logging
- org.springframework.geode.core.env - package org.springframework.geode.core.env
- org.springframework.geode.core.env.support - package org.springframework.geode.core.env.support
- org.springframework.geode.core.io - package org.springframework.geode.core.io
- org.springframework.geode.core.io.support - package org.springframework.geode.core.io.support
- org.springframework.geode.core.util - package org.springframework.geode.core.util
- org.springframework.geode.core.util.function - package org.springframework.geode.core.util.function
- org.springframework.geode.data - package org.springframework.geode.data
- org.springframework.geode.data.json - package org.springframework.geode.data.json
- org.springframework.geode.data.json.converter - package org.springframework.geode.data.json.converter
- org.springframework.geode.data.json.converter.support - package org.springframework.geode.data.json.converter.support
- org.springframework.geode.data.support - package org.springframework.geode.data.support
- org.springframework.geode.distributed.event - package org.springframework.geode.distributed.event
- org.springframework.geode.distributed.event.support - package org.springframework.geode.distributed.event.support
- org.springframework.geode.expression - package org.springframework.geode.expression
- org.springframework.geode.function.config - package org.springframework.geode.function.config
- org.springframework.geode.function.support - package org.springframework.geode.function.support
- org.springframework.geode.jackson.databind.serializer - package org.springframework.geode.jackson.databind.serializer
- org.springframework.geode.logging.slf4j.logback - package org.springframework.geode.logging.slf4j.logback
- org.springframework.geode.logging.slf4j.logback.support - package org.springframework.geode.logging.slf4j.logback.support
- org.springframework.geode.pdx - package org.springframework.geode.pdx
- org.springframework.geode.security - package org.springframework.geode.security
- org.springframework.geode.security.support - package org.springframework.geode.security.support
- org.springframework.geode.util - package org.springframework.geode.util
- org.springframework.geode.util.function - package org.springframework.geode.util.function
P
- parse(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
Factory method used to parse an individual
host[port]
network endpoint for a Locator. - parse(String) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Parses the given
expressionString
. - parseLocators(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
-
Factory method used to parse a
comma-delimited list of Locator network endpoints
into aList
ofCloudCacheService.Locator
objects. - PartitionRegionCacheStatistics(Region<?, ?>) - Constructor for class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
- PASSWORD - Static variable in interface org.springframework.geode.util.GeodeConstants
- PDX_READ_SERIALIZED_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration
- PdxFieldNotWritableException - Exception in org.springframework.geode.pdx
-
A
RuntimeException
thrown to indicate that a PDX field of aPdxInstance
is not writable. - PdxFieldNotWritableException() - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
- PdxFieldNotWritableException(String) - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
- PdxFieldNotWritableException(String, Throwable) - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
- PdxFieldNotWritableException(Throwable) - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
- PdxInstanceBuilder - Class in org.springframework.geode.pdx
-
The
PdxInstanceBuilder
class is a Builder used to construct and initialize aPdxInstance
from different sources. - PdxInstanceBuilder(RegionService) - Constructor for class org.springframework.geode.pdx.PdxInstanceBuilder
-
Constructs a new instance of
PdxInstanceBuilder
initialized with the requiredRegionService
. - PdxInstanceBuilder.Factory - Interface in org.springframework.geode.pdx
- PdxInstanceWrapper - Class in org.springframework.geode.pdx
-
The
PdxInstanceWrapper
class is an implementation of thePdxInstance
interface wrapping an existingPdxInstance
object and decorating the functionality. - PdxInstanceWrapper(PdxInstance) - Constructor for class org.springframework.geode.pdx.PdxInstanceWrapper
-
Constructs a new instance of
PdxInstanceWrapper
initialized with the given, requiredPdxInstance
object used to back this wrapper. - PdxInstanceWrapperRegionAspect - Class in org.springframework.geode.boot.autoconfigure.support
-
A Spring, AspectJ
Aspect
advising Apache Geode cacheRegion
data access operations. - PdxInstanceWrapperRegionAspect() - Constructor for class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
- PdxInstanceWrapperRegionAspect.RegionEntryWrapper<K,
V> - Class in org.springframework.geode.boot.autoconfigure.support - PdxProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode PDX serialization. - PdxProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- PdxSerializationAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
enabling Apache Geode's PDX Serialization functionality in a either apeer cache
orClientCache
application. - PdxSerializationAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.PdxSerializationAutoConfiguration
- PeerCacheCondition() - Constructor for class org.springframework.geode.boot.actuate.autoconfigure.config.PeerCacheHealthIndicatorConfiguration.PeerCacheCondition
- peerCacheGemFirePropertiesConfigurer(ConfigurableEnvironment) - Method in class org.springframework.geode.boot.autoconfigure.EnvironmentSourcedGemFirePropertiesAutoConfiguration
- PeerCacheHealthIndicatorConfiguration - Class in org.springframework.geode.boot.actuate.autoconfigure.config
-
Spring
Configuration
class declaring Spring beans for Apache Geode peerCache
HealthIndicators
. - PeerCacheHealthIndicatorConfiguration() - Constructor for class org.springframework.geode.boot.actuate.autoconfigure.config.PeerCacheHealthIndicatorConfiguration
- PeerCacheHealthIndicatorConfiguration.PeerCacheCondition - Class in org.springframework.geode.boot.actuate.autoconfigure.config
- PeerCacheProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an Apache Geode peerCache
. - PeerCacheProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- PeerSecurityAutoConfiguration - 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. - PeerSecurityAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.PeerSecurityAutoConfiguration
- PeerSecurityProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an Apache Geode peerCache
Security (authentication & authorization). - PeerSecurityProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
- PoolProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure an Apache Geode clientPool
. - PoolProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.PoolProperties
- PoolProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- postProcess(AsyncEventListener) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Applies the user-defined
Function
to the framework constructed/providedAsyncEventListener
for post processing. - postProcess(AsyncEventQueue) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Applies the user-defined
Function
to the framework constructed/providedAsyncEventQueue
for post-processing. - postProcess(AsyncEventQueueFactory) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Applies the user-defined
Function
to the framework constructed/providedAsyncEventQueueFactory
for post processing. - postProcess(PdxInstance) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
-
Post processes the given {
PdxInstance
. - postProcess(Resource) - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Method used by subclasses to process the loaded
Resource
as determined by theResourceLoader
. - postProcessAfterInitialization(Object, String) - Method in interface org.springframework.geode.data.CacheDataImporter
-
Imports data from an external data source into a given
Region
after initialization. - postProcessAfterInitialization(Object, String) - Method in class org.springframework.geode.pdx.MappingPdxSerializerIncludedTypesRegistrar
- postProcessBeforeDestruction(Object, String) - Method in interface org.springframework.geode.data.CacheDataExporter
-
Exports any data contained in a
Region
on destruction. - postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration.AutoConfiguredCloudSecurityEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration.DisableGemFireShutdownHookEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration.SpringSessionPropertiesEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.geode.boot.autoconfigure.SslAutoConfiguration.SslEnvironmentPostProcessor
- prefix() - Element in annotation interface org.springframework.geode.boot.autoconfigure.condition.ConditionalOnMissingProperty
-
A
prefix
that should be applied to each property. - prepareRefresh() - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Stores a reference to the previous
ConfigurableListableBeanFactory
in order to copy its configuration and state onApplicationContext
refresh invocations. - preProcess(Resource) - Method in class org.springframework.geode.core.io.AbstractResourceReader
-
Pre-processes the target
Resource
before reading from theResource
. - preProcess(WritableResource) - Method in class org.springframework.geode.core.io.AbstractResourceWriter
-
Pre-processes the target
WritableResource
before writing to theWritableResource
. - preProcessLogMessage(String) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender
- processEntryEvent(EntryEvent<K, V>, AbstractCommonEventProcessingCacheListener.EntryEventType) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
- processEvents(List<AsyncEvent>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Processes each
AsyncEvent
in order by first determining whether theAsyncEvent
can be processed by this listener and then invokes the appropriate Spring DataCrudRepository
data access operation corresponding to theAsyncEvent
Operation
. - processRegionEvent(RegionEvent<K, V>, AbstractCommonEventProcessingCacheListener.RegionEventType) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
Q
- QUORUM_LOST - Enum constant in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
- quorumLost(DistributionManager, Set<InternalDistributedMember>, List<InternalDistributedMember>) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
- QuorumLostEvent - Class in org.springframework.geode.distributed.event.support
-
QuorumLostEvent
is fired for the losing side of theDistributedSystem
when a network partition occurs. - QuorumLostEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Constructs a new instance of
QuorumLostEvent
initialized with the givenDistributionManager
.
R
- read(Resource) - Method in class org.springframework.geode.core.io.AbstractResourceReader
-
Reads data from the non-null
Resource
into a byte array. - read(Resource) - Method in interface org.springframework.geode.core.io.ResourceReader
-
Reads data from the non-null
Resource
into a byte array. - read(EvaluationContext, Object, String) - Method in class org.springframework.geode.expression.SmartEnvironmentAccessor
- readIntoByteBuffer(Resource) - Method in interface org.springframework.geode.core.io.ResourceReader
-
Reads data from the non-null
Resource
into aByteBuffer
. - readyForEvents() - Element in annotation interface org.springframework.geode.config.annotation.EnableDurableClient
-
Configures whether the
ClientCache
is ready to recieve events on startup. - RefreshableAnnotationConfigApplicationContext - Class in org.springframework.geode.context.annotation
-
A refreshable
ApplicationContext
capable of loadingcomponent classes
used forAnnotation
based configuration in addition to scanningconfiguration locations
, and then providing the ability to reload/refresh the context at some point later during runtime. - RefreshableAnnotationConfigApplicationContext() - Constructor for class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Constructs an new instance of the
RefreshableAnnotationConfigApplicationContext
with default container state and no parentApplicationContext
. - RefreshableAnnotationConfigApplicationContext(ApplicationContext) - Constructor for class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Constructs a new instance of the
RefreshableAnnotationConfigApplicationContext
initialized with the parentApplicationContext
. - REGION_ADVICE_ENABLED_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.DataImportExportAutoConfiguration
- RegionEntryWrapper(Region.Entry<K, V>) - Constructor for class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- regionGetAdvice(ProceedingJoinPoint) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
- regionGetAllAdvice(ProceedingJoinPoint) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
- regionGetEntryAdvice(ProceedingJoinPoint) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
- RegionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ClusterProperties.RegionProperties
- regionSelectValueAdvice(ProceedingJoinPoint) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
- RegionStatisticsResolver - Class in org.springframework.geode.boot.actuate.health.support
-
The
RegionStatisticsResolver
class is a utility class for resolving theCacheStatistics
for aRegion
, regardless ofRegion
type, or more specificallyRegion's
data management policy
. - RegionStatisticsResolver() - Constructor for class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver
- RegionStatisticsResolver.PartitionRegionCacheStatistics - Class in org.springframework.geode.boot.actuate.health.support
- RegionTemplateAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
class used to configure aGemfireTemplate
for each Apache Geode cacheRegion
declared/defined in the SpringConfigurableApplicationContext
in order to performRegion
data access operations. - RegionTemplateAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.RegionTemplateAutoConfiguration
- regionTemplateContextRefreshedEventListener(ContextRefreshedEvent) - Method in class org.springframework.geode.boot.autoconfigure.RegionTemplateAutoConfiguration
- regionValuesAdvice(ProceedingJoinPoint) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
- register(Class<?>...) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- register(Cache) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
-
Registers this
MembershipListener
with the given peerCache
. - register(RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction<T, ID>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Registers a
RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
capable of processingAsyncEvents
byOperation
and invoking the appropriate Spring DataCrudRepository
data access operation. - registerApplicationListener(ConditionContext) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
- registerInterceptor(RestTemplate, ClientHttpRequestInterceptor) - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration
-
Deprecated.
- REMOTE_LOCATORS_PROPERTY - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
- remoteLocators() - Element in annotation interface org.springframework.geode.config.annotation.UseLocators
-
Used to configure the Locators that a cluster will use in order to connect to a remote site in a multi-site (WAN) topology configuration.
- removeAppender(Logger, String) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- RemoveAsyncEventRepositoryFunction(RepositoryAsyncEventListener<T, ID>) - Constructor for class org.springframework.geode.cache.RepositoryAsyncEventListener.RemoveAsyncEventRepositoryFunction
-
Constructs a new instance of
RepositoryAsyncEventListener.RemoveAsyncEventRepositoryFunction
initialized with the given, requiredRepositoryAsyncEventListener
. - removeConsoleAppender(Logger) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Removes the console
Appender
from the givenLogger
. - removeDelegateAppender(Logger) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Removes the delegate
Appender
from the givenLogger
. - RepositoriesAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
for Spring Data for Apache Geode (SDG) Repositories. - RepositoriesAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.RepositoriesAutoConfiguration
- RepositoryAsyncEventListener<T,
ID> - Class in org.springframework.geode.cache -
An Apache Geode
AsyncEventListener
that uses a Spring DataCrudRepository
to perform data access operations to a backend, external data source asynchronously, triggered by cache operations. - RepositoryAsyncEventListener(CrudRepository<T, ID>) - Constructor for class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Constructs a new instance of
RepositoryAsyncEventListener
initialized with the given Spring DataCrudRepository
. - RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction<T,
ID> - Class in org.springframework.geode.cache -
RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
is an abstract base class implementing theRepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
interface to provided a default template implementation of theFunction.apply(Object)
method. - RepositoryAsyncEventListener.AsyncEventError - Class in org.springframework.geode.cache
-
RepositoryAsyncEventListener.AsyncEventError
is a wrapper class encapsulating theAsyncEvent
along with theerror
that was thrown while processing the event. - RepositoryAsyncEventListener.AsyncEventErrorHandler - Interface in org.springframework.geode.cache
-
The
RepositoryAsyncEventListener.AsyncEventErrorHandler
interface is aFunction
andFunctionalInterface
used to handle errors while processingAsyncEvents
. - RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction<T,
ID> - Interface in org.springframework.geode.cache -
The
RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
interface is aFunction
andFunctionalInterface
that translates theAsyncEvent
Operation
into a Spring DataCrudRepository
method invocation. - RepositoryAsyncEventListener.CreateUpdateAsyncEventRepositoryFunction<T,
ID> - Class in org.springframework.geode.cache -
An
RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
capable of handlingOperation.CREATE
andOperation.UPDATE
AsyncEvents
. - RepositoryAsyncEventListener.RemoveAsyncEventRepositoryFunction<T,
ID> - Class in org.springframework.geode.cache - RepositoryCacheLoader<T,
ID> - Class in org.springframework.geode.cache -
A
CacheLoader
implementation backed by a Spring DataCrudRepository
used to load an entity from an external data source. - RepositoryCacheLoader(CrudRepository<T, ID>) - Constructor for class org.springframework.geode.cache.RepositoryCacheLoader
- RepositoryCacheLoaderRegionConfigurer<T,
ID> - Class in org.springframework.geode.cache -
Spring Data
RegionConfigurer
implementation used to adapt and register a Spring DataCrudRepository
as aCacheLoader
for a targetedRegion
. - RepositoryCacheLoaderRegionConfigurer(CrudRepository<T, ID>, Predicate<String>) - Constructor for class org.springframework.geode.cache.RepositoryCacheLoaderRegionConfigurer
-
Constructs a new instance of
RepositoryCacheLoaderRegionConfigurer
initialized with the given Spring DataCrudRepository
used to loadRegion
values on cache misses as well as the givenPredicate
used to identify/qualify theRegion
on which theCrudRepository
will be registered and used as aCacheLoader
. - RepositoryCacheLoaderWriterSupport<T,
ID> - Class in org.springframework.geode.cache.support -
Abstract base class supporting the implementation of Apache Geode
CacheLoaders
andCacheWriters
backed by Spring DataRepositories
. - RepositoryCacheLoaderWriterSupport(CrudRepository<T, ID>) - Constructor for class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- RepositoryCacheWriter<T,
ID> - Class in org.springframework.geode.cache -
A
CacheWriter
implementation backed by a Spring DataCrudRepository
used to persist a cache entry (i.e. - RepositoryCacheWriter(CrudRepository<T, ID>) - Constructor for class org.springframework.geode.cache.RepositoryCacheWriter
- RepositoryCacheWriterRegionConfigurer<T,
ID> - Class in org.springframework.geode.cache -
Spring Data
RegionConfigurer
implementation used to adapt and register a Spring DataCrudRepository
as aCacheWriter
for a targetedRegion
. - RepositoryCacheWriterRegionConfigurer(CrudRepository<T, ID>, Predicate<String>) - Constructor for class org.springframework.geode.cache.RepositoryCacheWriterRegionConfigurer
-
Constructs a new instance of
RepositoryCacheWriterRegionConfigurer
initialized with the given Spring DataCrudRepository
used to writeRegion
values to a backend data source/data store along with a givenPredicate
to identify/qualify theRegion
on which theCrudRepository
will be registered and used as aCacheWriter
. - require() - Method in class org.springframework.geode.cache.SimpleCacheResolver
-
Requires an instance of either a
ClientCache
or a peerCache
. - require(String) - Method in interface org.springframework.geode.core.io.ResourceResolver
-
Returns a non-null, existing
Resource
handle resolved from the given, non-nulllocation
(e.g. - requireAppender(Logger, String, Class<T>) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- requireApplicationContext() - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Returns a required reference to the configured
ApplicationContext
used by this data importer/exporter. - requireEnvironment() - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Returns a required reference to the configured
Environment
used by this data importer/exporter to accessEnvironment
specific configuration. - requireFirstCloudCacheService() - Method in class org.springframework.geode.core.env.VcapPropertySource
- requireFirstCloudCacheServiceName() - Method in class org.springframework.geode.core.env.VcapPropertySource
- requireLogbackRootLogger() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Requires the SLF4J Logback ROOT
Logger
otherwise throws anIllegalStateException
. - requireLoggerContext() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Requires a
LoggerContext
otherwise throws anIllegalStateException
. - reset() - Static method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Resets the state of this
Condition
to reevaluate whether an Apache Geode-based Cluster is available in the runtime environment. - resetCounts() - Method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
- resetLogback() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Resets the state of the SLF4J Logback logging provider and system.
- resolve() - Method in class org.springframework.geode.cache.SimpleCacheResolver
-
The resolution algorithm first tries to resolve an
Optional
ClientCache
instance then a peerCache
instance if aClientCache
is not present. - resolve(String) - Method in interface org.springframework.geode.core.io.ResourceResolver
-
Tries to resolve a
Resource
handle from the given, non-nulllocation
(e.g. - resolve(String) - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
-
Tries to resolve a
Resource
at the givenlocation
using a SpringResourceLoader
, such as a SpringApplicationContext
. - resolve(String) - Method in class org.springframework.geode.core.io.support.SingleResourceResolver
-
Tries to resolve a
Resource
handle from the given, non-nulllocation
(e.g. - resolve(String) - Method in interface org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.CacheResourceResolver
-
Tries to resolve a
Resource
handle from the given, non-nulllocation
(e.g. - resolve(Region<?, ?>) - Static method in class org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver
- resolve(Region<?, ?>) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractExportResourceResolver
- resolve(Region<?, ?>) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractImportResourceResolver
- resolve(Region<?, ?>) - Method in interface org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.CacheResourceResolver
- resolveAppender(Logger, String, Class<T>) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- resolveClientCache() - Method in class org.springframework.geode.cache.SimpleCacheResolver
-
Attempts to resolve an
Optional
ClientCache
instance. - resolveEntity(AsyncEvent<ID, T>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AbstractAsyncEventOperationRepositoryFunction
-
Resolves the
entity
associated with theAsyncEvent
. - resolveImportLifecycle() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Resolves the configured
LifecycleAwareCacheDataImporterExporter.ImportLifecycle
. - resolveImportPhase() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Resolves the configured
SmartLifecycle Phase
in which the cache data import will be performed. - resolveInvocationTarget(T, Method) - Static method in class org.springframework.geode.core.util.ObjectUtils
-
Resolves the
invocation target
for the givenMethod
. - resolveKey(PdxInstance) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
- resolveLoggerContext() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Resolves the SLF4J, Logback
LoggerContext
. - resolvePeerCache() - Method in class org.springframework.geode.cache.SimpleCacheResolver
-
Attempts to resolve an
Optional
Cache
instance. - resolveRootLogger() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Resolves the
Root
Logger
. - resolveTimeUnit(TimeUnit) - Method in class org.springframework.geode.function.support.AbstractResultCollector
- resolveValue(PdxInstance) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
- RESOURCE_NAME_PATTERN - Static variable in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
- RESOURCE_PATH_SEPARATOR - Static variable in enum class org.springframework.geode.core.io.support.ResourcePrefix
- ResourceCapableCacheDataImporterExporter - Class in org.springframework.geode.data.support
-
An
AbstractCacheDataImporterExporter
extension and implementation capable of handling and managing import and exportResources
. - ResourceCapableCacheDataImporterExporter() - Constructor for class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
- ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver - Class in org.springframework.geode.data.support
-
Abstract base class containing functionality common to all
cache
basedResourceResolvers
, whether for import or export. - ResourceCapableCacheDataImporterExporter.AbstractExportResourceResolver - Class in org.springframework.geode.data.support
-
Abstract base class extended by export
ResourceCapableCacheDataImporterExporter.CacheResourceResolver
implementations, providing a template to resolve theResource
used for export. - ResourceCapableCacheDataImporterExporter.AbstractImportResourceResolver - Class in org.springframework.geode.data.support
-
Abstract base class extended by import
ResourceResolver
implementations, providing a template to resolve theResource
to import. - ResourceCapableCacheDataImporterExporter.CacheResourceResolver - Interface in org.springframework.geode.data.support
- ResourceCapableCacheDataImporterExporter.ClassPathImportResourceResolver - Class in org.springframework.geode.data.support
-
Resolves the
Resource
to import from the classpath. - ResourceCapableCacheDataImporterExporter.ExportResourceResolver - Interface in org.springframework.geode.data.support
-
Marker interface extending
ResourceCapableCacheDataImporterExporter.CacheResourceResolver
for cache data exports. - ResourceCapableCacheDataImporterExporter.FileSystemExportResourceResolver - Class in org.springframework.geode.data.support
-
Resolves the
Resource
used for export from the filesystem. - ResourceCapableCacheDataImporterExporter.ImportResourceResolver - Interface in org.springframework.geode.data.support
-
Marker interface extending
ResourceCapableCacheDataImporterExporter.CacheResourceResolver
for cache data imports. - ResourceDataAccessException - Exception in org.springframework.geode.core.io
-
A Java
RuntimeException
indicating a problem accessing (e.g. - ResourceDataAccessException() - Constructor for exception org.springframework.geode.core.io.ResourceDataAccessException
- ResourceDataAccessException(String) - Constructor for exception org.springframework.geode.core.io.ResourceDataAccessException
-
Constructs a new instance of
ResourceDataAccessException
initialized with the givenmessage
to describe the error. - ResourceDataAccessException(String, Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceDataAccessException
-
Constructs a new instance of
ResourceDataAccessException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
. - ResourceDataAccessException(Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceDataAccessException
-
Constructs a new instance of
ResourceDataAccessException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
. - resourceLoaderAwareObjectInitializer(ResourceLoader) - Static method in class org.springframework.geode.core.util.ObjectAwareUtils
- ResourceLoaderResourceResolver - Class in org.springframework.geode.core.io.support
- ResourceLoaderResourceResolver() - Constructor for class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
- ResourceNotFoundException - Exception in org.springframework.geode.core.io
-
RuntimeException
indication that aResource
could not be found. - ResourceNotFoundException() - Constructor for exception org.springframework.geode.core.io.ResourceNotFoundException
- ResourceNotFoundException(String) - Constructor for exception org.springframework.geode.core.io.ResourceNotFoundException
-
Constructs a new instance of
ResourceNotFoundException
initialized with the givenmessage
to describe the error. - ResourceNotFoundException(String, Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceNotFoundException
-
Constructs a new instance of
ResourceNotFoundException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
. - ResourceNotFoundException(Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceNotFoundException
-
Constructs a new instance of
ResourceNotFoundException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
. - ResourcePrefix - Enum Class in org.springframework.geode.core.io.support
-
An enumeration of
Resource
prefixes
recognized by the Spring Framework. - ResourceReader - Interface in org.springframework.geode.core.io
-
Interface (contract) for readers to define the algorithm and strategy for reading data from a
Resource
, such as by using theResource's
InputStream
. - ResourceReadException - Exception in org.springframework.geode.core.io
-
A
ResourceDataAccessException
and JavaRuntimeException
indicating a problem while reading from the targetResource
. - ResourceReadException() - Constructor for exception org.springframework.geode.core.io.ResourceReadException
- ResourceReadException(String) - Constructor for exception org.springframework.geode.core.io.ResourceReadException
-
Constructs a new instance of
ResourceReadException
initialized with the givenmessage
to describe the error. - ResourceReadException(String, Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceReadException
-
Constructs a new instance of
ResourceReadException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
. - ResourceReadException(Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceReadException
-
Constructs a new instance of
ResourceReadException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
. - ResourceResolver - Interface in org.springframework.geode.core.io
-
Interface defining a contract encapsulating an algorithm/strategy for resolving
Resources
. - ResourceUtils - Class in org.springframework.geode.core.io.support
-
Abstract utility class containing functionality to work with
Resources
. - ResourceUtils() - Constructor for class org.springframework.geode.core.io.support.ResourceUtils
- ResourceWriteException - Exception in org.springframework.geode.core.io
-
A
ResourceDataAccessException
and JavaRuntimeException
indicating a problem while writing to the targetResource
. - ResourceWriteException() - Constructor for exception org.springframework.geode.core.io.ResourceWriteException
- ResourceWriteException(String) - Constructor for exception org.springframework.geode.core.io.ResourceWriteException
-
Constructs a new instance of
ResourceWriteException
initialized with the givenmessage
to describe the error. - ResourceWriteException(String, Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceWriteException
-
Constructs a new instance of
ResourceWriteException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
. - ResourceWriteException(Throwable) - Constructor for exception org.springframework.geode.core.io.ResourceWriteException
-
Constructs a new instance of
ResourceWriteException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
. - ResourceWriter - Interface in org.springframework.geode.core.io
-
Interface (contract) for writers to define the algorithm or strategy for writing data to a target
Resource
, such as by using theWritableResource's
WritableResource.getOutputStream()
OutputStream}. - returnValueThrowOnNull(T) - Static method in class org.springframework.geode.core.util.ObjectUtils
- returnValueThrowOnNull(T, RuntimeException) - Static method in class org.springframework.geode.core.util.ObjectUtils
- ROOT_LOGGER_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- run() - Method in interface org.springframework.geode.core.util.ObjectUtils.ExceptionThrowingOperation
- RUNTIME_ENVIRONMENT_NAME - Static variable in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.CloudFoundryClusterAvailableCondition
- RUNTIME_ENVIRONMENT_NAME - Static variable in class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.KubernetesClusterAvailableCondition
- RUNTIME_ENVIRONMENT_NAME - Static variable in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
S
- safeDestroy() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeServerWrapper
- safeStart() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeServerWrapper
- safeStart() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeWebApplicationWrapper
- safeStop() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeServerWrapper
- safeStop() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeWebApplicationWrapper
- safeStopAndDestroy() - Method in class org.springframework.geode.cache.service.Jetty11HttpService.SafeServerWrapper
- scan(String...) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- schemaObjectInitializerPostProcessor(Environment) - Method in class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration
-
Deprecated.
- SECURITY_SSL_ENVIRONMENT_POST_PROCESSOR_ENABLED_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.SslAutoConfiguration
- SecurityAwareClientHttpRequestInterceptor(Environment) - Constructor for class org.springframework.geode.boot.autoconfigure.support.HttpBasicAuthenticationSecurityConfiguration.SecurityAwareClientHttpRequestInterceptor
-
Deprecated.
- SecurityLogProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityLogProperties
- SecurityManagerConfiguration - Class in org.springframework.geode.config.annotation
-
Spring
Configuration
class used to configure aSecurityManager
, thereby enabling Security (Auth) on this Apache Geode node. - SecurityManagerConfiguration() - Constructor for class org.springframework.geode.config.annotation.SecurityManagerConfiguration
- SecurityManagerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityManagerProperties
- SecurityManagerProxy - Class in org.springframework.geode.security.support
-
The
SecurityManagerProxy
class is an Apache GeodeSecurityManager
proxy implementation delegating to a backingSecurityManager
implementation which is registered as a managed bean in a Spring context. - SecurityManagerProxy() - Constructor for class org.springframework.geode.security.support.SecurityManagerProxy
-
Constructs a new instance of
SecurityManagerProxy
, which will delegate all Apache Geode security operations to a Spring managedSecurityManager
bean. - SecurityManagerProxyConfiguration - Class in org.springframework.geode.config.annotation
-
Spring
Configuration
class used to configure aSecurityManager
, thereby enabling Security (Auth) on this Apache Geode node. - SecurityManagerProxyConfiguration() - Constructor for class org.springframework.geode.config.annotation.SecurityManagerProxyConfiguration
- SecurityManagerSupport - Class in org.springframework.geode.security.support
-
SecurityManagerSupport
is an abstract base class implementing Apache Geode'sSecurityManager
interface, providing default implementations of theSecurityManager
auth methods. - SecurityManagerSupport() - Constructor for class org.springframework.geode.security.support.SecurityManagerSupport
- SecurityPostProcessorProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityPostProcessorProperties
- SecurityProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode Security. - SecurityProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
- SecurityProperties.ApacheShiroProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- SecurityProperties.SecurityLogProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- SecurityProperties.SecurityManagerProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- SecurityProperties.SecurityPostProcessorProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- sendTo(DataOutput) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
- serialize(BigDecimal, JsonGenerator, SerializerProvider) - Method in class org.springframework.geode.jackson.databind.serializer.BigDecimalSerializer
- serialize(BigInteger, JsonGenerator, SerializerProvider) - Method in class org.springframework.geode.jackson.databind.serializer.BigIntegerSerializer
- serializeContents(Collection<?>, JsonGenerator, SerializerProvider) - Method in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- serializeWithType(BigDecimal, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.springframework.geode.jackson.databind.serializer.BigDecimalSerializer
- serializeWithType(BigInteger, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.springframework.geode.jackson.databind.serializer.BigIntegerSerializer
- serializeWithType(Collection<?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- SERVER_SERVLET_SESSION_TIMEOUT_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- ServerException() - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.ServerException
- ServerException(String) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.ServerException
- ServerException(String, Throwable) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.ServerException
- ServerException(Throwable) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.ServerException
- ServerRegionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ServerRegionProperties
- Service - Class in org.springframework.geode.core.env.support
-
The
Service
class is an Abstract Data Type (ADT) modeling a Pivotal CloudFoundry Service. - ServiceProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode embedded services. - ServiceProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties
- ServiceProperties.DeveloperRestApiProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- ServiceProperties.HttpServiceProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- ServiceProperties.MemcachedServerProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- SessionAttributesProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionAttributesProperties
- SessionExpirationProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionExpirationProperties
- SessionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionProperties
- SessionRegionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionRegionProperties
- SessionSerializerProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionSerializerProperties
- set(Boolean) - Static method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Sets the state of the
clusterAvailable
variable. - setAccessFile(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setAccessor(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
- setAccessorPostProcessor(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
- setAll(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setAllowForceCompaction(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setAppender(Appender<T>) - Method in class org.springframework.geode.logging.slf4j.logback.DelegatingAppender
- setApplicationContext(ApplicationContext) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Sets a reference to a
ApplicationContext
used by this data importer/exporter to perform its function. - setApplicationContext(ApplicationContext) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Configures a reference to the Spring
ApplicationContext
. - setApplicationContext(ApplicationContext) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Configures a reference to the Spring
ApplicationContext
. - setAsyncEventErrorHandler(RepositoryAsyncEventListener.AsyncEventErrorHandler) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Configures an
RepositoryAsyncEventListener.AsyncEventErrorHandler
to handle errors that may occur when this listener is invoked with a batch ofAsyncEvents
. - setAuthenticationInitializer(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
- setAuthenticationInitializer(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
- setAuthenticator(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
- setAuthenticator(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
- setAutoCompact(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setAutoStartup(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setBasePackages(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.EntityProperties
- setBeanFactory(BeanFactory) - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
- setBeanFactory(BeanFactory) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
-
Configures a reference to the current Spring
BeanFactory
. - setBeanName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionSerializerProperties
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Configures the
BeanNameGenerator
strategy used by thisApplicationContext
to generatebean names
forbean definitions
. - setBindAddress(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setBindAddress(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setBindAddress(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
- setCiphers(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setClassName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityManagerProperties
- setClassName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityPostProcessorProperties
- setCluster(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setCompactionThreshold(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setComponents(EnableSsl.Component[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setCompressorBeanName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.CompressionProperties
- setContext(Context) - Method in class org.springframework.geode.logging.slf4j.logback.CompositeAppender
- setContext(Context) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- setCopyOnRead(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setCriticalHeapPercentage(float) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setCriticalOffHeapPercentage(float) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setDefaultAlias(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setDiffieHellmanAlgorithm(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientSecurityProperties
- setDirectory(DiskStoreProperties.DirectoryProperties[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setDiskStoreName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- setDiskUsageCriticalPercentage(float) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setDiskUsageWarningPercentage(float) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setDistributedSystemId(Integer) - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
- setDurableClientId(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
- setDurableClientTimeout(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
- setEnableAutoReconnect(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- setEnableAutoRegionLookup(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setEnvironment(Environment) - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- setEnvironment(Environment) - Method in class org.springframework.geode.data.AbstractCacheDataImporterExporter
-
Sets a reference to the configured
Environment
used by this data importer/exporter to perform its function. - setEnvironment(Environment) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Configures a reference to the
Environment
used to access configuration for the behavior of the cache data import. - setEnvironment(Environment) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter.AbstractCacheResourceResolver
-
Configures a reference to the Spring
Environment
. - setEvictionHeapPercentage(float) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setEvictionOffHeapPercentage(float) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setExportResourceResolver(ResourceCapableCacheDataImporterExporter.ExportResourceResolver) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Configures the
ResourceCapableCacheDataImporterExporter.ExportResourceResolver
of the wrappedCacheDataImporterExporter
if theResourceCapableCacheDataImporterExporter.ExportResourceResolver
is not null and theCacheDataImporterExporter
isResource
capable. - setExportResourceResolver(ResourceCapableCacheDataImporterExporter.ExportResourceResolver) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Sets a reference to the configured
ResourceCapableCacheDataImporterExporter.ExportResourceResolver
. - setFile(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityLogProperties
- setFreeConnectionTimeout(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setGateway(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setGroups(String[]) - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
- setHost(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties
- setHost(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties.HttpServiceProperties
- setHostnameForClients(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setHostnameForClients(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setIdleTimeout(long) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setIgnoreUnreadFields(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
- setImportResourceResolver(ResourceCapableCacheDataImporterExporter.ImportResourceResolver) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Configures the
ResourceCapableCacheDataImporterExporter.ImportResourceResolver
of the wrappedCacheDataImporterExporter
if theResourceCapableCacheDataImporterExporter.ImportResourceResolver
is not null and theCacheDataImporterExporter
isResource
capable. - setImportResourceResolver(ResourceCapableCacheDataImporterExporter.ImportResourceResolver) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Sets a reference to the configured
ResourceCapableCacheDataImporterExporter.ImportResourceResolver
. - setIndexable(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionAttributesProperties
- setIniResourcePath(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.ApacheShiroProperties
- setJmx(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setKeepAlive(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClientCacheProperties
- setKeystore(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setLevel(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
- setLevel(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties.SecurityLogProperties
- setLoadConditioningInterval(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setLoadPollInterval(long) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setLocation(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.DirectoryProperties
- setLocator(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setLocators(String) - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
- setLocators(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
- setLocators(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setLockLease(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- setLockTimeout(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- setLogDiskSpaceLimit(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
- setLogFile(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
- setLogFileSizeLimit(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LoggingProperties
- setLogLevel(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setMaxConnections(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setMaxConnections(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setMaxInactiveInterval(Duration) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionExpirationProperties
- setMaxInactiveIntervalSeconds(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionExpirationProperties
- setMaxMessageCount(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setMaxOplogSize(long) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setMaxThreads(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setMaxTimeBetweenPings(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setMemberName(String) - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
- setMemorySize(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.OffHeapProperties
- setMessageSyncInterval(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- setMessageTimeToLive(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setMinConnections(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setMultiUserAuthentication(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
- setName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.PoolProperties
- setName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.SessionRegionProperties
- setName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties
- setName(String) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
- setPassword(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
- setPassword(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.KeyStoreProperties
- setPasswordFile(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setPersistent(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- setPingInterval(long) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setPort(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setPort(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties
- setPort(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties.HttpServiceProperties
- setPort(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setPort(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
- setPort(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.MemcachedServerProperties
- setPropertiesFile(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
- setProtocol(EnableMemcachedServer.MemcachedProtocol) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.MemcachedServerProperties
- setProtocols(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setPrSingleHopEnabled(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setQueueSize(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setReadSerialized(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- setReadTimeout(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setReadyForEvents(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setRegionNames(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.CompressionProperties
- setRegionNames(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheProperties.OffHeapProperties
- setRemoteLocators(String) - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
- setRequireAuthentication(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setResourceLoader(ResourceLoader) - Method in class org.springframework.geode.core.io.support.ResourceLoaderResourceResolver
- setResourceLoader(ResourceLoader) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
- setResourceLoader(ResourceLoader) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
- setResourceReader(ResourceReader) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Configures the
ResourceReader
of the wrappedCacheDataImporterExporter
if theResourceReader
is not null and theCacheDataImporterExporter
isResource
capable. - setResourceReader(ResourceReader) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Sets a reference to the configured
ResourceReader
. - setResourceWriter(ResourceWriter) - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Configures the
ResourceWriter
of the wrappedCacheDataImporterExporter
if theResourceWriter
is not null and theCacheDataImporterExporter
isResource
capable. - setResourceWriter(ResourceWriter) - Method in class org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
-
Set a reference to the configured
ResourceWriter
. - setResult(S) - Method in class org.springframework.geode.function.support.AbstractResultCollector
- setRetryAttempts(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
-
Configures the
ScopeMetadataResolver
strategy used by thisApplicationContext
to resolve the scope forbean definitions
. - setSearchTimeout(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- setSecurityManager(SecurityManager) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
-
Configures a reference to the Apache Geode
SecurityManager
instance delegated to by thisSecurityManagerProxy
. - setSerializerBeanName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PdxProperties
- setServer(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setServerGroup(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setServers(String[]) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setShortcut(ClientRegionShortcut) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ClientRegionProperties
- setShortcut(RegionShortcut) - Method in class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ServerRegionProperties
- setSize(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.DirectoryProperties
- setSocketBufferSize(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setSocketBufferSize(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setSslRequireAuthentication(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.HttpServiceProperties
- setStart(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setStart(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.DeveloperRestApiProperties
- setStatisticInterval(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setSubscriptionAckInterval(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setSubscriptionCapacity(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setSubscriptionDiskStoreName(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setSubscriptionEnabled(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setSubscriptionEvictionPolicy(SubscriptionEvictionPolicy) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setSubscriptionMessageTrackingTimeout(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setSubscriptionRedundancy(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setSystemProperty(String, String) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- setTcpNoDelay(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.CacheServerProperties
- setThreadLocalConnections(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PoolProperties
- setTimeInterval(long) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- setTruststore(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setType(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.KeyStoreProperties
- setType(RegionShortcut) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ClusterProperties.RegionProperties
- setUpdateRate(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
- setUseBeanFactoryLocator(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
- setUseClusterConfiguration(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerCacheProperties
- setUseHttp(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.ManagementProperties
- setUserAttribute(Object) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- setUsername(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SecurityProperties
- setValue(String) - Method in class org.springframework.geode.core.env.EnvironmentMapAdapter.EnvironmentEntry
- setValue(V) - Method in class org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper
- setVerifyMemberTimeout(long) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.PeerSecurityProperties
- setWeb(String) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- setWebRequireAuthentication(boolean) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- setWriteBufferSize(int) - Method in class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- SimpleCacheResolver - Class in org.springframework.geode.cache
-
The
SimpleCacheResolver
abstract class contains utility functions for resolving Apache GeodeGemFireCache
instances, such as aClientCache
or a peerCache
. - SimpleCacheResolver() - Constructor for class org.springframework.geode.cache.SimpleCacheResolver
- SingleResourceResolver - Class in org.springframework.geode.core.io.support
-
ResourceResolver
that returns a single (i.e. - SingleResourceResolver(Resource) - Constructor for class org.springframework.geode.core.io.support.SingleResourceResolver
-
Constructs a new instance of
SingleResourceResolver
initialized with the givenResource
. - SingleResultReturningCollector<T> - Class in org.springframework.geode.function.support
-
The
SingleResultReturningCollector
class is an implementation of theResultCollector
interface which returns a singleresult
. - SingleResultReturningCollector() - Constructor for class org.springframework.geode.function.support.SingleResultReturningCollector
- size() - Method in class org.springframework.geode.util.function.InvocationArguments
- slf4jLoggerToLogbackLoggerConverter - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- SmartEnvironmentAccessor - Class in org.springframework.geode.expression
-
Spring
PropertyAccessor
implementation that knows how to access properties fromEnvironment
andEnvironmentCapable
objects. - SmartEnvironmentAccessor() - Constructor for class org.springframework.geode.expression.SmartEnvironmentAccessor
- SocketCreationException() - Constructor for exception org.springframework.geode.config.annotation.ClusterAwareConfiguration.SocketCreationException
- SocketCreationException(String) - Constructor for exception org.springframework.geode.config.annotation.ClusterAwareConfiguration.SocketCreationException
- SocketCreationException(String, Throwable) - Constructor for exception org.springframework.geode.config.annotation.ClusterAwareConfiguration.SocketCreationException
- SocketCreationException(Throwable) - Constructor for exception org.springframework.geode.config.annotation.ClusterAwareConfiguration.SocketCreationException
- SPRING_BOOT_DATA_GEMFIRE_LOG_LEVEL_PROPERTY - Static variable in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- SPRING_BOOT_LOGGING_SYSTEM_CLASS_NAME - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- SPRING_CACHE_TYPE_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.CachingProviderAutoConfiguration
- SPRING_CACHE_TYPES - Static variable in class org.springframework.geode.boot.autoconfigure.CachingProviderAutoConfiguration
- SPRING_DATA_GEMFIRE_CACHE_LOG_LEVEL - Static variable in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- SPRING_DATA_GEMFIRE_LOGGING_LOG_LEVEL - Static variable in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- SPRING_SESSION_DATA_GEMFIRE_SESSION_EXPIRATION_TIMEOUT - Static variable in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- SPRING_SESSION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- SPRING_SESSION_STORE_TYPE_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- SPRING_SESSION_STORE_TYPES - Static variable in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- SPRING_SESSION_TIMEOUT_PROPERTY - Static variable in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- SpringBootExtensions - Class in org.springframework.geode.core.util
-
Abstract base class used to perform actions on Spring Boot configuration and components.
- SpringBootExtensions() - Constructor for class org.springframework.geode.core.util.SpringBootExtensions
- SpringCacheTypeCondition() - Constructor for class org.springframework.geode.boot.autoconfigure.CachingProviderAutoConfiguration.SpringCacheTypeCondition
- SpringExtensions - Class in org.springframework.geode.core.util
-
SpringExtensions
is an abstract utility class containing functions to extend the functionality of Spring. - SpringExtensions() - Constructor for class org.springframework.geode.core.util.SpringExtensions
- SpringSessionAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
for configuring Apache Geode as an (HTTP)Session
state management provider in Spring Session. - SpringSessionAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- SpringSessionAutoConfiguration.SpringSessionPropertiesEnvironmentPostProcessor - Class in org.springframework.geode.boot.autoconfigure
- SpringSessionAutoConfiguration.SpringSessionStoreTypeCondition - Class in org.springframework.geode.boot.autoconfigure
- SpringSessionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
-
Spring Boot
ConfigurationProperties
used to configure Spring Session for Apache Geode (SSDG) in order to manage (HTTP) Session state with Spring Session backed by Apache Geode. - SpringSessionProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties
- SpringSessionProperties.CacheProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.CacheServerProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.ClientCacheProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.ClientRegionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.PoolProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.ServerRegionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.SessionAttributesProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.SessionExpirationProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.SessionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.SessionRegionProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionProperties.SessionSerializerProperties - Class in org.springframework.geode.boot.autoconfigure.configuration
- SpringSessionPropertiesAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
class used to configure Spring BootConfigurationProperties
classes and beans from the SpringEnvironment
containing Spring Session configuration properties used to configure either Apache Geode to manage (HTTP) Session state. - SpringSessionPropertiesAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.SpringSessionPropertiesAutoConfiguration
- SpringSessionPropertiesEnvironmentPostProcessor() - Constructor for class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration.SpringSessionPropertiesEnvironmentPostProcessor
- SpringSessionStoreTypeCondition() - Constructor for class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration.SpringSessionStoreTypeCondition
- SslAutoConfiguration - Class in org.springframework.geode.boot.autoconfigure
-
Spring Boot
auto-configuration
enabling Apache Geode's SSL transport between client and servers when using the client/server topology. - SslAutoConfiguration() - Constructor for class org.springframework.geode.boot.autoconfigure.SslAutoConfiguration
- SslAutoConfiguration.SslEnvironmentPostProcessor - Class in org.springframework.geode.boot.autoconfigure
- SslCertificateAliasProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateAliasProperties
- SslCertificateProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties.SslCertificateProperties
- SslEnvironmentPostProcessor() - Constructor for class org.springframework.geode.boot.autoconfigure.SslAutoConfiguration.SslEnvironmentPostProcessor
- SslProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
-
Spring Boot
ConfigurationProperties
used to configure Apache Geode Socket layer SSL. - SslProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.SslProperties
- SslProperties.KeyStoreProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- SslProperties.SslCertificateAliasProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- SslProperties.SslCertificateProperties - Class in org.springframework.geode.boot.autoconfigure.configuration.support
- StandaloneClusterAvailableCondition() - Constructor for class org.springframework.geode.config.annotation.ClusterAvailableConfiguration.StandaloneClusterAvailableCondition
- start() - Method in class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter
-
Performs the cache data import for each of the targeted
Regions
. - stopLogback() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Properly stops Logback classic.
- StoreProperties() - Constructor for class org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- strictMatch() - Element in annotation interface org.springframework.geode.config.annotation.EnableClusterAware
-
Determines whether the matching algorithm is strict.
- StringAppender - Class in org.springframework.geode.logging.slf4j.logback
-
StringAppender
is aAppender
implementation that captures all log events/statements in-memory appended to aString
using optionally either a builder or a buffer. - StringAppender(StringAppender.StringAppenderWrapper) - Constructor for class org.springframework.geode.logging.slf4j.logback.StringAppender
- StringAppender.Builder - Class in org.springframework.geode.logging.slf4j.logback
- StringAppender.StringBufferAppenderWrapper - Class in org.springframework.geode.logging.slf4j.logback
- StringAppender.StringBuilderAppenderWrapper - Class in org.springframework.geode.logging.slf4j.logback
- StringBufferAppenderWrapper() - Constructor for class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBufferAppenderWrapper
- StringBuilderAppenderWrapper() - Constructor for class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBuilderAppenderWrapper
- supportsEventType(ResolvableType) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- supportsSourceType(Class<?>) - Method in class org.springframework.geode.context.logging.GeodeLoggingApplicationListener
- suppressSpringBootLogbackInitialization() - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Disables Spring Boot's logging initialization, auto-configuration.
- SYSTEM_ERR_ENABLED_PROPERTY - Static variable in class org.springframework.geode.context.logging.EnvironmentLoggingApplicationListener
T
- TestAuthInitialize - Class in org.springframework.geode.security
-
Simple, test
AuthInitialize
implementation. - TestAuthInitialize() - Constructor for class org.springframework.geode.security.TestAuthInitialize
- TestSecurityManager - Class in org.springframework.geode.security
-
Simple, test
SecurityManager
. - TestSecurityManager() - Constructor for class org.springframework.geode.security.TestSecurityManager
- TestSecurityManager.User - Class in org.springframework.geode.security
- thenReadFrom(ResourceReader) - Method in interface org.springframework.geode.core.io.ResourceReader
-
Composes this
ResourceReader
with the givenResourceReader
using the Composite Software Design Pattern. - thenWriteTo(ResourceWriter) - Method in interface org.springframework.geode.core.io.ResourceWriter
-
Composes this
ResourceWriter
with the givenResourceWriter
using the Composite Software Design Pattern. - timeout() - Element in annotation interface org.springframework.geode.config.annotation.EnableDurableClient
-
Used only for clients in a client/server installation.
- toJson(Region) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
- toLogbackLogger(Logger) - Static method in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
-
Converts an SLF4J
Logger
to a LogbackLogger
. - toNullReturningFunction(Consumer<T>) - Static method in class org.springframework.geode.core.util.function.FunctionUtils
- toPdx(byte[]) - Method in class org.springframework.geode.data.json.JsonCacheDataImporterExporter
- toSeconds(Duration) - Static method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- toSecondsAsString(Duration) - Static method in class org.springframework.geode.boot.autoconfigure.SpringSessionAutoConfiguration
- toString() - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener.AsyncEventError
- toString() - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- toString() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
- toString() - Method in class org.springframework.geode.core.env.support.Service
- toString() - Method in enum class org.springframework.geode.core.env.support.User.Role
- toString() - Method in class org.springframework.geode.core.env.support.User
- toString() - Method in enum class org.springframework.geode.core.io.support.ResourcePrefix
- toString() - Method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
- toString() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBufferAppenderWrapper
- toString() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.StringBuilderAppenderWrapper
- toString() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Returns a
String
representation of thisPdxInstance
. - toString() - Method in class org.springframework.geode.security.TestSecurityManager.User
- toString() - Method in class org.springframework.geode.util.function.InvocationArguments
- toString(ILoggingEvent) - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender
- toUrlPrefix() - Method in enum class org.springframework.geode.core.io.support.ResourcePrefix
-
Gets the
ResourcePrefix
as a prefix use in aURL
. - toYesNoString(Boolean) - Method in class org.springframework.geode.boot.actuate.health.AbstractGeodeHealthIndicator
- TriConsumer<T,
U, V> - Interface in org.springframework.geode.util.function -
Consumer
like interface accepting 3 arguments. - TupleConsumer - Interface in org.springframework.geode.util.function
- TypelessAnnotationConfigSupport - Class in org.springframework.geode.config.annotation.support
-
The
TypelessAnnotationConfigSupport
class is an extension of SDG'sAbstractAnnotationConfigSupport
based class for resolvingAnnotatedTypeMetadata
, however, is not based on any specificAnnotation
. - TypelessAnnotationConfigSupport() - Constructor for class org.springframework.geode.config.annotation.support.TypelessAnnotationConfigSupport
- TypelessCollectionSerializer - Class in org.springframework.geode.jackson.databind.serializer
-
The
TypelessCollectionSerializer
class is a custom, typelessCollectionSerializer
implementation. - TypelessCollectionSerializer(ObjectMapper) - Constructor for class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- TypelessCollectionSerializer(TypelessCollectionSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>) - Constructor for class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
U
- UnhandledResourceException - Exception in org.springframework.geode.core.io
-
A
RuntimeException
indicating that aResource
was not properly handled during normal processing. - UnhandledResourceException() - Constructor for exception org.springframework.geode.core.io.UnhandledResourceException
- UnhandledResourceException(String) - Constructor for exception org.springframework.geode.core.io.UnhandledResourceException
-
Constructs a new instance of
UnhandledResourceException
initialized with the givenmessage
to describe the error. - UnhandledResourceException(String, Throwable) - Constructor for exception org.springframework.geode.core.io.UnhandledResourceException
-
Constructs a new instance of
UnhandledResourceException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
. - UnhandledResourceException(Throwable) - Constructor for exception org.springframework.geode.core.io.UnhandledResourceException
-
Constructs a new instance of
UnhandledResourceException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
. - UNKNOWN - Static variable in class org.springframework.geode.boot.actuate.health.AbstractGeodeHealthIndicator
- UNQUALIFIED - Enum constant in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
- unregister(RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction<T, ID>) - Method in class org.springframework.geode.cache.RepositoryAsyncEventListener
-
Unregisters the given
RepositoryAsyncEventListener.AsyncEventOperationRepositoryFunction
from this listener. - UNRESOLVABLE_APPENDER_EXCEPTION_MESSAGE - Static variable in class org.springframework.geode.logging.slf4j.logback.support.LogbackSupport
- unwrap(PdxInstance) - Static method in class org.springframework.geode.pdx.ObjectPdxInstanceAdapter
-
Null-safe factory method used to unwrap the given
PdxInstance
, returning the underlying, targetObject
upon which thisPdxInstance
is based. - unwrap(PdxInstance) - Static method in class org.springframework.geode.pdx.PdxInstanceWrapper
-
Null-safe factory method used to unwrap the given
PdxInstance
. - UPDATE - Enum constant in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
- USE_DEFAULT_FILTERS - Static variable in class org.springframework.geode.context.annotation.RefreshableAnnotationConfigApplicationContext
- UseDistributedSystemId - Annotation Interface in org.springframework.geode.config.annotation
-
The
UseDistributedSystemId
annotation configures the distributed-system-id property of apeer Cache member
in an Apache Geode P2P topology. - UseGroups - Annotation Interface in org.springframework.geode.config.annotation
-
The
UseGroups
annotation configures the groups in which the member belongs in an Apache Geode distributed system, whether the member is aClientCache
in a client/server topology or apeer Cache
in a cluster using the P2P topology. - UseLocators - Annotation Interface in org.springframework.geode.config.annotation
-
The
UseLocators
annotation configures the locators and/or remote-locators Apache Geode properties used by apeer Cache member
to join a cluster of servers when using the P2P topology as well as when configuring the multi-site, WAN topology. - UseMemberName - Annotation Interface in org.springframework.geode.config.annotation
-
The
UseMemberName
annotation configures the name of the member in the Apache Geode distributed system, whether the member is aclient
in the client/server topology or apeer Cache member
in the cluster using the P2P topology. - User - Class in org.springframework.geode.core.env.support
-
The
User
class is an Abstract Data Type (ADT) modeling a user in Pivotal CloudFoundry (PCF). - User(String) - Constructor for class org.springframework.geode.security.TestSecurityManager.User
- User.Role - Enum Class in org.springframework.geode.core.env.support
- USERNAME - Static variable in interface org.springframework.geode.util.GeodeConstants
- useSynchronization() - Method in class org.springframework.geode.logging.slf4j.logback.StringAppender.Builder
V
- value() - Element in annotation interface org.springframework.geode.boot.autoconfigure.condition.ConditionalOnMissingProperty
-
Alias for
ConditionalOnMissingProperty.name()
. - value() - Element in annotation interface org.springframework.geode.config.annotation.UseDistributedSystemId
-
Configures the identifier used to distinguish messages from different distributed systems.
- value() - Element in annotation interface org.springframework.geode.config.annotation.UseGroups
- value() - Element in annotation interface org.springframework.geode.config.annotation.UseLocators
- value() - Element in annotation interface org.springframework.geode.config.annotation.UseMemberName
-
Name
used for the Apache Geode distributed system member. - valueOf(String) - Static method in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.geode.core.env.support.User.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.geode.core.io.support.ResourcePrefix
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.geode.core.env.support.User.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.geode.core.io.support.ResourcePrefix
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.geode.data.support.LifecycleAwareCacheDataImporterExporter.ImportLifecycle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.geode.distributed.event.MembershipEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VcapPropertySource - Class in org.springframework.geode.core.env
-
The
VcapPropertySource
class is a SpringPropertySource
to process VCAP environment properties in Pivotal CloudFoundry.
W
- wasClusterAvailabilityEvaluated() - Static method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.ClusterAwareCondition
-
Determines whether the
Condition
that determines whether an Apache Geode-based Cluster is available in the runtime environment has been evaluated. - WebApplicationException() - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.WebApplicationException
- WebApplicationException(String) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.WebApplicationException
- WebApplicationException(String, Throwable) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.WebApplicationException
- WebApplicationException(Throwable) - Constructor for exception org.springframework.geode.cache.service.Jetty11HttpService.WebApplicationException
- with(Class<?>...) - Static method in class org.springframework.geode.pdx.MappingPdxSerializerIncludedTypesRegistrar
-
Factory methods used to construct a new instance of
MappingPdxSerializerIncludedTypesRegistrar
initialized with given, required array ofClass
types that will be registered with SDG'sMappingPdxSerializer
in order to de/serialize the specifiedClass
types as PDX. - with(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService
-
Factory method used to construct a new
CloudCacheService
initialized with the givenname
. - with(String) - Static method in class org.springframework.geode.core.env.support.Service
- with(String) - Static method in class org.springframework.geode.core.env.support.User
- with(Pool) - Method in class org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- with(Environment) - Method in class org.springframework.geode.cache.support.RepositoryCacheLoaderWriterSupport
- withAsyncEventErrorHandler(RepositoryAsyncEventListener.AsyncEventErrorHandler) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure a
RepositoryAsyncEventListener.AsyncEventErrorHandler
to handle errors thrown while processingAsyncEvents
in theAsyncEventListener
. - withFailedMembers(Iterable<? extends DistributedMember>) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Null-safe builder method used to configure an
Iterable
of failingpeer members
in theDistributedSystem
on the losing side of a network partition. - withFailedMembers(DistributedMember...) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Null-safe builder method used to configure an array of failing
peer members
in theDistributedSystem
on the losing side of a network partition. - withGfshUrl(URL) - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Builder method used to configure the Gfsh
URL
to connect to the Apache Geode Management REST API (service). - withLocators(String) - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Builder method used to configure the
list of Locator
network endpoints. - withMember(DistributedMember) - Method in class org.springframework.geode.distributed.event.MembershipEvent
-
Null-safe builder method used to configure the
member
that is the subject of this event. - withParallelQueue() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to enable all
AEQs
attached toRegions
hosted and distributed across the cache cluster to process cache events. - withPassword(String) - Method in class org.springframework.geode.core.env.support.User
- withPersistentQueue() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to enable the
AsyncEventQueue
to persist cache events to disk in order to preserve unprocessed cache events while offline. - withQueueBatchConflationEnabled() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
AsyncEventQueue
to conflate cache events in the queue. - withQueueBatchSize(int) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
AsyncEventQueue
batch size
, which determines the number (i.e. - withQueueBatchTimeInterval(Duration) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
AsyncEventQueue
batch time interval
determining when the AEQ listener will be trigger before the number of cache events reaches any set size. - withQueueDiskStore(String) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
name
of theDiskStore
used by theAsyncEventQueue
to persist or overflow cache events. - withQueueDiskSynchronizationEnabled() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
AsyncEventQueue
to perform all disk write operations synchronously. - withQueueDispatcherThreadCount(int) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method to configure the number of
Threads
to process the cache events (contents) in theAsyncEventQueue
when the queue is parallel. - withQueueEventDispatchingPaused() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure whether the
AsyncEventQueue
is currently processing cache events or is paused. - withQueueEventFilters(List<GatewayEventFilter>) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method to configure the
AsyncEventQueue
with aList
ofGatewayEventFilters
to filter cache events sent to the configured AEQ listener. - withQueueEventSubstitutionFilter(GatewayEventSubstitutionFilter<ID, T>) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
AsyncEventQueue
with acache event substitution filter
used to replace (or "substitute") the original cache entry event value enqueued in the AEQ. - withQueueForwardedExpirationDestroyEvents() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure whether cache
Region
entry destroyed events due to expiration are forwarded to theAsyncEventQueue
. - withQueueMaxMemory(int) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the maximum JVM Heap memory in megabytes used by the
AsyncEventQueue
. - withQueueOrderPolicy(GatewaySender.OrderPolicy) - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to configure the
AsyncEventQueue
order of processing for cache events when the AEQ is serial and the AEQ is using multiple dispatcher threads. - withReason(String) - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
-
Builder method used to configure the
reason
describing the suspicion of thesuspect member
. - withRemainingMembers(Iterable<? extends DistributedMember>) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Null-safe builder method used to configure an
Iterable
of remainingpeer members
in theDistributedSystem
on the winning side of a network partition. - withRemainingMembers(DistributedMember...) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
-
Null-safe builder method used to configure an array of remaining
peer members
in theDistributedSystem
on the winning side of a network partition. - withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>, Boolean) - Method in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
- withRole(User.Role) - Method in class org.springframework.geode.core.env.support.User
- withSerialQueue() - Method in class org.springframework.geode.cache.AsyncInlineCachingRegionConfigurer
-
Builder method used to enable a single
AEQ
attached to aRegion
(possibly) hosted and distributed across the cache cluster to process cache events. - withSuspect(DistributedMember) - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
-
Builder method used to configure the
peer member
that is the subject of the suspicionMembershipEvent
. - withTls(Boolean) - Method in class org.springframework.geode.core.env.support.CloudCacheService
-
Builder method used to configure whether TLS/SSL is enabled between a client and the Pivotal Cloud Cache (PCC) service instance in Pivotal CloudFoundry (PCF).
- withVcapServiceName(String) - Method in class org.springframework.geode.core.env.VcapPropertySource
- withVcapServicePredicate(Predicate<String>) - Method in class org.springframework.geode.core.env.VcapPropertySource
- wrap(PdxInstance) - Method in class org.springframework.geode.data.json.converter.support.JSONFormatterJsonToPdxConverter
-
Wraps the given
PdxInstance
in a new instance ofPdxInstanceWrapper
. - write(Resource, byte[]) - Method in class org.springframework.geode.core.io.AbstractResourceWriter
-
Writes data to the target
Resource
as defined by the algorithm/strategy of this writer. - write(Resource, byte[]) - Method in interface org.springframework.geode.core.io.ResourceWriter
-
Writes data to the target
Resource
as defined by the algorithm/strategy of this writer. - write(Resource, ByteBuffer) - Method in interface org.springframework.geode.core.io.ResourceWriter
-
Writes data contained in the
ByteBuffer
to the targetResource
as defined by the algorithm/strategy of this writer. - write(EvaluationContext, Object, String, Object) - Method in class org.springframework.geode.expression.SmartEnvironmentAccessor
_
- _withValueTypeSerializer(TypeSerializer) - Method in class org.springframework.geode.jackson.databind.serializer.TypelessCollectionSerializer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form