Uses of Interface
org.apache.falcon.entity.Storage

Packages that use Storage
org.apache.falcon.entity   
 

Uses of Storage in org.apache.falcon.entity
 

Classes in org.apache.falcon.entity that implement Storage
 class CatalogStorage
          A catalog registry implementation of a feed storage.
 class FileSystemStorage
          A file system implementation of a feed storage.
 

Methods in org.apache.falcon.entity that return Storage
static Storage FeedHelper.createReadOnlyStorage(org.apache.falcon.entity.v0.cluster.Cluster clusterEntity, org.apache.falcon.entity.v0.feed.Feed feed)
          Factory method to dole out a storage instance used for replication source.
static Storage FeedHelper.createStorage(org.apache.falcon.entity.v0.cluster.Cluster clusterEntity, org.apache.falcon.entity.v0.feed.Feed feed)
           
static Storage FeedHelper.createStorage(org.apache.falcon.entity.v0.feed.Cluster cluster, org.apache.falcon.entity.v0.feed.Feed feed)
           
static Storage FeedHelper.createStorage(org.apache.falcon.entity.v0.feed.Cluster cluster, org.apache.falcon.entity.v0.feed.Feed feed, org.apache.falcon.entity.v0.cluster.Cluster clusterEntity)
           
static Storage FeedHelper.createStorage(org.apache.falcon.entity.v0.feed.Feed feed)
           
static Storage FeedHelper.createStorage(String clusterName, org.apache.falcon.entity.v0.feed.Feed feed)
           
static Storage FeedHelper.createStorage(String type, String storageUriTemplate)
           
 

Methods in org.apache.falcon.entity with parameters of type Storage
 boolean Storage.isIdentical(Storage toCompareAgainst)
          Check for equality of this instance against the one in question.
 boolean FileSystemStorage.isIdentical(Storage toCompareAgainst)
           
 boolean CatalogStorage.isIdentical(Storage toCompareAgainst)
           
 



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