org.apache.falcon.entity.parser
Class ClusterEntityParser

java.lang.Object
  extended by org.apache.falcon.entity.parser.EntityParser<org.apache.falcon.entity.v0.cluster.Cluster>
      extended by org.apache.falcon.entity.parser.ClusterEntityParser

public class ClusterEntityParser
extends EntityParser<org.apache.falcon.entity.v0.cluster.Cluster>

Parser that parses cluster entity definition.


Constructor Summary
ClusterEntityParser()
           
 
Method Summary
 void validate(org.apache.falcon.entity.v0.cluster.Cluster cluster)
           
 
Methods inherited from class org.apache.falcon.entity.parser.EntityParser
getEntityType, parse, parseAndValidate, parseAndValidate, validateEntitiesExist, validateEntityExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterEntityParser

public ClusterEntityParser()
Method Detail

validate

public void validate(org.apache.falcon.entity.v0.cluster.Cluster cluster)
              throws StoreAccessException,
                     ValidationException
Specified by:
validate in class EntityParser<org.apache.falcon.entity.v0.cluster.Cluster>
Throws:
StoreAccessException
ValidationException


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