Package com.linkedin.venice.helix
Class StoreJSONSerializer.StoreSerializerMixin
java.lang.Object
com.linkedin.venice.helix.StoreJSONSerializer.StoreSerializerMixin
- Enclosing class:
- StoreJSONSerializer
Mixin used to add the annotation to figure out the constructor used by Jackson lib when deserialize the store.
-
Constructor Summary
ConstructorDescriptionStoreSerializerMixin
(String name, String owner, long createdTime, PersistenceType persistenceType, RoutingStrategy routingStrategy, ReadStrategy readStrategy, OfflinePushStrategy offlinePushStrategy, int currentVersion, long storageQuotaInByte, long readQuotaInCU, HybridStoreConfig hybridStoreConfig, PartitionerConfig partitionerConfig, int replicationFactor) -
Method Summary
-
Constructor Details
-
StoreSerializerMixin
public StoreSerializerMixin(String name, String owner, long createdTime, PersistenceType persistenceType, RoutingStrategy routingStrategy, ReadStrategy readStrategy, OfflinePushStrategy offlinePushStrategy, int currentVersion, long storageQuotaInByte, long readQuotaInCU, HybridStoreConfig hybridStoreConfig, PartitionerConfig partitionerConfig, int replicationFactor)
-