org.apache.accumulo.server.master.tableOps
Class ImportTable

java.lang.Object
  extended by org.apache.accumulo.server.master.tableOps.MasterRepo
      extended by org.apache.accumulo.server.master.tableOps.ImportTable
All Implemented Interfaces:
Serializable, Repo<Master>

public class ImportTable
extends MasterRepo

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.accumulo.server.master.tableOps.MasterRepo
log
 
Constructor Summary
ImportTable(String user, String tableName, String exportDir)
           
 
Method Summary
 Repo<Master> call(long tid, Master env)
           
 void checkVersions(Master env)
           
 long isReady(long tid, Master environment)
           
 void undo(long tid, Master env)
           
 
Methods inherited from class org.apache.accumulo.server.master.tableOps.MasterRepo
getDescription, getReturn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTable

public ImportTable(String user,
                   String tableName,
                   String exportDir)
Method Detail

isReady

public long isReady(long tid,
                    Master environment)
             throws Exception
Specified by:
isReady in interface Repo<Master>
Overrides:
isReady in class MasterRepo
Throws:
Exception

call

public Repo<Master> call(long tid,
                         Master env)
                  throws Exception
Specified by:
call in interface Repo<Master>
Specified by:
call in class MasterRepo
Throws:
Exception

checkVersions

public void checkVersions(Master env)
                   throws ThriftTableOperationException
Throws:
ThriftTableOperationException

undo

public void undo(long tid,
                 Master env)
          throws Exception
Specified by:
undo in interface Repo<Master>
Overrides:
undo in class MasterRepo
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.