public class HsConsumerId extends Object
Modifier and Type | Field and Description |
---|---|
static HsConsumerId |
ANY
This consumer id is used in the scenarios that information related to specific consumer needs
to be ignored.
|
static HsConsumerId |
DEFAULT
This consumer id is used for the first consumer of a single subpartition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static HsConsumerId |
newId(HsConsumerId lastId) |
public static final HsConsumerId ANY
public static final HsConsumerId DEFAULT
public static HsConsumerId newId(@Nullable HsConsumerId lastId)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.