org.apache.accumulo.server.tabletserver
public class MutationLog extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
CLOSE_EVENT |
static byte |
MUTATION_EVENT |
Constructor and Description |
---|
MutationLog(org.apache.hadoop.fs.Path logfile) |
public static final byte MUTATION_EVENT
public static final byte CLOSE_EVENT
public MutationLog(org.apache.hadoop.fs.Path logfile) throws IOException
IOException
public void log(Mutation m) throws IOException
IOException
public void close() throws IOException
IOException
public static Iterator<Mutation> replay(org.apache.hadoop.fs.Path logfile, Tablet t, long min_timestamp) throws IOException
IOException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.