Package com.linkedin.venice
Class RecoverStoreMetadata
java.lang.Object
com.linkedin.venice.RecoverStoreMetadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
backupStoreGraveyard
(org.apache.helix.zookeeper.impl.client.ZkClient zkClient, List<String> graveyardClusterList, String backupFolderPath) static void
recover
(org.apache.helix.zookeeper.impl.client.ZkClient zkClient, PubSubConsumerAdapter consumer, Optional<SSLFactory> sslFactory, String url, String storeName, boolean skipLastStoreCreation, boolean doRepair, List<String> graveyardClusterList, String recoverCluster)
-
Constructor Details
-
RecoverStoreMetadata
public RecoverStoreMetadata()
-
-
Method Details
-
recover
public static void recover(org.apache.helix.zookeeper.impl.client.ZkClient zkClient, PubSubConsumerAdapter consumer, Optional<SSLFactory> sslFactory, String url, String storeName, boolean skipLastStoreCreation, boolean doRepair, List<String> graveyardClusterList, String recoverCluster) throws IOException - Throws:
IOException
-
backupStoreGraveyard
public static void backupStoreGraveyard(org.apache.helix.zookeeper.impl.client.ZkClient zkClient, List<String> graveyardClusterList, String backupFolderPath) throws IOException - Throws:
IOException
-