@Path(value="/bookies") @Produces(value="application/json") public class Bookies extends AdminResource
namespaceName, PARTITIONED_TOPIC_PATH_ZNODE, POLICIES_READONLY_FLAG_PATH, topicNamehttpRequest, NOT_IMPLEMENTED, servletContext, uri| Constructor and Description |
|---|
Bookies() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBookieRackInfo(String bookieAddress) |
org.apache.pulsar.common.policies.data.BookiesClusterInfo |
getAllBookies() |
org.apache.pulsar.common.policies.data.BookieInfo |
getBookieRackInfo(String bookieAddress) |
org.apache.pulsar.common.policies.data.BookiesRackConfiguration |
getBookiesRackInfo() |
void |
updateBookieRackInfo(String bookieAddress,
String group,
org.apache.pulsar.common.policies.data.BookieInfo bookieInfo) |
bookKeeper, checkArgument, checkBacklogQuota, checkNotNull, checkNotNull, checkTopicExistsAsync, checkTopicLevelPolicyEnable, clusters, dispatchRate, domain, fetchPartitionedTopicMetadata, fetchPartitionedTopicMetadataCheckAllowAutoCreation, getNamespacePolicies, getNamespacePolicies, getNamespacePoliciesAsync, getNamespaceReplicatedClusters, getPartitionedTopicList, getPartitionedTopicMetadata, getPartitionedTopicMetadataAsync, getTopicPartitionList, getTopicPoliciesAsyncWithRetry, internalCreatePartitionedTopic, isLeaderBroker, isNamespaceReplicated, jsonMapper, localCacheService, localZk, localZkCache, localZKCreate, mergeNamespaceWithDefaults, namespaceBacklogQuota, replicatorDispatchRate, resumeAsyncResponseExceptionally, setServletContext, subscribeRate, subscriptionDispatchRate, tryCreatePartitionsAsync, validateAdminAccessForTenant, validateBundleOwnership, validateClusterExists, validateGlobalNamespaceOwnership, validateNamespaceName, validateNamespaceName, validatePartitionedTopicMetadata, validatePartitionedTopicName, validatePersistencePolicies, validatePoliciesReadOnlyAccess, validateSuperUserAccess, validateTopicName, validateTopicNamecanUpdateCluster, checkAuthorization, checkLocalOrGetPeerReplicationCluster, clientAppId, clientAuthData, clusterResources, config, deleteRecursive, dynamicConfigurationResources, getClusterDataIfDifferentCluster, getListOfNamespaces, getListOfResourcegroups, getLocalPolicies, getPulsarResources, hasActiveNamespace, hasSuperUserAccess, isBundleOwnedByAnyBroker, isClientAuthenticated, isLeaderBroker, isRequestHttps, joinPath, listSubTreeBFS, namespaceIsolationPolicies, namespaceResources, originalPrincipal, path, pulsar, resourceGroupResources, setPulsar, splitPath, tenantResources, validateAdminAccessForTenant, validateBrokerName, validateBundleOwnership, validateClusterForTenant, validateClusterOwnership, validateGlobalNamespaceOwnership, validateGlobalNamespaceOwnershipAsync, validateNamespaceBundleOwnership, validateNamespaceBundleRange, validateNamespaceOperation, validateNamespacePolicyOperation, validateTenantOperation, validateTopicOperation, validateTopicOperation, validateTopicOwnership, validateTopicOwnershipAsync, validateTopicPolicyOperation@GET
@Path(value="/racks-info")
public org.apache.pulsar.common.policies.data.BookiesRackConfiguration getBookiesRackInfo()
throws Exception
Exception@GET
@Path(value="/all")
public org.apache.pulsar.common.policies.data.BookiesClusterInfo getAllBookies()
throws Exception
Exception@GET
@Path(value="/racks-info/{bookie}")
public org.apache.pulsar.common.policies.data.BookieInfo getBookieRackInfo(@PathParam(value="bookie")
String bookieAddress)
throws Exception
Exception@DELETE
@Path(value="/racks-info/{bookie}")
public void deleteBookieRackInfo(@PathParam(value="bookie")
String bookieAddress)
throws Exception
ExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.