| Package | Description |
|---|---|
| co.cask.cdap.data2.transaction.queue.inmemory |
This package contains in memory implementation of queues.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutablePair<List<InMemoryQueue.Key>,List<byte[]>> |
InMemoryQueue.dequeue(co.cask.tephra.Transaction tx,
ConsumerConfig config,
InMemoryQueue.ConsumerState consumerState,
int maxBatchSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
InMemoryQueue.Key.compareTo(InMemoryQueue.Key o) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryQueue.ack(List<InMemoryQueue.Key> dequeuedKeys,
ConsumerConfig config) |
void |
InMemoryQueue.evict(List<InMemoryQueue.Key> dequeuedKeys,
int numGroups) |
void |
InMemoryQueue.undoDequeue(List<InMemoryQueue.Key> dequeuedKeys,
ConsumerConfig config) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.