@Beta public interface Admin extends DatasetManager, SecureStoreManager, MessagingAdmin
| Modifier and Type | Method and Description |
|---|---|
NamespaceSummary |
getNamespaceSummary(String namespace)
Get information about the specified namespace.
|
boolean |
namespaceExists(String namespace)
Return whether the specified namespace exists or not
|
createDataset, datasetExists, dropDataset, getDatasetProperties, getDatasetType, truncateDataset, updateDatasetdelete, putcreateTopic, createTopic, deleteTopic, getTopicProperties, updateTopicboolean namespaceExists(String namespace) throws IOException
namespace - the namespace to checkIOException - if there was a error making the request to check namespace existence@Nullable NamespaceSummary getNamespaceSummary(String namespace) throws IOException
namespace - the namespace to get information aboutIOException - if there was a error making the request to get namespace informationCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.