Uses of Class
org.apache.storm.generated.SettableBlobMeta._Fields
-
Packages that use SettableBlobMeta._Fields Package Description org.apache.storm.generated -
-
Uses of SettableBlobMeta._Fields in org.apache.storm.generated
Fields in org.apache.storm.generated with type parameters of type SettableBlobMeta._Fields Modifier and Type Field Description static Map<SettableBlobMeta._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
SettableBlobMeta. metaDataMap
Methods in org.apache.storm.generated that return SettableBlobMeta._Fields Modifier and Type Method Description SettableBlobMeta._Fields
SettableBlobMeta. fieldForId(int fieldId)
static SettableBlobMeta._Fields
SettableBlobMeta._Fields. findByName(String name)
Find the _Fields constant that matches name, or null if its not found.static SettableBlobMeta._Fields
SettableBlobMeta._Fields. findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.static SettableBlobMeta._Fields
SettableBlobMeta._Fields. findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static SettableBlobMeta._Fields
SettableBlobMeta._Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static SettableBlobMeta._Fields[]
SettableBlobMeta._Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.generated with parameters of type SettableBlobMeta._Fields Modifier and Type Method Description Object
SettableBlobMeta. getFieldValue(SettableBlobMeta._Fields field)
boolean
SettableBlobMeta. isSet(SettableBlobMeta._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
SettableBlobMeta. setFieldValue(SettableBlobMeta._Fields field, Object value)
-