Class IntRange
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.IntRange
-
public final class IntRange extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntRangeclear()IntRangeclearEnd()IntRangeclearStart()IntRangecopyFrom(IntRange _other)intgetEnd()intgetSerializedSize()intgetStart()booleanhasEnd()booleanhasStart()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)IntRangesetEnd(int end)IntRangesetStart(int start)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasStart
public boolean hasStart()
-
getStart
public int getStart()
-
setStart
public IntRange setStart(int start)
-
clearStart
public IntRange clearStart()
-
hasEnd
public boolean hasEnd()
-
getEnd
public int getEnd()
-
setEnd
public IntRange setEnd(int end)
-
clearEnd
public IntRange clearEnd()
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b)
-
getSerializedSize
public int getSerializedSize()
-
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
-
clear
public IntRange clear()
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-