A C D F I J N P R S U 
All Classes All Packages

A

applyDefaultSchema(PgPool) - Static method in class net.andreaskluth.session.postgres.support.ReactivePostgresSessionSchemaPopulator
 
applyDefaultSchema(Connection) - Static method in class net.andreaskluth.session.postgres.support.ReactivePostgresSessionSchemaPopulator
 
applySchema(PgPool, String[]) - Static method in class net.andreaskluth.session.postgres.support.ReactivePostgresSessionSchemaPopulator
 

C

cleanupExpiredSessions() - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
 
configureTasks(ScheduledTaskRegistrar) - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionConfiguration
 
createSession() - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
 

D

DEFAULT_CLEANUP_CRON - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionConfiguration
 
DEFAULT_OUTPUT_STREAM_SIZE - Static variable in class net.andreaskluth.session.postgres.serializer.JdkSerializationStrategy
 
DELETE_EXPIRED_SESSIONS_SQL - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepositoryQueries
 
DELETE_FROM_SESSION_SQL - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepositoryQueries
 
deleteById(String) - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
 
DeserializationException - Exception in net.andreaskluth.session.postgres.serializer
 
DeserializationException(Throwable) - Constructor for exception net.andreaskluth.session.postgres.serializer.DeserializationException
 
deserialize(byte[]) - Method in class net.andreaskluth.session.postgres.serializer.JacksonSerializationStrategy
 
deserialize(byte[]) - Method in class net.andreaskluth.session.postgres.serializer.JdkSerializationStrategy
 
deserialize(byte[]) - Method in interface net.andreaskluth.session.postgres.serializer.SerializationStrategy
 

F

findById(String) - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
 

I

INSERT_SQL - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepositoryQueries
 

J

JacksonSerializationStrategy - Class in net.andreaskluth.session.postgres.serializer
SerializationStrategy using Jackson to serialize and deserialize data.
JacksonSerializationStrategy() - Constructor for class net.andreaskluth.session.postgres.serializer.JacksonSerializationStrategy
 
JdkSerializationStrategy - Class in net.andreaskluth.session.postgres.serializer
 
JdkSerializationStrategy() - Constructor for class net.andreaskluth.session.postgres.serializer.JdkSerializationStrategy
 

N

net.andreaskluth.session.postgres - package net.andreaskluth.session.postgres
 
net.andreaskluth.session.postgres.serializer - package net.andreaskluth.session.postgres.serializer
 
net.andreaskluth.session.postgres.support - package net.andreaskluth.session.postgres.support
 

P

parseStatementsFromSchema() - Static method in class net.andreaskluth.session.postgres.support.ReactivePostgresSessionSchemaPopulator
 
pgPool() - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionConfiguration
 

R

reactivePostgresSerializationStrategy() - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionConfiguration
 
ReactivePostgresSessionConfiguration - Class in net.andreaskluth.session.postgres
 
ReactivePostgresSessionConfiguration(PgPoolOptions, Optional<Clock>) - Constructor for class net.andreaskluth.session.postgres.ReactivePostgresSessionConfiguration
 
ReactivePostgresSessionException - Exception in net.andreaskluth.session.postgres
 
ReactivePostgresSessionException(String) - Constructor for exception net.andreaskluth.session.postgres.ReactivePostgresSessionException
 
ReactivePostgresSessionException(String, Throwable) - Constructor for exception net.andreaskluth.session.postgres.ReactivePostgresSessionException
 
ReactivePostgresSessionException(Throwable) - Constructor for exception net.andreaskluth.session.postgres.ReactivePostgresSessionException
 
reactivePostgresSessionRepository() - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionConfiguration
 
ReactivePostgresSessionRepository - Class in net.andreaskluth.session.postgres
A ReactiveSessionRepository that is implemented using vert.x reactive postgres client.
ReactivePostgresSessionRepository(PgPool, SerializationStrategy, Clock) - Constructor for class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
Creates a new instance.
ReactivePostgresSessionRepositoryQueries - Class in net.andreaskluth.session.postgres
 
ReactivePostgresSessionSchemaPopulator - Class in net.andreaskluth.session.postgres.support
 
REDUCED_UPDATE_SQL - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepositoryQueries
 

S

save(ReactivePostgresSessionRepository.PostgresSession) - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
 
SELECT_SQL - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepositoryQueries
 
SerializationException - Exception in net.andreaskluth.session.postgres.serializer
 
SerializationException(Throwable) - Constructor for exception net.andreaskluth.session.postgres.serializer.SerializationException
 
SerializationStrategy - Interface in net.andreaskluth.session.postgres.serializer
 
serialize(Map<String, Object>) - Method in class net.andreaskluth.session.postgres.serializer.JacksonSerializationStrategy
 
serialize(Map<String, Object>) - Method in class net.andreaskluth.session.postgres.serializer.JdkSerializationStrategy
 
serialize(Map<String, Object>) - Method in interface net.andreaskluth.session.postgres.serializer.SerializationStrategy
 
setDefaultMaxInactiveInterval(int) - Method in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepository
Sets the maximum inactive interval in seconds between requests before newly created sessions will be invalidated.

U

UPDATE_SQL - Static variable in class net.andreaskluth.session.postgres.ReactivePostgresSessionRepositoryQueries
 
A C D F I J N P R S U 
All Classes All Packages