Package org.apache.accumulo.core.data
Class KeyValue
- All Implemented Interfaces:
- Serializable,- Map.Entry<Key,- Value> 
A key/value pair. The key and value may not be set after construction.
- See Also:
- 
Constructor Details- 
KeyValueCreates a new key/value pair.- Parameters:
- key- key
- value- bytes of value
 
- 
KeyValueCreates a new key/value pair.- Parameters:
- key- key
- value- buffer containing bytes of value
 
- 
KeyValueCreates a new key/value pair.- Parameters:
- key- key
- value- buffer containing bytes of value
 
 
-