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.
  • Constructor Details

    • ServerMutation

      public ServerMutation(TMutation tmutation)
    • ServerMutation

      public ServerMutation(org.apache.hadoop.io.Text key)
    • ServerMutation

      public ServerMutation()
  • Method Details