org.apache.falcon.catalog
Class CatalogServiceFactory

java.lang.Object
  extended by org.apache.falcon.catalog.CatalogServiceFactory

public final class CatalogServiceFactory
extends Object

Factory for providing appropriate catalog service implementation to the falcon service.


Field Summary
static String CATALOG_SERVICE
           
 
Method Summary
static AbstractCatalogService getCatalogService()
           
static boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATALOG_SERVICE

public static final String CATALOG_SERVICE
See Also:
Constant Field Values
Method Detail

isEnabled

public static boolean isEnabled()

getCatalogService

public static AbstractCatalogService getCatalogService()
                                                throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.