Skip navigation links
A C D E F G H I N O P R S T W 

A

AbstractDataSerializableSessionSerializer<T> - Class in org.springframework.session.data.gemfire.serialization.data
AbstractDataSerializableSessionSerializer() - Constructor for class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
AbstractDataSerializableSessionSerializer.DataInputReader<T> - Interface in org.springframework.session.data.gemfire.serialization.data
 
AbstractDataSerializableSessionSerializer.DataOutputWriter - Interface in org.springframework.session.data.gemfire.serialization.data
 
AbstractGemFireOperationsSessionRepository - Class in org.springframework.session.data.gemfire
AbstractGemFireOperationsSessionRepository is an abstract base class encapsulating functionality common to all implementations that support SessionRepository operations backed by Apache Geode.
AbstractGemFireOperationsSessionRepository(GemfireOperations) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Constructs an instance of AbstractGemFireOperationsSessionRepository with a required GemfireOperations instance used to perform GemFire data access operations and interactions supporting the SessionRepository operations.
AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession - Class in org.springframework.session.data.gemfire
 
AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes - Class in org.springframework.session.data.gemfire
 
AbstractGemFireOperationsSessionRepository.GemFireSession<T extends AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes> - Class in org.springframework.session.data.gemfire
AbstractGemFireOperationsSessionRepository.GemFireSession is a Abstract Data Type (ADT) for a Spring Session that stores and manages Session state in Apache Geode or Pivotal GemFire.
AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes - Class in org.springframework.session.data.gemfire
The GemFireSessionAttributes class is a container for Session attributes implementing both the DataSerializable and Delta GemFire interfaces for efficient storage and distribution (replication) in GemFire.
AbstractPdxSerializableSessionSerializer<T extends org.springframework.session.Session> - Class in org.springframework.session.data.gemfire.serialization.pdx
The AbstractPdxSerializableSessionSerializer class is an abstract base class containing functionality common to all GemFire/Geode PDX-based SessionSerializer implementations.
AbstractPdxSerializableSessionSerializer() - Constructor for class org.springframework.session.data.gemfire.serialization.pdx.AbstractPdxSerializableSessionSerializer
 
AbstractSession - Class in org.springframework.session.data.gemfire.support
The AbstractSession abstract class is a base implementation of the Session interface to simplify the implementation of various Session types and their capabilities.
AbstractSession() - Constructor for class org.springframework.session.data.gemfire.support.AbstractSession
 
afterCreate(EntryEvent<Object, Session>) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Callback method triggered when an entry is created in the GemFire cache Region.
afterDestroy(EntryEvent<Object, Session>) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Callback method triggered when an entry is destroyed in the GemFire cache Region.
afterInvalidate(EntryEvent<Object, Session>) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Callback method triggered when an entry is invalidated in the GemFire cache Region.
afterPropertiesSet() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Callback method during Spring bean initialization that will capture the fully-qualified name of the cache Region used to manage Session state and register this SessionRepository as a GemFire/Geode CacheListener.
afterPropertiesSet() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Post-construction initialization callback to create, configure and initialize the GemFire cache Region used to store, replicate (distribute) and manage Session state.
afterPropertiesSet() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
allowJavaSerialization() - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 

C

canSerialize(Class<?>) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
canSerialize(Class<?>) - Method in class org.springframework.session.data.gemfire.serialization.pdx.AbstractPdxSerializableSessionSerializer
 
canSerialize(Class<?>) - Method in class org.springframework.session.data.gemfire.serialization.pdx.provider.PdxSerializableSessionSerializer
 
