org.apache.accumulo.core.tabletserver.log
Class LogEntry

java.lang.Object
  extended by org.apache.accumulo.core.tabletserver.log.LogEntry

public class LogEntry
extends Object


Field Summary
 KeyExtent extent
           
 String filename
           
 Collection<String> logSet
           
 String server
           
 int tabletId
           
 long timestamp
           
 
Constructor Summary
LogEntry()
           
LogEntry(LogEntry le)
           
 
Method Summary
 void fromBytes(byte[] bytes)
           
static LogEntry fromKeyValue(Key key, Value value)
           
 org.apache.hadoop.io.Text getColumnFamily()
           
 org.apache.hadoop.io.Text getColumnQualifier()
           
 String getName()
           
 org.apache.hadoop.io.Text getRow()
           
 Value getValue()
           
 byte[] toBytes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LogEntry

public LogEntry()

LogEntry

public LogEntry(LogEntry le)
Method Detail

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.