Package com.mapr.cli.marlin.kwps
Class OldKwpsFactory
- java.lang.Object
-
- com.mapr.cli.marlin.kwps.OldKwpsFactory
-
- All Implemented Interfaces:
com.mapr.kwps.KwpsFactory
@Deprecated(forRemoval=true) public class OldKwpsFactory extends java.lang.Object implements com.mapr.kwps.KwpsFactoryDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description OldKwpsFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.com.mapr.kwps.KTopicsAdminnewKafkaTopicsAdmin(com.mapr.fs.proto.Security.CredentialsMsg userCredentials)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
newKafkaTopicsAdmin
public com.mapr.kwps.KTopicsAdmin newKafkaTopicsAdmin(com.mapr.fs.proto.Security.CredentialsMsg userCredentials) throws java.io.IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newKafkaTopicsAdminin interfacecom.mapr.kwps.KwpsFactory- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfacecom.mapr.kwps.KwpsFactory
-
-