org.apache.samza.storage.kv
Class Entry<K,V>

java.lang.Object
  extended by org.apache.samza.storage.kv.Entry<K,V>
Type Parameters:
K - The key type
V - The value type

public class Entry<K,V>
extends java.lang.Object

A key and value.


Constructor Summary
Entry(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry(K key,
             V value)
Method Detail

getKey

public K getKey()

getValue

public V getValue()