Uses of Class
org.apache.pulsar.common.api.proto.KeyLongValue
-
Packages that use KeyLongValue Package Description org.apache.pulsar.common.api.proto -
-
Uses of KeyLongValue in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return KeyLongValue Modifier and Type Method Description KeyLongValueCommandAck. addProperty()KeyLongValueKeyLongValue. clear()KeyLongValueKeyLongValue. clearKey()KeyLongValueKeyLongValue. clearValue()KeyLongValueKeyLongValue. copyFrom(KeyLongValue _other)KeyLongValueCommandAck. getPropertyAt(int idx)KeyLongValueKeyLongValue. setKey(java.lang.String key)KeyLongValueKeyLongValue. setValue(long value)Methods in org.apache.pulsar.common.api.proto that return types with arguments of type KeyLongValue Modifier and Type Method Description java.util.List<KeyLongValue>CommandAck. getPropertiesList()Methods in org.apache.pulsar.common.api.proto with parameters of type KeyLongValue Modifier and Type Method Description KeyLongValueKeyLongValue. copyFrom(KeyLongValue _other)Method parameters in org.apache.pulsar.common.api.proto with type arguments of type KeyLongValue Modifier and Type Method Description CommandAckCommandAck. addAllProperties(java.lang.Iterable<KeyLongValue> properties)
-