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 LogEntryfromBytes(byte[] bytes)static LogEntryfromKeyValue(Key key, String value)static LogEntryfromKeyValue(Key key, Value value)org.apache.hadoop.io.TextgetColumnFamily()org.apache.hadoop.io.TextgetColumnQualifier()StringgetName()org.apache.hadoop.io.TextgetRow()StringgetUniqueID()ValuegetValue()byte[]toBytes()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
toBytes
public byte[] toBytes() throws IOException- Throws:
IOException
-
fromBytes
public static LogEntry fromBytes(byte[] bytes) throws IOException
- Throws:
IOException
-
getRow
public org.apache.hadoop.io.Text getRow()
-
getColumnFamily
public org.apache.hadoop.io.Text getColumnFamily()
-
getUniqueID
public String getUniqueID()
-
getColumnQualifier
public org.apache.hadoop.io.Text getColumnQualifier()
-
getValue
public Value getValue()
-
-