Index

A C E H I M N P R S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

am.ik.redis.adapter.boot.inmemory - package am.ik.redis.adapter.boot.inmemory
The adapter server built around the in-memory backend.

C

create(int) - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
 

E

equals(Object) - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
Indicates whether some other object is "equal to" this one.

H

hashCode() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
Returns a hash code value for this object.
hashCode() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
Returns a hash code value for this object.

I

InMemoryBackendConfiguration - Class in am.ik.redis.adapter.boot.inmemory
Declares the backend this server keeps its sessions in.
InMemoryBackendConfiguration() - Constructor for class am.ik.redis.adapter.boot.inmemory.InMemoryBackendConfiguration
 
InMemoryBackendProperties - Record Class in am.ik.redis.adapter.boot.inmemory
What the in-memory backend can be tuned with.
InMemoryBackendProperties(boolean, Duration) - Constructor for record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
Creates an instance of a InMemoryBackendProperties record class.
inMemoryKeyValueStoreFactory(InMemoryBackendProperties) - Method in class am.ik.redis.adapter.boot.inmemory.InMemoryBackendConfiguration
Registers the in-memory backend.
InMemoryKeyValueStoreFactory - Record Class in am.ik.redis.adapter.boot.inmemory
The in-memory backend: an independent map per database, in this process.
InMemoryKeyValueStoreFactory(InMemoryBackendProperties) - Constructor for record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
Creates an instance of a InMemoryKeyValueStoreFactory record class.
InMemoryRedisAdapterServerApplication - Class in am.ik.redis.adapter.boot.inmemory
Entry point of the adapter server that keeps its sessions in this process's own memory.
InMemoryRedisAdapterServerApplication() - Constructor for class am.ik.redis.adapter.boot.inmemory.InMemoryRedisAdapterServerApplication
 

M

main(String[]) - Static method in class am.ik.redis.adapter.boot.inmemory.InMemoryRedisAdapterServerApplication
 

N

name() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
 
NAME - Static variable in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
The name this backend is known by, in the logs and in the documentation.

P

properties() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
Returns the value of the properties record component.

R

Running more than one - Section in class am.ik.redis.adapter.boot.inmemory.InMemoryRedisAdapterServerApplication
 

S

sweeperEnabled() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
Returns the value of the sweeperEnabled record component.
sweepInterval() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
Returns the value of the sweepInterval record component.

T

toString() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
Returns a string representation of this record class.
toString() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryKeyValueStoreFactory
Returns a string representation of this record class.
A C E H I M N P R S T 
All Classes and Interfaces|All Packages|Constant Field Values