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()
           
 
Method Summary
 void fromBytes(byte[] bytes)
           
 String getName()
           
 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()
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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.