public class ConsumerGroupConfig extends Object
| Constructor and Description |
|---|
ConsumerGroupConfig(ConsumerGroupConfig other) |
ConsumerGroupConfig(long groupId,
int groupSize,
DequeueStrategy dequeueStrategy,
String hashKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DequeueStrategy |
getDequeueStrategy() |
long |
getGroupId() |
int |
getGroupSize() |
String |
getHashKey() |
int |
hashCode() |
String |
toString() |
public ConsumerGroupConfig(long groupId,
int groupSize,
DequeueStrategy dequeueStrategy,
String hashKey)
public ConsumerGroupConfig(ConsumerGroupConfig other)
public long getGroupId()
public int getGroupSize()
public DequeueStrategy getDequeueStrategy()
public String getHashKey()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.