Uses of Class
org.apache.falcon.entity.Storage.TYPE

Packages that use Storage.TYPE
org.apache.falcon.entity   
 

Uses of Storage.TYPE in org.apache.falcon.entity
 

Methods in org.apache.falcon.entity that return Storage.TYPE
static Storage.TYPE FeedHelper.getStorageType(org.apache.falcon.entity.v0.feed.Feed feed)
           
static Storage.TYPE FeedHelper.getStorageType(org.apache.falcon.entity.v0.feed.Feed feed, org.apache.falcon.entity.v0.feed.Cluster cluster)
           
static Storage.TYPE FeedHelper.getStorageType(org.apache.falcon.entity.v0.feed.Feed feed, org.apache.falcon.entity.v0.cluster.Cluster clusterEntity)
           
 Storage.TYPE Storage.getType()
          Return the type of storage.
 Storage.TYPE FileSystemStorage.getType()
           
 Storage.TYPE CatalogStorage.getType()
           
static Storage.TYPE Storage.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Storage.TYPE[] Storage.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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