public interface TupleMapper extends Serializable
TupleMapper defines how to extract key and value from tuple for Redis.
Modifier and Type | Method and Description |
---|---|
String |
getKeyFromTuple(ITuple tuple)
Extracts key from tuple.
|
String |
getValueFromTuple(ITuple tuple)
Extracts value from tuple.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.