org.apache.accumulo.core.tabletserver.log
Class LogEntry
java.lang.Object
org.apache.accumulo.core.tabletserver.log.LogEntry
public class LogEntry
- extends Object
extent
public KeyExtent extent
timestamp
public long timestamp
server
public String server
filename
public String filename
tabletId
public int tabletId
logSet
public Collection<String> logSet
LogEntry
public LogEntry()
LogEntry
public LogEntry(LogEntry le)
toString
public String toString()
- Overrides:
toString
in class Object
getName
public String getName()
toBytes
public byte[] toBytes()
throws IOException
- Throws:
IOException
fromBytes
public void fromBytes(byte[] bytes)
throws IOException
- Throws:
IOException
fromKeyValue
public static LogEntry fromKeyValue(Key key,
Value value)
getRow
public org.apache.hadoop.io.Text getRow()
getColumnFamily
public org.apache.hadoop.io.Text getColumnFamily()
getColumnQualifier
public org.apache.hadoop.io.Text getColumnQualifier()
getValue
public Value getValue()
Copyright © 2015 Apache Accumulo Project. All rights reserved.