Uses of Class
org.apache.pulsar.common.api.proto.IntRange
-
Packages that use IntRange Package Description org.apache.pulsar.common.api.proto -
-
Uses of IntRange in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return IntRange Modifier and Type Method Description IntRangeKeySharedMeta. addHashRange()IntRangeIntRange. clear()IntRangeIntRange. clearEnd()IntRangeIntRange. clearStart()IntRangeIntRange. copyFrom(IntRange _other)IntRangeKeySharedMeta. getHashRangeAt(int idx)IntRangeIntRange. setEnd(int end)IntRangeIntRange. setStart(int start)Methods in org.apache.pulsar.common.api.proto that return types with arguments of type IntRange Modifier and Type Method Description java.util.List<IntRange>KeySharedMeta. getHashRangesList()Methods in org.apache.pulsar.common.api.proto with parameters of type IntRange Modifier and Type Method Description IntRangeIntRange. copyFrom(IntRange _other)Method parameters in org.apache.pulsar.common.api.proto with type arguments of type IntRange Modifier and Type Method Description KeySharedMetaKeySharedMeta. addAllHashRanges(java.lang.Iterable<IntRange> hashRanges)
-