Class PulsarClusterMetadataSetup


  • public class PulsarClusterMetadataSetup
    extends java.lang.Object
    Setup the metadata for a new Pulsar cluster.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.pulsar.metadata.api.extended.MetadataStoreExtended initMetadataStore​(java.lang.String connection, int sessionTimeout)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PulsarClusterMetadataSetup

        public PulsarClusterMetadataSetup()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • initMetadataStore

        public static org.apache.pulsar.metadata.api.extended.MetadataStoreExtended initMetadataStore​(java.lang.String connection,
                                                                                                      int sessionTimeout)
                                                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception