Package com.linkedin.venice.system.store
Class ControllerClientBackedSystemSchemaInitializer
- java.lang.Object
-
- com.linkedin.venice.system.store.ControllerClientBackedSystemSchemaInitializer
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class ControllerClientBackedSystemSchemaInitializer extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description 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 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)
-
-
-
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)
-
-