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 RedisDataTypeRedisDataType. 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 RedisDataTypePublish. m_Typethe data type.protected RedisDataTypeSet. m_Typethe data type.Methods in adams.flow.sink.redisaction that return RedisDataType Modifier and Type Method Description RedisDataTypePublish. getType()Returns the type of the data.RedisDataTypeSet. getType()Returns the type of the data.Methods in adams.flow.sink.redisaction with parameters of type RedisDataType Modifier and Type Method Description voidPublish. setType(RedisDataType value)Sets the type of the data.voidSet. 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 RedisDataTypeGet. m_Typethe data type.Methods in adams.flow.source.redisaction that return RedisDataType Modifier and Type Method Description RedisDataTypeGet. getType()Returns the type of the data.Methods in adams.flow.source.redisaction with parameters of type RedisDataType Modifier and Type Method Description voidGet. 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 RedisDataTypeRedisSubscribe. m_Typethe data type.Methods in adams.flow.standalone.rats.input that return RedisDataType Modifier and Type Method Description RedisDataTypeRedisSubscribe. getType()Returns the type of the data.Methods in adams.flow.standalone.rats.input with parameters of type RedisDataType Modifier and Type Method Description voidRedisSubscribe. 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 RedisDataTypeRedisPublish. m_Typethe data type.Methods in adams.flow.standalone.rats.output that return RedisDataType Modifier and Type Method Description RedisDataTypeRedisPublish. getType()Returns the type of the data.Methods in adams.flow.standalone.rats.output with parameters of type RedisDataType Modifier and Type Method Description voidRedisPublish. 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 RedisDataTypeBroadcastAndListen. m_TypeInthe data type for the incoming channel.protected RedisDataTypeBroadcastAndListen. m_TypeOutthe data type for the out channel.Methods in adams.flow.transformer.redisaction that return RedisDataType Modifier and Type Method Description RedisDataTypeBroadcastAndListen. getTypeIn()Returns the type of the data for the in channel.RedisDataTypeBroadcastAndListen. 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 voidBroadcastAndListen. setTypeIn(RedisDataType value)Sets the type of the data for the in channel.voidBroadcastAndListen. 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 RedisDataTypeAbstractRedisTool. getReceiveType()Returns the type of data to receive.protected RedisDataTypeDEXTR. getReceiveType()Returns the type of data to receive.protected RedisDataTypeOPEX. getReceiveType()Returns the type of data to receive.protected RedisDataTypeSAM. getReceiveType()Returns the type of data to receive.protected abstract RedisDataTypeAbstractRedisTool. getSendType()Returns the type of data to send.protected RedisDataTypeDEXTR. getSendType()Returns the type of data to send.protected RedisDataTypeOPEX. getSendType()Returns the type of data to send.protected RedisDataTypeSAM. 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 RedisDataTypeAbstractRedisTool. getReceiveType()Returns the type of data to receive.protected RedisDataTypeDEXTR. getReceiveType()Returns the type of data to receive.protected RedisDataTypeSAM. getReceiveType()Returns the type of data to receive.protected abstract RedisDataTypeAbstractRedisTool. getSendType()Returns the type of data to send.protected RedisDataTypeDEXTR. getSendType()Returns the type of data to send.protected RedisDataTypeSAM. getSendType()Returns the type of data to send.
-