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
-
KeyValue
Creates a new key/value pair.- Parameters:
key
- keyvalue
- bytes of value
-
KeyValue
Creates a new key/value pair.- Parameters:
key
- keyvalue
- buffer containing bytes of value
-
KeyValue
Creates a new key/value pair.- Parameters:
key
- keyvalue
- buffer containing bytes of value
-