| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.common.policies.data |
Implementation of policies.
|
| org.apache.pulsar.common.policies.data.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
BookieInfo |
Bookies.getBookieRackInfo(String bookieAddress)
Gets the rack placement information for a specific bookie in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BookieInfo> |
Bookies.getBookieRackInfoAsync(String bookieAddress)
Gets the rack placement information for a specific bookie in the cluster asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bookies.updateBookieRackInfo(String bookieAddress,
String group,
BookieInfo bookieInfo)
Updates the rack placement information for a specific bookie in the cluster.
|
CompletableFuture<Void> |
Bookies.updateBookieRackInfoAsync(String bookieAddress,
String group,
BookieInfo bookieInfo)
Updates the rack placement information for a specific bookie in the cluster asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
BookieInfo |
BookieInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BookieInfo> |
BookiesRackConfiguration.getBookie(String address) |
| Modifier and Type | Method and Description |
|---|---|
void |
BookiesRackConfiguration.updateBookie(String group,
String address,
BookieInfo bookieInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
BookieInfoImpl
Bookie information.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.