Class Options<T>
java.lang.Object
org.apache.storm.redis.trident.state.Options<T>
- Type Parameters:
T
- value's type class
- All Implemented Interfaces:
Serializable
Options of State.
It's a data structure (whole things are public) and you can access and modify all fields.
It's a data structure (whole things are public) and you can access and modify all fields.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
localCacheSize
public int localCacheSize -
globalKey
-
keyFactory
-
serializer
-
dataTypeDescription
-
expireIntervalSec
public int expireIntervalSec
-
-
Constructor Details
-
Options
public Options()
-