canSerialize(Class<?>) - Method in interface org.springframework.session.data.gemfire.serialization.SessionSerializer
Determines whether the given type can be de/serialized by this SessionSerializer.
canSerialize(Object) - Method in interface org.springframework.session.data.gemfire.serialization.SessionSerializer
Determines whether the given Object can be de/serialized by this SessionSerializer.
changeSessionId() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
changeSessionId() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
clearDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
clearDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
clearDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
close(Closeable) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Null-safe method to close the given Closeable object.
compareTo(Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
ComposablePdxSerializer - Class in org.springframework.session.data.gemfire.serialization.pdx.support
The ComposablePdxSerializer class is a composite of PdxSerializer objects implementing the Composite Software Design Pattern.
compose(PdxSerializer...) - Static method in class org.springframework.session.data.gemfire.serialization.pdx.support.ComposablePdxSerializer
 
compose(Iterable<PdxSerializer>) - Static method in class org.springframework.session.data.gemfire.serialization.pdx.support.ComposablePdxSerializer
 
copy(Session) - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
create() - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
create(Duration) - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
create() - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
create(Object) - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
createSession() - Method in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Constructs a new Session instance backed by GemFire.

D

DataSerializableSessionAttributesSerializer - Class in org.springframework.session.data.gemfire.serialization.data.provider
The DataSerializableSessionAttributesSerializer class is an implementation of the SessionSerializer interface used to serialize a Spring Session attributes using the GemFire/Geode's Data Serialization framework.
DataSerializableSessionAttributesSerializer() - Constructor for class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionAttributesSerializer
 
DataSerializableSessionSerializer - Class in org.springframework.session.data.gemfire.serialization.data.provider
The DataSerializableSessionSerializer class is an implementation of the SessionSerializer interface used to serialize a Spring Session using the GemFire/Geode's Data Serialization framework.
DataSerializableSessionSerializer() - Constructor for class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionSerializer
 
DataSerializerSessionSerializerAdapter<T extends org.springframework.session.Session> - Class in org.springframework.session.data.gemfire.serialization.data.support
The DataSerializerSessionSerializerAdapter class is a two-way Adapter adapting a SessionSerializer instance as an instance of DataSerializer in a GemFire/Geode context, or adapting a DataSerializer as a SessionSerializer in a Spring Session context.
DataSerializerSessionSerializerAdapter() - Constructor for class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
DEFAULT_ALLOW_JAVA_SERIALIZATION - Static variable in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
DEFAULT_CLIENT_REGION_SHORTCUT - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Default ClientRegionShortcut used to configure the data management policy of the ClientCache Region that will store Session state.
DEFAULT_CLIENT_REGION_SHORTCUT - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
 
DEFAULT_INDEXABLE_SESSION_ATTRIBUTES - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defaults names of all Session attributes that will be indexed by Apache Geode.
DEFAULT_INDEXABLE_SESSION_ATTRIBUTES - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
DEFAULT_MAX_INACTIVE_INTERVAL - Static variable in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
DEFAULT_MAX_INACTIVE_INTERVAL_IN_SECONDS - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Default maximum interval in seconds in which a Session can remain inactive before it expires.
DEFAULT_POOL_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Name of the connection Pool used by the client Region to send Session state to the cluster of Geode servers.
DEFAULT_POOL_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
 
DEFAULT_SERVER_REGION_SHORTCUT - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Default RegionShortcut used to configure the data management policy of the Cache Region that will store Session state.
DEFAULT_SERVER_REGION_SHORTCUT - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
 
DEFAULT_SESSION_REGION_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Default name of (Client)Cache Region used to store Session state.
DEFAULT_SESSION_REGION_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
 
DEFAULT_SESSION_SERIALIZER_BEAN_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
delete(Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Deletes the given Session from GemFire.
deleteById(String) - Method in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Deletes (removes) any existing Session from GemFire.
DeltaCapableGemFireSession() - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession
 
DeltaCapableGemFireSession(String) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession
 
DeltaCapableGemFireSession(Session) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession
 
DeltaCapableGemFireSessionAttributes() - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
DeltaCapableGemFireSessionAttributes(Object) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
deserialize(DataInput) - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionAttributesSerializer
 
deserialize(DataInput) - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionSerializer
 
deserialize(DataInput) - Method in class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
deserialize(PdxReader) - Method in class org.springframework.session.data.gemfire.serialization.pdx.provider.PdxSerializableSessionSerializer
 
deserialize(PdxReader) - Method in class org.springframework.session.data.gemfire.serialization.pdx.support.PdxSerializerSessionSerializerAdapter
 
deserialize(IN) - Method in interface org.springframework.session.data.gemfire.serialization.SessionSerializer
Deserializes an Object from bytes contained in the provided in stream.
deserializeObject(DataInput) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
doRead(DataInput) - Method in interface org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer.DataInputReader
 
doWrite(DataOutput) - Method in interface org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer.DataOutputWriter
 

E

EnableGemFireHttpSession - Annotation Type in org.springframework.session.data.gemfire.config.annotation.web.http
Add this annotation to a Spring application defined @Configuration class exposing the SessionRepositoryFilter as a bean named springSessionRepositoryFilter to back the HttpSession by Apache Geode or Pivotal GemFire.
entrySet() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
equals(Object) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 

F

FIND_SESSIONS_BY_INDEX_NAME_INDEX_VALUE_QUERY - Static variable in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
 
FIND_SESSIONS_BY_PRINCIPAL_NAME_QUERY - Static variable in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
 
findById(String) - Method in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Gets a copy of an existing, non-expired Session by ID.
findByIndexNameAndIndexValue(String, String) - Method in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Looks up all available Sessions with the particular attribute indexed by name having the given value.
from(Session) - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
from(Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
from(Map<String, Object>) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
from(AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
fromData(DataInput) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
fromData(Class<?>, PdxReader) - Method in class org.springframework.session.data.gemfire.serialization.pdx.AbstractPdxSerializableSessionSerializer
 
fromData(Class<?>, PdxReader) - Method in class org.springframework.session.data.gemfire.serialization.pdx.support.ComposablePdxSerializer
 
fromDelta(DataInput) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession
 
fromDelta(DataInput) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 

G

GemFireCacheTypeAwareRegionFactoryBean<K,V> - Class in org.springframework.session.data.gemfire.config.annotation.web.http.support
The GemFireCacheTypeAwareRegionFactoryBean class is a Spring FactoryBean used to construct, configure and initialize the GemFire cache Region used to store and manage Session state.
GemFireCacheTypeAwareRegionFactoryBean() - Constructor for class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
 
GemFireHttpSessionConfiguration - Class in org.springframework.session.data.gemfire.config.annotation.web.http
The GemFireHttpSessionConfiguration class is a Spring @Configuration class used to configure and initialize Pivotal GemFire/Apache Geode as a clustered, distributed and replicated HttpSession provider implementation in Spring Session.
GemFireHttpSessionConfiguration() - Constructor for class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
GemFireOperationsSessionRepository - Class in org.springframework.session.data.gemfire
The GemFireOperationsSessionRepository class is a Spring SessionRepository implementation that interfaces with and uses GemFire to back and store Spring Sessions.
GemFireOperationsSessionRepository(GemfireOperations) - Constructor for class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Constructs an instance of GemFireOperationsSessionRepository initialized with the required GemfireOperations object used to perform data access operations to manage Session state.
GemFireSession() - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
GemFireSession(String) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
GemFireSession(Session) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
GemFireSessionAttributes() - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
GemFireSessionAttributes(Object) - Constructor for class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
GemFireUtils - Class in org.springframework.session.data.gemfire.support
GemFireUtils is an abstract, extensible utility class for working with GemFire types and functionality and is used by Spring Session's GemFire adapter support classes.
GemFireUtils() - Constructor for class org.springframework.session.data.gemfire.support.GemFireUtils
 
getApplicationContext() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Returns a reference to the Spring ApplicationContext.
getApplicationEventPublisher() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Returns a reference to the ApplicationEventPublisher used to publish Session events corresponding to GemFire/Geode cache events.
getAttribute(String) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getAttribute(String) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
getAttribute(String) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getAttributeNames() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getAttributeNames() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
getAttributeNames() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getAttributeOrDefault(String, T) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getAttributes() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getBeanClassLoader() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Returns a reference to the ClassLoader used by the Spring container to load bean class types.
getBeanFactory() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Returns a reference to the Spring container ConfigurableBeanFactory.
getBeanFactory() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Gets a reference to the Spring BeanFactory responsible for creating GemFire components.
getClientRegionShortcut() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Gets the ClientRegionShortcut used to configure the data management policy of the ClientCache Region that will store Session state.
getClientRegionShortcut() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns the Region data policy used by the GemFire cache client to manage Session state.
getCreationTime() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getCreationTime() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getFullyQualifiedRegionName() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Returns the fully-qualified name of the cache Region used to store and manage Session state.
getGemfireCache() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns a reference to the GemFire cache used to construct the appropriate Region.
getId() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getId() - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
getId() - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionAttributesSerializer
 
getId() - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionSerializer
 
getId() - Method in class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
getId() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getIndexableSessionAttributes() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Get the names of all Session attributes that will be indexed.
getIndexableSessionAttributes() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
getIndexableSessionAttributesAsGemFireIndexExpression() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
Gets the names of all Session attributes that will be indexed by GemFire as single, comma-delimited String value constituting the Index expression of the Index definition.
getLastAccessedTime() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getLastAccessedTime() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getLock() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
getLogger() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Return a reference to the Log used to log messages.
getMaxInactiveInterval() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getMaxInactiveInterval() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Returns the maximum interval in which a Session can remain inactive before the Session is considered expired.
getMaxInactiveInterval() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getMaxInactiveIntervalInSeconds() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Returns the maximum interval in seconds in which a Session can remain inactive before the Session is considered expired.
getMaxInactiveIntervalInSeconds() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Gets the maximum interval in seconds in which a Session can remain inactive before it expires.
getObject() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns a reference to the constructed GemFire cache Region used to store and manage Session state.
getObject() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
getObjectType() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns the specific type of GemFire cache Region this factory creates when initialized or Region.class when uninitialized.
getObjectType() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
getPoolName() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Returns the name of the Pool used by the client Region to send Session to the cluster of servers during cache operations.
getPoolName() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns the name of the GemFire Pool used by the client Region for managing Sessions during cache operations involving the server.
getPrincipalName() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
getRegionAttributes() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns the GemFire RegionAttributes used to configure the GemFire cache Region used to store and manage Session state.
getRegionName() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns the configured name of the GemFire cache Region use to store and manage Session state.
getRegionName() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
getRequiredAttribute(String) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
getServerRegionShortcut() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Gets the RegionShortcut used to configure the data management policy of the Cache Region that will store Session state.
getServerRegionShortcut() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns the Region data policy used by the GemFire peer cache to manage Session state.
getSessionRegionName() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Returns the name of the (Client)Cache Region used to store Session state.
getSessionSerializer() - Method in class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
getSessionSerializer() - Method in class org.springframework.session.data.gemfire.serialization.pdx.support.PdxSerializerSessionSerializerAdapter
 
getSessionSerializerBeanName() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Returns the configured bean name of the Spring bean declared in the Spring application context defining the serialization strategy for serializing the Session.
getSupportedClasses() - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
getSupportedClasses() - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionAttributesSerializer
 
getSupportedClasses() - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionSerializer
 
getSupportedClasses() - Method in class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
getTemplate() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Gets a reference to the template used to perform data access operations and other interactions on the cache Region backing this SessionRepository.

H

handleCreated(String, Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Causes Session created events to be published to the Spring application context.
handleDeleted(String, Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Causes Session deleted events to be published to the Spring application context.
handleDestroyed(String, Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Causes Session destroyed events to be published to the Spring application context.
handleExpired(String, Session) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Causes Session expired events to be published to the Spring application context.
hasDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
hasDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
hasDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
hashCode() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 

I

init() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
isClient(GemFireCache) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Determines whether the GemFire cache is a client.
isExpired() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
isExpired() - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
isIndexableSessionAttributesConfigured() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
Determines whether any indexable Session attributes were configured for this FactoryBean.
isLocal(ClientRegionShortcut) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Determines whether the given ClientRegionShortcut is local only.
isPeer(GemFireCache) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Determines whether the GemFire cache is a peer.
isProxy(ClientRegionShortcut) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Determines whether the client ClientRegionShortcut is a proxy-based shortcut.
isProxy(Region<?, ?>) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Determines whether the given Region is a PROXY, which would be indicated by the Region having a DataPolicy of DataPolicy.EMPTY.
isProxy(RegionShortcut) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Determines whether the peer RegionShortcut is a proxy-based shortcut.
isSingleton() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Returns true indicating the GemFire cache Region created by this factory is the sole instance.
isSingleton() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
isUsingDataSerialization() - Static method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Determines whether the DataSerialization framework has been configured.
isUsingDataSerialization() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Determine whether the configured serialization strategy is using Apache Geode / Pivotal GemFire's DataSerialization framework.
iterator() - Method in class org.springframework.session.data.gemfire.serialization.pdx.support.ComposablePdxSerializer
 

N

newClientRegion(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Constructs a GemFire cache Region using the client-server GemFire topology to store and manage Session state in a GemFire server cluster accessible from a GemFire cache client.
newIndex() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
Constructs a GemFire Index over the attributes of the HttpSession.
newMap(Map<K, V>) - Method in class org.springframework.session.data.gemfire.serialization.pdx.provider.PdxSerializableSessionSerializer
 
newServerRegion(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Constructs a GemFire cache Region using a peer-to-peer (p2p) GemFire topology to store and manage Session state in a GemFire server cluster accessible from a GemFire cache client.
newSessionAttributes(Object) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession
 
newSessionAttributes(Object) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
NOT_IMPLEMENTED - Static variable in class org.springframework.session.data.gemfire.support.AbstractSession
 

O

org.springframework.session.data.gemfire - package org.springframework.session.data.gemfire
 
org.springframework.session.data.gemfire.config.annotation.web.http - package org.springframework.session.data.gemfire.config.annotation.web.http
 
org.springframework.session.data.gemfire.config.annotation.web.http.support - package org.springframework.session.data.gemfire.config.annotation.web.http.support
 
org.springframework.session.data.gemfire.serialization - package org.springframework.session.data.gemfire.serialization
 
org.springframework.session.data.gemfire.serialization.data - package org.springframework.session.data.gemfire.serialization.data
 
org.springframework.session.data.gemfire.serialization.data.provider - package org.springframework.session.data.gemfire.serialization.data.provider
 
org.springframework.session.data.gemfire.serialization.data.support - package org.springframework.session.data.gemfire.serialization.data.support
 
org.springframework.session.data.gemfire.serialization.pdx - package org.springframework.session.data.gemfire.serialization.pdx
 
org.springframework.session.data.gemfire.serialization.pdx.provider - package org.springframework.session.data.gemfire.serialization.pdx.provider
 
org.springframework.session.data.gemfire.serialization.pdx.support - package org.springframework.session.data.gemfire.serialization.pdx.support
 
org.springframework.session.data.gemfire.support - package org.springframework.session.data.gemfire.support
 

P

PdxSerializableSessionSerializer - Class in org.springframework.session.data.gemfire.serialization.pdx.provider
The PdxSerializableSessionSerializer class is an implementation of the SessionSerializer interface used to serialize a Spring Session using the GemFire/Geode's PDX Serialization framework.
PdxSerializableSessionSerializer() - Constructor for class org.springframework.session.data.gemfire.serialization.pdx.provider.PdxSerializableSessionSerializer
 
PdxSerializerSessionSerializerAdapter<T extends org.springframework.session.Session> - Class in org.springframework.session.data.gemfire.serialization.pdx.support
The PdxSerializerSessionSerializerAdapter class is a two-way Adapter adapting a SessionSerializer instance as an instance of PdxSerializer in a GemFire/Geode context, or adapting a PdxSerializer as a SessionSerializer in a Spring Session context.
PdxSerializerSessionSerializerAdapter(SessionSerializer<T, PdxReader, PdxWriter>) - Constructor for class org.springframework.session.data.gemfire.serialization.pdx.support.PdxSerializerSessionSerializerAdapter
 
prepareQuery(String) - Method in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Prepares the appropriate GemFire OQL query based on the indexed Session attribute name.
principalNameIndex(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defines a GemFire Index bean on the GemFire cache Region storing and managing Sessions, specifically on the 'principalName' property for quick lookup of Sessions by 'principalName'.
publishEvent(ApplicationEvent) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Publishes the specified ApplicationEvent to the Spring application context.

R

readObject(DataInput) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
register() - Static method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionAttributesSerializer
 
register() - Static method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionSerializer
 
registerInterests(boolean) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Decides whether interests will be registered for all keys.
removeAttribute(String) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
removeAttribute(String) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
removeAttribute(String) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
removeAttribute(String) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 

S

safeRead(DataInput, AbstractDataSerializableSessionSerializer.DataInputReader<T>) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
safeWrite(DataOutput, AbstractDataSerializableSessionSerializer.DataOutputWriter) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
save(Session) - Method in class org.springframework.session.data.gemfire.GemFireOperationsSessionRepository
Saves the specified Session to GemFire.
SerializationException - Exception in org.springframework.session.data.gemfire.serialization
The SerializationException class is a RuntimeException indicating an error occurred while attempting to serialize a Session.
SerializationException() - Constructor for exception org.springframework.session.data.gemfire.serialization.SerializationException
Constructs a default instance of SerializationException with no message or cause.
SerializationException(String) - Constructor for exception org.springframework.session.data.gemfire.serialization.SerializationException
Constructs a new instance of SerializationException initialized with the given message describing the serialization error.
SerializationException(Throwable) - Constructor for exception org.springframework.session.data.gemfire.serialization.SerializationException
Constructs a new instance of SerializationException initialized with the given cause of the serialization error.
SerializationException(String, Throwable) - Constructor for exception org.springframework.session.data.gemfire.serialization.SerializationException
Constructs a new instance of SerializationException initialized with the given message describing the serialization error and cause of the serialization error.
serialize(AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes, DataOutput) - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionAttributesSerializer
 
serialize(AbstractGemFireOperationsSessionRepository.GemFireSession, DataOutput) - Method in class org.springframework.session.data.gemfire.serialization.data.provider.DataSerializableSessionSerializer
 
serialize(T, DataOutput) - Method in class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
serialize(AbstractGemFireOperationsSessionRepository.GemFireSession, PdxWriter) - Method in class org.springframework.session.data.gemfire.serialization.pdx.provider.PdxSerializableSessionSerializer
 
serialize(T, PdxWriter) - Method in class org.springframework.session.data.gemfire.serialization.pdx.support.PdxSerializerSessionSerializerAdapter
 
serialize(T, OUT) - Method in interface org.springframework.session.data.gemfire.serialization.SessionSerializer
Serializes the given Object to the provided out stream.
serializeObject(Object, DataOutput) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
serializeObject(Object, DataOutput, boolean) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
SESSION_DATA_SERIALIZER_BEAN_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Set of defaults for Session serialization.
SESSION_PDX_SERIALIZER_BEAN_NAME - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
SESSION_REGION_KEY_CONSTRAINT - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Key and Value class type constraints applied to the Session Region.
SESSION_REGION_VALUE_CONSTRAINT - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
SESSION_SERIALIZER_BEAN_ALIAS - Static variable in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
sessionAttributesIndex(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defines a GemFire Index bean on the GemFire cache Region storing and managing Sessions, specifically on all Session attributes for quick lookup and queries on Session attribute names with a given value.
SessionAttributesIndexFactoryBean - Class in org.springframework.session.data.gemfire.config.annotation.web.http.support
The SessionAttributesIndexFactoryBean class is a Spring FactoryBean that creates a GemFire Index on the session attributes of the HttpSession object.
SessionAttributesIndexFactoryBean() - Constructor for class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
sessionDataSerializer() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
sessionPdxSerializer() - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
 
sessionRegion(GemFireCache, RegionAttributes<Object, Session>) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defines the Region used to store and manage Session state in either a client-server or peer-to-peer (p2p) topology.
sessionRegionAttributes(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defines a RegionAttributes used to configure and initialize the cache Region used to store Session state.
sessionRegionTemplate(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defines a GemfireTemplate bean used to interact with the (Client)Cache Region used to store Session state.
sessionRepository(GemfireOperations) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Defines the SessionRepository bean used to interact with Apache Geode or Pivotal GemFire as the Spring Session provider.
SessionSerializer<T,IN,OUT> - Interface in org.springframework.session.data.gemfire.serialization
The SessionSerializer interface is a Service Provider Interface (SPI) for providers needing to provide a custom implementation of their serialization strategy.
setApplicationContext(ApplicationContext) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets a reference the Spring ApplicationContext.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Sets the ApplicationEventPublisher used to publish Session events corresponding to GemFire cache events.
setAttribute(String, Object) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
setAttribute(String, Object) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
setAttribute(String, Object) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
setAttribute(String, Object) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets a reference to the ClassLoader used by the Spring container to load bean class types.
setBeanFactory(BeanFactory) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets a reference to the Spring BeanFactory responsible for creating GemFire components.
setBeanFactory(BeanFactory) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
setBeanName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Gets the ClientRegionShortcut used to configure the data management policy of the ClientCache Region that will store Session state.
setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets the Region data policy used by the GemFire cache client to manage Session state.
setGemfireCache(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets a reference to the GemFire cache used to construct the appropriate Region.
setGemFireCache(GemFireCache) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Callback with the AnnotationMetadata of the class containing @Import annotation that imported this @Configuration class.
setIndexableSessionAttributes(String[]) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets the names of all Session attributes that will be indexed.
setIndexableSessionAttributes(String[]) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
setLastAccessedTime(Instant) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
setLastAccessedTime(Instant) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
setMaxInactiveInterval(Duration) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
setMaxInactiveInterval(Duration) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Sets the maximum interval in which a Session can remain inactive before the Session is considered expired.
setMaxInactiveInterval(Duration) - Method in class org.springframework.session.data.gemfire.support.AbstractSession
 
setMaxInactiveIntervalInSeconds(int) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Sets the maximum interval in seconds in which a Session can remain inactive before the Session is considered expired.
setMaxInactiveIntervalInSeconds(int) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets the maximum interval in seconds in which a Session can remain inactive before it expires.
setPoolName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets the name of the Pool used by the client Region to send Session to the cluster of servers during cache operations.
setPoolName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets the name of the GemFire Pool used by the client Region for managing Sessions during cache operations involving the server.
setPrincipalName(String) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
setRegionAttributes(RegionAttributes<K, V>) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets the GemFire RegionAttributes used to configure the GemFire cache Region used to store and manage Session state.
setRegionName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets the name of the GemFire cache Region use to store and manage Session state.
setRegionName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.SessionAttributesIndexFactoryBean
 
setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets the RegionShortcut used to configure the data management policy of the Cache Region that will store Session state.
setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.support.GemFireCacheTypeAwareRegionFactoryBean
Sets the Region data policy used by the GemFire peer cache to manage Session state.
setSessionRegionName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets the name of the (Client)Cache Region used to store Session state.
setSessionSerializer(SessionSerializer<T, DataInput, DataOutput>) - Method in class org.springframework.session.data.gemfire.serialization.data.support.DataSerializerSessionSerializerAdapter
 
setSessionSerializerBeanName(String) - Method in class org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration
Sets the bean name of the Spring bean declared in the Spring application context defining the serialization strategy for serializing the Session.
setUseDataSerialization(boolean) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Sets a condition indicating whether the DataSerialization framework has been configured.
SPRING_SECURITY_CONTEXT - Static variable in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 

T

toData(Object, DataOutput) - Method in class org.springframework.session.data.gemfire.serialization.data.AbstractDataSerializableSessionSerializer
 
toData(Object, PdxWriter) - Method in class org.springframework.session.data.gemfire.serialization.pdx.AbstractPdxSerializableSessionSerializer
 
toData(Object, PdxWriter) - Method in class org.springframework.session.data.gemfire.serialization.pdx.support.ComposablePdxSerializer
 
toDelta(DataOutput) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSession
 
toDelta(DataOutput) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
toRegionPath(String) - Static method in class org.springframework.session.data.gemfire.support.GemFireUtils
Converts a Region name to a Region path.
toString() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
toString() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSessionAttributes
 
touch(T) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository
Updates the Session.setLastAccessedTime(Instant) property of the Session.
triggerDelta() - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 
triggerDelta(boolean) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.GemFireSession
 

W

writeObject(Object, DataOutput) - Method in class org.springframework.session.data.gemfire.AbstractGemFireOperationsSessionRepository.DeltaCapableGemFireSessionAttributes
 
A C D E F G H I N O P R S T W 
Skip navigation links