public class Options<T> extends Object implements Serializable
Options of State.
It’s a data structure (whole things are public) and you can access and modify all fields.
Modifier and Type | Field and Description |
---|---|
RedisDataTypeDescription |
dataTypeDescription |
int |
expireIntervalSec |
String |
globalKey |
KeyFactory |
keyFactory |
int |
localCacheSize |
Serializer<T> |
serializer |
Constructor and Description |
---|
Options() |
public int localCacheSize
public String globalKey
public KeyFactory keyFactory
public Serializer<T> serializer
public RedisDataTypeDescription dataTypeDescription
public int expireIntervalSec
Copyright © 2022 The Apache Software Foundation. All rights reserved.