Package com.mapr.cli.marlin.kwps
Class OldKafkaTopicsAdmin
java.lang.Object
com.mapr.cli.marlin.kwps.OldKafkaTopicsAdmin
- All Implemented Interfaces:
com.mapr.kwps.KTopicsAdmin,AutoCloseable
@Deprecated(forRemoval=true)
public class OldKafkaTopicsAdmin
extends Object
implements com.mapr.kwps.KTopicsAdmin
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionOldKafkaTopicsAdmin(com.mapr.fs.proto.Security.CredentialsMsg userCredentials) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.voidcreateTopic(com.mapr.kwps.KTopicDescriptor topicDesc) Deprecated, for removal: This API element is subject to removal in a future version.booleandeleteTopic(String topicName) Deprecated, for removal: This API element is subject to removal in a future version.voideditTopic(com.mapr.kwps.KTopicDescriptor topicDesc) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getConnectionProperties(Optional<String> kafkaCluster) Deprecated, for removal: This API element is subject to removal in a future version.com.mapr.kwps.BrokerDescriptorgetController(Optional<String> kafkaCluster) Deprecated, for removal: This API element is subject to removal in a future version.com.mapr.kwps.KTopicDescriptorgetTopicDescriptor(String topic) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Iterable<com.mapr.kwps.BrokerDescriptor>Deprecated, for removal: This API element is subject to removal in a future version.Iterable<com.mapr.kwps.BrokerDescriptor>listBrokers(Optional<String> kafkaCluster) Deprecated, for removal: This API element is subject to removal in a future version.Iterable<com.mapr.kwps.KTopicDescriptor>listTopics(String topicRegex) Deprecated, for removal: This API element is subject to removal in a future version.voidnotifyMetadataChange(Optional<String> kafkaCluster) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mapr.kwps.KTopicsAdmin
getController, notifyMetadataChange
-
Constructor Details
-
OldKafkaTopicsAdmin
public OldKafkaTopicsAdmin(com.mapr.fs.proto.Security.CredentialsMsg userCredentials) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
-
Method Details
-
getConnectionProperties
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConnectionPropertiesin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
getConnectionProperties
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConnectionPropertiesin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
createTopic
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createTopicin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
editTopic
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
editTopicin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
deleteTopic
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deleteTopicin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
getTopicDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTopicDescriptorin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
listTopics
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listTopicsin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
getController
public com.mapr.kwps.BrokerDescriptor getController(Optional<String> kafkaCluster) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getControllerin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
linkTopic
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
linkTopicin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
listBrokers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listBrokersin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
listBrokers
public Iterable<com.mapr.kwps.BrokerDescriptor> listBrokers(Optional<String> kafkaCluster) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listBrokersin interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-
notifyMetadataChange
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
notifyMetadataChangein interfacecom.mapr.kwps.KTopicsAdmin- Throws:
IOException
-