org.apache.hive.service.cli.operation
Class DfsOperation

java.lang.Object
  extended by org.apache.hive.service.cli.operation.Operation
      extended by org.apache.hive.service.cli.operation.ExecuteStatementOperation
          extended by org.apache.hive.service.cli.operation.HiveCommandOperation
              extended by org.apache.hive.service.cli.operation.DfsOperation

public class DfsOperation
extends HiveCommandOperation

HiveDfsCommandOperation.


Field Summary
 
Fields inherited from class org.apache.hive.service.cli.operation.ExecuteStatementOperation
confOverlay, statement
 
Fields inherited from class org.apache.hive.service.cli.operation.Operation
DEFAULT_FETCH_MAX_ROWS, hasResultSet, LOG, parentSession
 
Constructor Summary
protected DfsOperation(Session parentSession, String statement, Map<String,String> confOverlay)
           
 
Method Summary
 
Methods inherited from class org.apache.hive.service.cli.operation.HiveCommandOperation
close, getCommandProcessor, getNextRowSet, getResultSetSchema, run, setCommandProcessor
 
Methods inherited from class org.apache.hive.service.cli.operation.ExecuteStatementOperation
getStatement, newExecuteStatementOperation
 
Methods inherited from class org.apache.hive.service.cli.operation.Operation
assertState, cancel, getConfiguration, getHandle, getNextRowSet, getParentSession, getState, getType, hasResultSet, isCanceled, isFailed, isFinished, isRunning, setConfiguration, setHasResultSet, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DfsOperation

protected DfsOperation(Session parentSession,
                       String statement,
                       Map<String,String> confOverlay)


Copyright © 2013 The Apache Software Foundation