| Package | Description |
|---|---|
| co.cask.cdap.data2.queue |
API definition for queue for the txds2 system.
|
| Modifier and Type | Method and Description |
|---|---|
DequeueStrategy |
ConsumerGroupConfig.getDequeueStrategy() |
static DequeueStrategy |
DequeueStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DequeueStrategy[] |
DequeueStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConsumerConfig(long groupId,
int instanceId,
int groupSize,
DequeueStrategy dequeueStrategy,
String hashKey) |
ConsumerGroupConfig(long groupId,
int groupSize,
DequeueStrategy dequeueStrategy,
String hashKey) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.