| Package | Description |
|---|---|
| org.apache.bookkeeper.common.util |
Util functions used across the project.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderedExecutor.AbstractBuilder<T extends OrderedExecutor>
Abstract builder class to build
OrderedScheduler. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedScheduler
This class provides supports submitting tasks with an ordering key, so that tasks submitted
with the same key will always be executed in order, but tasks across
different keys can be unordered.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedExecutor |
OrderedExecutor.Builder.build() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.