org.apache.accumulo.server.tabletserver
public class MemValue extends Value
Value.Comparator
Constructor and Description |
---|
MemValue() |
MemValue(byte[] value,
int kv) |
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(byte[] value, int kv)
value
- Valuekv
- kv countpublic MemValue()
public MemValue(Value value, int kv)
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
write
in class Value
IOException
public void set(byte[] b)
public static int splitKVCount(Value v)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.