| Package | Description |
|---|---|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Field and Description |
|---|---|
static TaskCoordinator.Task |
JETaskCoordinator.JE_STORAGE_STATS_TASK |
| Modifier and Type | Method and Description |
|---|---|
TaskCoordinator.Permit |
TaskCoordinator.acquirePermit(TaskCoordinator.Task task,
long timeout,
long leaseInterval,
TimeUnit unit)
Returns a Permit.
|
| Constructor and Description |
|---|
Permit(TaskCoordinator.Task task,
long leaseIntervalMs) |
| Constructor and Description |
|---|
JETaskCoordinator(Logger logger,
Set<TaskCoordinator.Task> tasks,
boolean active)
The task coordinator that supplies JE tasks to the coordinator.
|
TaskCoordinator(Logger logger,
Set<TaskCoordinator.Task> tasks)
The constructor used to create active coordinators.
|
TaskCoordinator(Logger logger,
Set<TaskCoordinator.Task> tasks,
boolean active)
The constructor used to initialize the set of cooperating tasks.
|
Copyright © 2024. All rights reserved.