org.apache.accumulo.server.data
public class ServerMutation extends Mutation
Mutation.SERIALIZED_FORMAT| Constructor and Description |
|---|
ServerMutation() |
ServerMutation(org.apache.hadoop.io.Text key) |
ServerMutation(TMutation tmutation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
droppingOldTimestamp(long ts) |
boolean |
equals(Object o) |
long |
estimatedMemoryUsed() |
long |
getSystemTimestamp() |
int |
hashCode() |
protected ColumnUpdate |
newColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val) |
void |
readFields(DataInput in) |
void |
setSystemTimestamp(long v) |
void |
write(DataOutput out) |
equals, getRow, getSerializedFormat, getUpdates, numBytes, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, putDelete, size, toThriftpublic ServerMutation(TMutation tmutation)
public ServerMutation(org.apache.hadoop.io.Text key)
public ServerMutation()
protected void droppingOldTimestamp(long ts)
droppingOldTimestamp in class Mutationpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class MutationIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class MutationIOExceptionpublic void setSystemTimestamp(long v)
public long getSystemTimestamp()
protected ColumnUpdate newColumnUpdate(byte[] cf, byte[] cq, byte[] cv, boolean hasts, long ts, boolean deleted, byte[] val)
newColumnUpdate in class Mutationpublic long estimatedMemoryUsed()
estimatedMemoryUsed in class MutationCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.