Index
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
InMemoryBackendPropertiesrecord 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
InMemoryKeyValueStoreFactoryrecord 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
propertiesrecord 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
sweeperEnabledrecord component. - sweepInterval() - Method in record class am.ik.redis.adapter.boot.inmemory.InMemoryBackendProperties
-
Returns the value of the
sweepIntervalrecord 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.
All Classes and Interfaces|All Packages|Constant Field Values