org.apache.accumulo.server.util
Class MetadataTable.LogEntry
java.lang.Object
org.apache.accumulo.server.util.MetadataTable.LogEntry
- Enclosing class:
- MetadataTable
public static class MetadataTable.LogEntry
- extends Object
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
MetadataTable.LogEntry
public MetadataTable.LogEntry()
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 Apache Accumulo Project. All Rights Reserved.