Uses of Class
adams.data.redis.RedisDataType
-
-
Uses of RedisDataType in adams.data.redis
Methods in adams.data.redis that return RedisDataType Modifier and Type Method Description static RedisDataType
RedisDataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisDataType[]
RedisDataType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RedisDataType in adams.flow.sink.redisaction
Fields in adams.flow.sink.redisaction declared as RedisDataType Modifier and Type Field Description protected RedisDataType
Publish. m_Type
the data type.protected RedisDataType
Set. m_Type
the data type.Methods in adams.flow.sink.redisaction that return RedisDataType Modifier and Type Method Description RedisDataType
Publish. getType()
Returns the type of the data.RedisDataType
Set. getType()
Returns the type of the data.Methods in adams.flow.sink.redisaction with parameters of type RedisDataType Modifier and Type Method Description void
Publish. setType(RedisDataType value)
Sets the type of the data.void
Set. setType(RedisDataType value)
Sets the type of the data. -
Uses of RedisDataType in adams.flow.source.redisaction
Fields in adams.flow.source.redisaction declared as RedisDataType Modifier and Type Field Description protected RedisDataType
Get. m_Type
the data type.Methods in adams.flow.source.redisaction that return RedisDataType Modifier and Type Method Description RedisDataType
Get. getType()
Returns the type of the data.Methods in adams.flow.source.redisaction with parameters of type RedisDataType Modifier and Type Method Description void
Get. setType(RedisDataType value)
Sets the type of the data. -
Uses of RedisDataType in adams.flow.standalone.rats.input
Fields in adams.flow.standalone.rats.input declared as RedisDataType Modifier and Type Field Description protected RedisDataType
RedisSubscribe. m_Type
the data type.Methods in adams.flow.standalone.rats.input that return RedisDataType Modifier and Type Method Description RedisDataType
RedisSubscribe. getType()
Returns the type of the data.Methods in adams.flow.standalone.rats.input with parameters of type RedisDataType Modifier and Type Method Description void
RedisSubscribe. setType(RedisDataType value)
Sets the type of the data. -
Uses of RedisDataType in adams.flow.standalone.rats.output
Fields in adams.flow.standalone.rats.output declared as RedisDataType Modifier and Type Field Description protected RedisDataType
RedisPublish. m_Type
the data type.Methods in adams.flow.standalone.rats.output that return RedisDataType Modifier and Type Method Description RedisDataType
RedisPublish. getType()
Returns the type of the data.Methods in adams.flow.standalone.rats.output with parameters of type RedisDataType Modifier and Type Method Description void
RedisPublish. setType(RedisDataType value)
Sets the type of the data. -
Uses of RedisDataType in adams.flow.transformer.redisaction
Fields in adams.flow.transformer.redisaction declared as RedisDataType Modifier and Type Field Description protected RedisDataType
BroadcastAndListen. m_TypeIn
the data type for the incoming channel.protected RedisDataType
BroadcastAndListen. m_TypeOut
the data type for the out channel.Methods in adams.flow.transformer.redisaction that return RedisDataType Modifier and Type Method Description RedisDataType
BroadcastAndListen. getTypeIn()
Returns the type of the data for the in channel.RedisDataType
BroadcastAndListen. getTypeOut()
Returns the type of the data for the out channel.Methods in adams.flow.transformer.redisaction with parameters of type RedisDataType Modifier and Type Method Description void
BroadcastAndListen. setTypeIn(RedisDataType value)
Sets the type of the data for the in channel.void
BroadcastAndListen. setTypeOut(RedisDataType value)
Sets the type of the data for the out channel. -
Uses of RedisDataType in adams.gui.visualization.object.tools
Methods in adams.gui.visualization.object.tools that return RedisDataType Modifier and Type Method Description protected abstract RedisDataType
AbstractRedisTool. getReceiveType()
Returns the type of data to receive.protected RedisDataType
DEXTR. getReceiveType()
Returns the type of data to receive.protected RedisDataType
OPEX. getReceiveType()
Returns the type of data to receive.protected RedisDataType
SAM. getReceiveType()
Returns the type of data to receive.protected abstract RedisDataType
AbstractRedisTool. getSendType()
Returns the type of data to send.protected RedisDataType
DEXTR. getSendType()
Returns the type of data to send.protected RedisDataType
OPEX. getSendType()
Returns the type of data to send.protected RedisDataType
SAM. getSendType()
Returns the type of data to send. -
Uses of RedisDataType in adams.gui.visualization.segmentation.tool
Methods in adams.gui.visualization.segmentation.tool that return RedisDataType Modifier and Type Method Description protected abstract RedisDataType
AbstractRedisTool. getReceiveType()
Returns the type of data to receive.protected RedisDataType
DEXTR. getReceiveType()
Returns the type of data to receive.protected RedisDataType
SAM. getReceiveType()
Returns the type of data to receive.protected abstract RedisDataType
AbstractRedisTool. getSendType()
Returns the type of data to send.protected RedisDataType
DEXTR. getSendType()
Returns the type of data to send.protected RedisDataType
SAM. getSendType()
Returns the type of data to send.
-