Package | Description |
---|---|
org.apache.storm.redis.common.mapper | |
org.apache.storm.redis.trident.state |
Modifier and Type | Method and Description |
---|---|
RedisDataTypeDescription.RedisDataType |
RedisDataTypeDescription.getDataType()
Returns defined data type.
|
static RedisDataTypeDescription.RedisDataType |
RedisDataTypeDescription.RedisDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisDataTypeDescription.RedisDataType[] |
RedisDataTypeDescription.RedisDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RedisDataTypeDescription(RedisDataTypeDescription.RedisDataType dataType)
Constructor
|
RedisDataTypeDescription(RedisDataTypeDescription.RedisDataType dataType,
String additionalKey)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected RedisDataTypeDescription.RedisDataType |
AbstractRedisStateUpdater.dataType |
protected RedisDataTypeDescription.RedisDataType |
AbstractRedisStateQuerier.dataType |
Copyright © 2019 The Apache Software Foundation. All rights reserved.