Package com.linkedin.venice.meta
Class SerializableSystemStore
- java.lang.Object
-
- com.linkedin.venice.meta.SerializableSystemStore
-
public class SerializableSystemStore extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SerializableSystemStore(ZKStore zkSharedStore, VeniceSystemStoreType systemStoreType, ZKStore veniceStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VeniceSystemStoreType
getSystemStoreType()
Store
getVeniceStore()
Store
getZkSharedStore()
-
-
-
Constructor Detail
-
SerializableSystemStore
public SerializableSystemStore(ZKStore zkSharedStore, VeniceSystemStoreType systemStoreType, ZKStore veniceStore)
-
-
Method Detail
-
getZkSharedStore
public Store getZkSharedStore()
-
getSystemStoreType
public VeniceSystemStoreType getSystemStoreType()
-
getVeniceStore
public Store getVeniceStore()
-
-