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