Uses of Class
backtype.storm.generated.StormTopology._Fields

Packages that use StormTopology._Fields
backtype.storm.generated   
 

Uses of StormTopology._Fields in backtype.storm.generated
 

Fields in backtype.storm.generated with type parameters of type StormTopology._Fields
static Map<StormTopology._Fields,org.apache.thrift.meta_data.FieldMetaData> StormTopology.metaDataMap
           
 

Methods in backtype.storm.generated that return StormTopology._Fields
 StormTopology._Fields StormTopology.fieldForId(int fieldId)
           
static StormTopology._Fields StormTopology._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static StormTopology._Fields StormTopology._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static StormTopology._Fields StormTopology._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static StormTopology._Fields StormTopology._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StormTopology._Fields[] StormTopology._Fields.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in backtype.storm.generated with parameters of type StormTopology._Fields
 Object StormTopology.getFieldValue(StormTopology._Fields field)
           
 boolean StormTopology.isSet(StormTopology._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void StormTopology.setFieldValue(StormTopology._Fields field, Object value)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.