public class KeyValue extends AbstractMap.SimpleImmutableEntry<Key,Value>
public KeyValue(Key key, byte[] value)
key - keyvalue - bytes of valuepublic KeyValue(Key key, ByteBuffer value)
key - keyvalue - buffer containing bytes of valueCopyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.