| Package | Description |
|---|---|
| io.cdap.wrangler.store.upgrade |
| Modifier and Type | Method and Description |
|---|---|
UpgradeState |
UpgradeStore.getEntityUpgradeState(NamespaceSummary namespace,
UpgradeEntityType type)
Checks whether an entity type is upgrade complete in a namespace
|
UpgradeState |
UpgradeStore.getEntityUpgradeState(UpgradeEntityType type)
Get the upgrade state
|
| Modifier and Type | Method and Description |
|---|---|
long |
UpgradeStore.initializeAndRetrieveUpgradeTimestampMillis(UpgradeEntityType type,
long timestampMillis,
UpgradeState preUpgradeState)
Initialize the upgrade timestamp and state for the given upgrade types if not there and
return the upgrade timestamp.
|
void |
UpgradeStore.setEntityUpgradeState(NamespaceSummary namespace,
UpgradeEntityType type,
UpgradeState upgradeState)
Set the upgrade complete status for the entity type in a namespace
|
void |
UpgradeStore.setEntityUpgradeState(UpgradeEntityType type,
UpgradeState upgradeState)
Set the upgrade complete status for the entity type
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.