Class LogEntry
- java.lang.Object
-
- org.apache.accumulo.core.tabletserver.log.LogEntry
-
public class LogEntry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogEntry
fromMetaWalEntry(Map.Entry<Key,Value> entry)
org.apache.hadoop.io.Text
getColumnFamily()
org.apache.hadoop.io.Text
getColumnQualifier()
org.apache.hadoop.io.Text
getRow()
String
getUniqueID()
Value
getValue()
LogEntry
switchFile(String filename)
String
toString()
-
-
-
Field Detail
-
timestamp
public final long timestamp
-
filename
public final String filename
-
-