Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib.partitioned |
Implementation of classes which use partitioned datasets (such as partition consumers) in CDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConsumablePartition
Default implementation of
ConsumablePartition . |
Modifier and Type | Method and Description |
---|---|
ConsumablePartition |
ConsumerWorkingSet.lookup(PartitionKey partitionKey) |
ConsumablePartition |
ConsumerWorkingSet.remove(PartitionKey partitionKey) |
Modifier and Type | Method and Description |
---|---|
List<ConsumablePartition> |
ConsumerWorkingSet.getPartitions() |
Modifier and Type | Method and Description |
---|---|
protected void |
ConcurrentPartitionConsumer.assertInProgress(ConsumablePartition consumablePartition)
ensure that caller doesn't try to commit/abort a partition that isn't in progress
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.