Class ControllerClientBackedSystemSchemaInitializer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class ControllerClientBackedSystemSchemaInitializer
    extends java.lang.Object
    implements java.io.Closeable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void execute()  
      void execute​(java.util.Map<java.lang.Integer,​org.apache.avro.Schema> inputSchemas)  
      • Methods inherited from class java.lang.Object

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

      • ControllerClientBackedSystemSchemaInitializer

        public ControllerClientBackedSystemSchemaInitializer​(AvroProtocolDefinition protocolDefinition,
                                                             java.lang.String systemStoreCluster,
                                                             org.apache.avro.Schema keySchema,
                                                             UpdateStoreQueryParams storeMetadataUpdate,
                                                             boolean autoRegisterPartialUpdateSchema,
                                                             java.util.Optional<SSLFactory> sslFactory,
                                                             java.lang.String controllerUrl,
                                                             java.lang.String controllerD2ServiceName,
                                                             java.lang.String d2ZkHost,
                                                             boolean enforceSslOnly)
    • Method Detail

      • execute

        public void execute​(java.util.Map<java.lang.Integer,​org.apache.avro.Schema> inputSchemas)
      • execute

        public void execute()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable