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 | Method and Description |
---|---|
static ConsumerConfiguration.Builder |
ConsumerConfiguration.builder() |
ConsumerConfiguration.Builder |
ConsumerConfiguration.Builder.setMaxRetries(int maxRetries)
Sets the number of retries of the ConsumerConfiguration.
|
ConsumerConfiguration.Builder |
ConsumerConfiguration.Builder.setMaxWorkingSetSize(int maxWorkingSetSize)
Sets the maximum working set size of the ConsumerConfiguration.
|
ConsumerConfiguration.Builder |
ConsumerConfiguration.Builder.setPartitionPredicate(Predicate<PartitionDetail> partitionPredicate)
Sets the Predicate of the ConsumerConfiguration.
|
ConsumerConfiguration.Builder |
ConsumerConfiguration.Builder.setTimeout(long timeout)
Sets the timeout of the ConsumerConfiguration.
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.