Uses of Class
org.apache.storm.generated.HBPulse
-
Packages that use HBPulse Package Description org.apache.storm.generated -
-
Uses of HBPulse in org.apache.storm.generated
Methods in org.apache.storm.generated that return HBPulse Modifier and Type Method Description HBPulse
HBPulse. deepCopy()
HBPulse
HBMessageData. get_pulse()
Methods in org.apache.storm.generated that return types with arguments of type HBPulse Modifier and Type Method Description List<HBPulse>
HBRecords. get_pulses()
Iterator<HBPulse>
HBRecords. get_pulses_iterator()
Methods in org.apache.storm.generated with parameters of type HBPulse Modifier and Type Method Description void
HBRecords. add_to_pulses(HBPulse elem)
int
HBPulse. compareTo(HBPulse other)
boolean
HBPulse. equals(HBPulse that)
static HBMessageData
HBMessageData. pulse(HBPulse value)
void
HBMessageData. set_pulse(HBPulse value)
Method parameters in org.apache.storm.generated with type arguments of type HBPulse Modifier and Type Method Description void
HBRecords. set_pulses(List<HBPulse> pulses)
Constructors in org.apache.storm.generated with parameters of type HBPulse Constructor Description HBPulse(HBPulse other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type HBPulse Constructor Description HBRecords(List<HBPulse> pulses)
-