Package com.linkedin.venice.system.store
Class ControllerClientBackedSystemSchemaInitializer
java.lang.Object
com.linkedin.venice.system.store.ControllerClientBackedSystemSchemaInitializer
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionControllerClientBackedSystemSchemaInitializer
(AvroProtocolDefinition protocolDefinition, String systemStoreCluster, org.apache.avro.Schema keySchema, UpdateStoreQueryParams storeMetadataUpdate, boolean autoRegisterPartialUpdateSchema, Optional<SSLFactory> sslFactory, String controllerUrl, String controllerD2ServiceName, String d2ZkHost, boolean enforceSslOnly) -
Method Summary
-
Constructor Details
-
ControllerClientBackedSystemSchemaInitializer
public ControllerClientBackedSystemSchemaInitializer(AvroProtocolDefinition protocolDefinition, String systemStoreCluster, org.apache.avro.Schema keySchema, UpdateStoreQueryParams storeMetadataUpdate, boolean autoRegisterPartialUpdateSchema, Optional<SSLFactory> sslFactory, String controllerUrl, String controllerD2ServiceName, String d2ZkHost, boolean enforceSslOnly)
-
-
Method Details
-
execute
-
execute
public void execute() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-