org.apache.accumulo.server.data
Class ServerMutation
java.lang.Object
org.apache.accumulo.core.data.Mutation
org.apache.accumulo.server.data.ServerMutation
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
public class ServerMutation
- extends Mutation
Mutation that holds system time as computed by the tablet server when not provided by the user.
Methods inherited from class org.apache.accumulo.core.data.Mutation |
equals, equals, getRow, getSerializedFormat, getUpdates, hashCode, 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, toThrift |
ServerMutation
public ServerMutation(TMutation tmutation)
ServerMutation
public ServerMutation(org.apache.hadoop.io.Text key)
ServerMutation
public ServerMutation()
droppingOldTimestamp
protected void droppingOldTimestamp(long ts)
- Overrides:
droppingOldTimestamp
in class Mutation
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Overrides:
readFields
in class Mutation
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Overrides:
write
in class Mutation
- Throws:
IOException
setSystemTimestamp
public void setSystemTimestamp(long v)
getSystemTimestamp
public long getSystemTimestamp()
newColumnUpdate
protected ColumnUpdate newColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val)
- Overrides:
newColumnUpdate
in class Mutation
estimatedMemoryUsed
public long estimatedMemoryUsed()
- Overrides:
estimatedMemoryUsed
in class Mutation
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.