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

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

public class LogEntry
extends java.lang.Object


Field Summary
 KeyExtent extent
           
 java.lang.String filename
           
 java.util.Collection<java.lang.String> logSet
           
 java.lang.String server
           
 int tabletId
           
 long timestamp
           
 
Constructor Summary
LogEntry()
           
 
Method Summary
 void fromBytes(byte[] bytes)
           
 java.lang.String getName()
           
 byte[] toBytes()
           
 java.lang.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 java.lang.String server

filename

public java.lang.String filename

tabletId

public int tabletId

logSet

public java.util.Collection<java.lang.String> logSet
Constructor Detail

LogEntry

public LogEntry()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()

toBytes

public byte[] toBytes()
               throws java.io.IOException
Throws:
java.io.IOException

fromBytes

public void fromBytes(byte[] bytes)
               throws java.io.IOException
Throws:
java.io.IOException


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