public class MemValue extends Value
Value.Comparator| Constructor and Description |
|---|
MemValue() |
MemValue(Value value,
int kv) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(byte[] b) |
void |
set(byte[] b) |
static int |
splitKVCount(Value v)
Takes a Value and will take out the embedded kvCount, and then return that value while replacing the Value with the original unembedded version
|
void |
write(DataOutput out) |
public MemValue()
public MemValue(Value value, int kv)
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class ValueIOExceptionpublic static int splitKVCount(Value v)
Copyright © 2015 Apache Accumulo Project. All rights reserved.