public class ProducerIdsBlock extends Object
Modifier and Type | Field and Description |
---|---|
static ProducerIdsBlock |
EMPTY |
static int |
PRODUCER_ID_BLOCK_SIZE |
Constructor and Description |
---|
ProducerIdsBlock(int brokerId,
long producerIdStart,
int producerIdLen) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
boolean |
equals(Object o) |
int |
hashCode() |
long |
producerIdEnd() |
int |
producerIdLen() |
long |
producerIdStart() |
String |
toString() |
public static final int PRODUCER_ID_BLOCK_SIZE
public static final ProducerIdsBlock EMPTY
public ProducerIdsBlock(int brokerId, long producerIdStart, int producerIdLen)