org.apache.hadoop.hive.metastore
Class MetaStoreEndFunctionContext

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.MetaStoreEndFunctionContext

public class MetaStoreEndFunctionContext
extends Object

Base class which provides context to implementations of MetaStoreEndFunctionListener


Constructor Summary
MetaStoreEndFunctionContext(boolean success)
           
 
Method Summary
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaStoreEndFunctionContext

public MetaStoreEndFunctionContext(boolean success)
Method Detail

isSuccess

public boolean isSuccess()
Returns:
whether or not the method succeeded.


Copyright © 2011 The Apache Software Foundation