public class PackagesBase extends AdminResource
namespaceName, topicNamehttpRequest, NOT_IMPLEMENTED, servletContext, uri| Constructor and Description |
|---|
PackagesBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalDelete(String type,
String tenant,
String namespace,
String packageName,
String version,
javax.ws.rs.container.AsyncResponse asyncResponse) |
protected javax.ws.rs.core.StreamingOutput |
internalDownload(String type,
String tenant,
String namespace,
String packageName,
String version) |
protected void |
internalGetMetadata(String type,
String tenant,
String namespace,
String packageName,
String version,
javax.ws.rs.container.AsyncResponse asyncResponse) |
protected void |
internalListPackages(String type,
String tenant,
String namespace,
javax.ws.rs.container.AsyncResponse asyncResponse) |
protected void |
internalListVersions(String type,
String tenant,
String namespace,
String packageName,
javax.ws.rs.container.AsyncResponse asyncResponse) |
protected void |
internalUpdateMetadata(String type,
String tenant,
String namespace,
String packageName,
String version,
PackageMetadata metadata,
javax.ws.rs.container.AsyncResponse asyncResponse) |
protected void |
internalUpload(String type,
String tenant,
String namespace,
String packageName,
String version,
PackageMetadata metadata,
InputStream uploadedInputStream,
javax.ws.rs.container.AsyncResponse asyncResponse) |
bookKeeper, checkArgument, checkBacklogQuota, checkNotNull, checkNotNull, checkTopicExistsAsync, checkTopicLevelPolicyEnable, clusters, dispatchRate, domain, fetchPartitionedTopicMetadata, fetchPartitionedTopicMetadataCheckAllowAutoCreation, getNamespacePolicies, getNamespacePolicies, getNamespacePoliciesAsync, getNamespaceReplicatedClusters, getPartitionedTopicList, getPartitionedTopicMetadata, getPartitionedTopicMetadataAsync, getSchemaCompatibilityStrategyAsync, getTopicPartitionList, getTopicPoliciesAsyncWithRetry, internalCreatePartitionedTopic, isLeaderBroker, isManagedLedgerNotFoundException, isNamespaceReplicated, jsonMapper, mergeNamespaceWithDefaults, namespaceBacklogQuota, replicatorDispatchRate, resumeAsyncResponseExceptionally, setServletContext, subscribeRate, subscriptionDispatchRate, tryCreatePartitionsAsync, validateAdminAccessForTenant, validateBundleOwnership, validateClusterExists, validateGlobalNamespaceOwnership, validateNamespaceName, validateNamespaceName, validatePartitionedTopicMetadata, validatePartitionedTopicName, validatePersistencePolicies, validatePersistentTopicName, validatePersistentTopicName, validatePoliciesReadOnlyAccess, validateSuperUserAccess, validateTopicName, validateTopicNamebookieResources, canUpdateCluster, checkAuthorizationAsync, checkLocalOrGetPeerReplicationCluster, clientAppId, clientAuthData, clusterResources, config, dynamicConfigurationResources, getClusterDataIfDifferentCluster, getLocalPolicies, getPulsarResources, handleCommonRestAsyncException, hasActiveNamespace, hasSuperUserAccess, isBundleOwnedByAnyBroker, isClientAuthenticated, isLeaderBroker, isRequestHttps, namespaceIsolationPolicies, namespaceResources, originalPrincipal, pulsar, resourceGroupResources, setPulsar, splitPath, tenantResources, topicResources, validateAdminAccessForTenant, validateAdminAccessForTenantAsync, validateBrokerName, validateBundleOwnership, validateClusterForTenant, validateClusterOwnership, validateGlobalNamespaceOwnership, validateGlobalNamespaceOwnershipAsync, validateNamespaceBundleOwnership, validateNamespaceBundleRange, validateNamespaceOperation, validateNamespaceOperationAsync, validateNamespacePolicyOperation, validateTenantOperation, validateTopicOperation, validateTopicOperation, validateTopicOperationAsync, validateTopicOperationAsync, validateTopicOwnership, validateTopicOwnershipAsync, validateTopicPolicyOperationprotected void internalGetMetadata(String type, String tenant, String namespace, String packageName, String version, javax.ws.rs.container.AsyncResponse asyncResponse)
protected void internalUpdateMetadata(String type, String tenant, String namespace, String packageName, String version, PackageMetadata metadata, javax.ws.rs.container.AsyncResponse asyncResponse)
protected javax.ws.rs.core.StreamingOutput internalDownload(String type, String tenant, String namespace, String packageName, String version)
protected void internalUpload(String type, String tenant, String namespace, String packageName, String version, PackageMetadata metadata, InputStream uploadedInputStream, javax.ws.rs.container.AsyncResponse asyncResponse)
protected void internalDelete(String type, String tenant, String namespace, String packageName, String version, javax.ws.rs.container.AsyncResponse asyncResponse)
protected void internalListVersions(String type, String tenant, String namespace, String packageName, javax.ws.rs.container.AsyncResponse asyncResponse)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.