org.apache.accumulo.core.file
Class FileUtil.FileInfo

java.lang.Object
  extended by org.apache.accumulo.core.file.FileUtil.FileInfo
Enclosing class:
FileUtil

public static class FileUtil.FileInfo
extends java.lang.Object


Constructor Summary
FileUtil.FileInfo(Key firstKey, Key lastKey)
           
 
Method Summary
 org.apache.hadoop.io.Text getFirstRow()
           
 org.apache.hadoop.io.Text getLastRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil.FileInfo

public FileUtil.FileInfo(Key firstKey,
                         Key lastKey)
Method Detail

getFirstRow

public org.apache.hadoop.io.Text getFirstRow()

getLastRow

public org.apache.hadoop.io.Text getLastRow()


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