K
- The key type of the cache.M
- The metadata type of the cache.V
- The raw data type of the cache.public static interface TupleDataCache.DataEntry<K,M,V> extends Serializable
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Returns the key of this data cache entry.
|
M |
getMeta()
Returns the metadata of this data cache entry.
|
V |
getValue()
Returns the value of this data cache entry.
|
K getKey()
M getMeta()
V getValue()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.