Uses of Class
org.apache.storm.generated.ThriftSerializedObject
-
Packages that use ThriftSerializedObject Package Description org.apache.storm.generated -
-
Uses of ThriftSerializedObject in org.apache.storm.generated
Methods in org.apache.storm.generated that return ThriftSerializedObject Modifier and Type Method Description ThriftSerializedObject
ThriftSerializedObject. deepCopy()
Methods in org.apache.storm.generated that return types with arguments of type ThriftSerializedObject Modifier and Type Method Description Map<String,ThriftSerializedObject>
LocalStateData. get_serialized_parts()
Methods in org.apache.storm.generated with parameters of type ThriftSerializedObject Modifier and Type Method Description int
ThriftSerializedObject. compareTo(ThriftSerializedObject other)
boolean
ThriftSerializedObject. equals(ThriftSerializedObject that)
void
LocalStateData. put_to_serialized_parts(String key, ThriftSerializedObject val)
Method parameters in org.apache.storm.generated with type arguments of type ThriftSerializedObject Modifier and Type Method Description void
LocalStateData. set_serialized_parts(Map<String,ThriftSerializedObject> serialized_parts)
Constructors in org.apache.storm.generated with parameters of type ThriftSerializedObject Constructor Description ThriftSerializedObject(ThriftSerializedObject other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type ThriftSerializedObject Constructor Description LocalStateData(Map<String,ThriftSerializedObject> serialized_parts)
-